Is it possible to use python to get True Full Duplex on a Serial port?

Grant Edwards grante at visi.com
Sat Aug 15 10:40:09 EDT 2009


On 2009-08-15, Hendrik van Rooyen <hendrik at 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




More information about the Python-list mailing list