Skip to main content
Home Forums 68kMLA An idea: TCP/IP to serial bridge (modem emulator) — #34
Post #34 by Charlieman
Source Forum68kMLA
CategoryNetworking
Post DateTue, 12 Aug 2008 - 20:56
Original URLhttps://68kmla.org/bb/threads/an-idea-tcp-ip-to-serial-bridge-modem-emulator.14384/
Post
At this point, I don't know how these bridges are wrapping data so I don't know if they will be useful.
For the record, and it may be of help to some of the Apple II folks. With a TCP/IP to serial bridge, you have a set of libraries on the TCP/IP connected host which capture commands to a virtual serial port (sent as if you were using a VT terminal etc) and encapsulate them in TCP. I've seen device specs that list Linux and Windows support, but not Mac OS X or earlier. The TCP packets whizz along the network to the bridge, which assembles them into the right order, and then translates them back into serial.

And it obviously works in the opposite way.

From this we can assume that the bridges have some cache in order to re-order out of sync TCP packets. Probably enough to cope with out of sync TCP packets emulating a 9600bps connection, but not 230kbps.

mp.ls