I am trying to multiplex a number of serial ports over a LAN.
This is the scenario:
Port "A" at location "X" sends a message (32 bytes)
to port "AA" at location "Y".
Port "AA" responds with a message (32 bytes).
Port "A" must see the last character of the message
from port "AA" within 250 mSec of the last character
of the message port "A" sent.
Considering this may involve 16 serial ports at each location,
is this possible using TCP or UDP?
Does anyone have any ideas as to achieve the required response
times?
I have had limited success with TCP.
Any help would be greatly appreciated!
------------------
This is the scenario:
Port "A" at location "X" sends a message (32 bytes)
to port "AA" at location "Y".
Port "AA" responds with a message (32 bytes).
Port "A" must see the last character of the message
from port "AA" within 250 mSec of the last character
of the message port "A" sent.
Considering this may involve 16 serial ports at each location,
is this possible using TCP or UDP?
Does anyone have any ideas as to achieve the required response
times?
I have had limited success with TCP.
Any help would be greatly appreciated!
------------------
Comment