This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jonsmirl
Recipients jonsmirl
Date 2010-03-06.04:26:39
SpamBayes Score 0.026867898
Marked as misclassified No
Message-id <1267849602.5.0.0627386493701.issue8078@psf.upfronthosting.co.za>
In-reply-to
Content
termios doesn't have the constants defined for higher baud rates on Linux.

According to my bits/termios.h:
#define  B57600   0010001
#define  B115200  0010002
#define  B230400  0010003
#define  B460800  0010004
#define  B500000  0010005
#define  B576000  0010006
#define  B921600  0010007
#define  B1000000 0010010
#define  B1152000 0010011
#define  B1500000 0010012
#define  B2000000 0010013
#define  B2500000 0010014
#define  B3000000 0010015
#define  B3500000 0010016
#define  B4000000 0010017
History
Date User Action Args
2010-03-06 04:26:43jonsmirlsetrecipients: + jonsmirl
2010-03-06 04:26:42jonsmirlsetmessageid: <1267849602.5.0.0627386493701.issue8078@psf.upfronthosting.co.za>
2010-03-06 04:26:40jonsmirllinkissue8078 messages
2010-03-06 04:26:39jonsmirlcreate