Serial Port

Drazen Gemic dgemic at nospam.net
Fri Nov 15 18:22:57 EST 2002


Luca Bruderer wrote:
> Hello
>  
> How can I read and send information through a serial port for a custom 
> keyboard I would like to build.
>  
>

Under UNIX-like OS's it is posible to start an aplication with serial 
line as standard input & output. Serial port can be configured with stty
command. Aplication can read and write standard input and output without
knowing anything about serial port.

                                 DG





More information about the Python-list mailing list