[Tutor] Signals

alan.gauld@bt.com alan.gauld@bt.com
Fri, 16 Mar 2001 17:44:33 -0000


> I have since found a different device that uses the serial 
> port. Is there a standard module that will grab from the 
> serial port?

Have a look at fcntl, termios and tty and see if they will help.
Basically Python provides a very thin wrapper over the Unix C functions.


Alan G.