-
Notifications
You must be signed in to change notification settings - Fork 377
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
7-bit serial support on Teensy 4 sets top bit #664
Comments
It turns out that without the fix, the transmit properly sends 7-bit data, but receive still sometimes sets the 8th bit high. I need to explore more... |
See: #665 (comment) The last bit in the stream is the parity bit, and is also the top bit in the byte. |
I believe the issue also appears in teensy3 serial. I updated the PR with a second commit to fix that too. |
I want to spend some more time (not merging just yet) looking at this and how Arduino's boards are handling parity. |
Received 7-bit serial data on Teensy 4 sometimes has the top bit set.
A PR is forthcoming...
The text was updated successfully, but these errors were encountered: