I want to map a TCP address to a serial port on my linux box. At the
other end is a device that only speaks 'serial' and has no chance of
ever doing TCP or PPP, so the software will have to do a conversion of
TCP to regular character based serial IO before passing the data through
the port.
In short,this will let me telnet to a serial only based device, from the
Internet
Does anyone have an application that will do this in Linux, or know how it
could be done?
Thanks;