RS232 module

Ben Hutchings ben.hutchings at roundpoint.com
Wed Apr 25 15:17:21 EDT 2001


Oliver Vecernik <vecernik at aon.at> writes:
<snip>
> how for example is the port configured (baudrate, handshake, ...)
> under Linux. I can't believe that there is no robust module for
> that! Can anyone give me a hint?

See the tcsetattr and tcgetattr functions of the termios module (and
the Unix manual pages for the underlying functions of the same names).

-- 
Any opinions expressed are my own and not necessarily those of Roundpoint.



More information about the Python-list mailing list