News

I'm looking to connect a serial device into the serial port of a computer and have it talk telnet.<BR><BR>Currently we have a leased 56k line that is acting like a really long serial cable.
What would one research to learn how to write a server in Python that Telnet and/or SSH clients could connect to? It seems like it's more than simple socket programming, but this will be my first ...