HHM
Junior Member level 1
Hi,
I know here is RS485 forum but I think ,Those who have worked with RS485 know RS232 problems more.
I have a PC (X86 computer) with 3 COMPorts (COM1,COM2,COM3).
Each of these ports connected to a single machine via RS232 Cable.
Each of the devices periodically sent 8 bytes every 300 milliseconds to COMPorts.
I used VB.NET and wrote a program that can read independently of each port(When the DataRecived event is called )
The problem is that,When I read all three ports simultaneously , DataRecived events occurs with a delay,Data is not lost, but I think the data remains in the queue and will get delayed.
notice:When a single port or dual-port read problem is less.
Please tell me whats the problem?and how can i solve that?
Regards Hesam.H.Motiee
I know here is RS485 forum but I think ,Those who have worked with RS485 know RS232 problems more.
I have a PC (X86 computer) with 3 COMPorts (COM1,COM2,COM3).
Each of these ports connected to a single machine via RS232 Cable.
Each of the devices periodically sent 8 bytes every 300 milliseconds to COMPorts.
I used VB.NET and wrote a program that can read independently of each port(When the DataRecived event is called )
The problem is that,When I read all three ports simultaneously , DataRecived events occurs with a delay,Data is not lost, but I think the data remains in the queue and will get delayed.
notice:When a single port or dual-port read problem is less.
Please tell me whats the problem?and how can i solve that?
Regards Hesam.H.Motiee