termios
mixo
mixo at beth.uniforum.org.za
Mon Dec 3 03:34:53 EST 2001
More information about the Python-list mailing list
Mon Dec 3 03:34:53 EST 2001
- Previous message (by thread): Add method to class
- Next message (by thread): termios
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Here is the situation : I want to connect to device
that connected on a serial port (ttySx - linux speak).
My problem : all the functions in 'termios' require a file
descriptor. Is there a way open 'ttySx' and get a file
descriptor? For instance will,
fd = open ('/dev/ttyS0')
actually work?
- Previous message (by thread): Add method to class
- Next message (by thread): termios
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list