Hello from Texas... A question I need help with:
**Arduino Uno R3 serial communications works fine for 8 bits no parity... but I need 8 data bits AND ALSO an ODD PARITY bit after the 8 data bits. ** This is what I am doing now... but how to set 8 bits and PARITY ?
**I can't find the software to support 8 data bits and also ODD parity. ** Can somebody please point me in the right direction to solve this... THANK YOU!
Parity and stop bits are not currently supported. I've been thinking about adding it, but I haven't seen anybody ask about those features for a while, hehe.
Have the same problem. Could not find SoftwareSerial version with parity check.
I've found one, but it looks like it could not run correctly at high speed rates. Looks like incorrect timing tables (((
The ATMega UART does support 9 bit serial, and it seems possible that the hardware parity checker would work with 8 data bits plus parity, however the data sheet is not entirely clear on that subject.