How does Serial use parity?
in
Core Library Questions
•
1 month ago
I am using serial for a project, and want the added protection that a parity bit can bring, so I built my own parity check before discovering that both Arduino and Processing support parity bits. But after trying it, it doesn't seem to do anything. How can I check the parity bit? Or use it to verify my data at least?
1