8000 serial.serialutil.SerialException: write failed: [Errno 5] Input/output error · Issue #781 · pyserial/pyserial · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

serial.serialutil.SerialException: write failed: [Errno 5] Input/output error #781

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Delubi2015 opened this issue Nov 14, 2024 · 0 comments

Comments

@Delubi2015
Copy link

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 :
image

seemed that no place to configure the buffer for that.

Could u pls kindly go through for that , thanks ?

Best regards,
Philip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0