Com at 4800,7,e

Hi, i have to receive ASCII data with arduino 1 from a device rs232 that send data at 4800 baud, 7 bit, parity even.
How to setup com port ?
How to detect parity errors ?
many thanks

Look if help:

RV mineirin

I think you have to write your own HardwareSerial handler. I believe the Arduino runtime ignores parity, framing, and overflow errors. Framing error: "The stop bits were not HIGH". Overflow error: "A new character came in while all of the hardware buffers were full."

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.