On 2009-08-15, Hendrik van Rooyen <hend...@microcorp.co.za> wrote: > 8< > ---------------------------------PosixSerial.py---------------------------- > > Thanks that looks, on first inspection, similar to the > serialposix.py module in the stdlib, but less cluttered.
pyserial is a bit more complex because it is cross-platform and supports Windows, as well as RFC2272 telnet backends (and OS X?). The Posix support in pyserial is based on an earlier version of PosixSerial. -- Grant -- http://mail.python.org/mailman/listinfo/python-list