On 10/26/2012 04:01 PM, kura...@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. -- http://mail.python.org/mailman/listinfo/python-list