serial.serialutil.SerialException: write failed: [Errno 5] Input/output error · Issue #781 · pyserial/pyserial · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am using :
pyserial 3.4 ,
ubuntu 20.05
/dev/ttyACM0
during write the binary data via interface : write(data) api
the parameter of data i passed as : [Byte0, Byte1, Byte2, Byte3....]
i tested once i sent the data unit smaller than 1K , no error for that, but once i increased the unit data larger than 5K then this error happen,
want to check with your site : the output buffer whether have the threshold for the communication , i checked the "_reconfigure_port" for the buffer size code snippet like :
seemed that no place to configure the buffer for that.
Could u pls kindly go through for that , thanks ?
Best regards,
Philip
The text was updated successfully, but these errors were encountered:
Hi Guys,
i am using :
pyserial 3.4 ,
ubuntu 20.05
/dev/ttyACM0
during write the binary data via interface : write(data) api
the parameter of data i passed as : [Byte0, Byte1, Byte2, Byte3....]
i tested once i sent the data unit smaller than 1K , no error for that, but once i increased the unit data larger than 5K then this error happen,
want to check with your site : the output buffer whether have the threshold for the communication , i checked the "_reconfigure_port" for the buffer size code snippet like :

seemed that no place to configure the buffer for that.
Could u pls kindly go through for that , thanks ?
Best regards,
Philip
The text was updated successfully, but these errors were encountered: