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

Avoid potential lockup w/Serial.read unconnected #817

Merged
merged 1 commit into from
Aug 30, 2022
Merged

Conversation

earlephilhower
Copy link
Owner

Fixes #816

If a byte is available, return it even if the USB stack reports
disconnected.

Fixes #816

If a byte is available, return it even if the USB stack reports
disconnected.
@earlephilhower earlephilhower merged commit a582ca7 into master Aug 30, 2022
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.

SerialUSB potential lockup when reading when DTR not asserted
1 participant