I'm developing a project to control video decks using RS-422. Can anyone tell me if the serial library automatically puts in a start bit, then a parity and stop bit after the data?
The standard serial communication is with 8 bits, no parity and 1 stop bit (8N1). All the details about the other options are in the serial documentation
...R
Robin,
Thanks for the pointer. What I need is an example of how to set up serial communications to send a start bit, data, a parity bit, then a stop bit. The serial documentation doesn't address this at all.