Configuring the serial port

Diez B. Roggisch deets_noospaam at web.de
Thu Feb 5 12:45:43 EST 2004


> Do you know if I am in the right way to do the task? is there
> something missing here?
> 
> Any post will be of great help, thanks in advance,

Install pyserial, you can find it on sourceforge. Its platform-independend
(supports even java for jython) and gives a nice, clean api. I went through
all that termios-stuff, and while its possible, pyserial is much better.

--
Regards,

Diez



More information about the Python-list mailing list