Re: How to write telnet server like program for serial port?

2004-10-01 Thread Brian Dessent
Siegfried Heintze wrote: > I need to write a program similar to a telnet server. A telnet server > asynchronously reads data from a socket and writes it to a > sub-process, and asynchronously reads data from the subprocess and > writes to a socket. My program needs to replace the subprocess with a

How to write telnet server like program for serial port?

2004-10-01 Thread Siegfried Heintze
I need to write a program similar to a telnet server. A telnet server asynchronously reads data from a socket and writes it to a sub-process, and asynchronously reads data from the subprocess and writes to a socket. My program needs to replace the subprocess with a serial port. The telnet server c