How to set 250000 baud rate in pyserial ?

Michael Torrie torriem at gmail.com
Fri Oct 26 18:08:05 EDT 2012


On 10/26/2012 04:01 PM, kurabas at gmail.com wrote:
> Error is like cannot set special baud rate. But as I said pyserial
> set this speed without problem  for ttyUSB0 So it seems pyserial uses
> diefferent code depending of port type. I tried to simlink ln -s
> ttyACM0 ttyUSB0 but it does not work

No the difference in how baud rate is set is most likely in the driver.
 pyserial just uses standard kernel apis and ioctls to control the device.



More information about the Python-list mailing list