Replies: 1 comment
-
I've never seen a way to detect bad parity without looking at the expected data and making a guess. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there
I am currently using the serialport package in node.js on a windows computer. I am reading in serial information using the code below. How can I set it up to produce an error if there is a parity bit error for an incoming byte?
Beta Was this translation helpful? Give feedback.
All reactions