Skip to content
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

Fix usb_cdc.Serial.read() documentation #10019

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dhalbert
Copy link
Collaborator

Correct the current documentation. After thinking about this, I believe it's better not to emulate the somewhat idiosyncratic behavior of pyserial. Anyway wanting a certain behavior can do that with the current API.

@dhalbert dhalbert requested review from tannewt and jepler January 30, 2025 21:56
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

Successfully merging this pull request may close these issues.

usb_cdc.serial.read() doc says it reads one byte, but it will read as much as possible
1 participant