pyserial with binary data

Guillaume Weymeskirch guillaume_weymeskirch at yahoo.fr
Tue Nov 30 05:31:02 EST 2004


Hi,

I've got the same problem. Errno 11 is because too much data, sending
is in progress.

Fix is easy: assign a non zero value to the writeTimeout property of
your serial objet.
Then the write method will wait up to this time for sending data.

Hope that's help

Guillaume



More information about the Python-list mailing list