faqts : Computers : Programming : Languages : Python : Common Problems

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

11 of 20 people (55%) answered Yes
Recently 8 of 10 people (80%) answered Yes

Entry

What simple (Linux) Python code can be used to set the baud rate of a serial port?

Jun 10th, 2000 17:12
unknown unknown, Neil Schemenauer


Look at the termios module.  Specificly termios.tcsetattr().