I needed a way to communicate with a PLC using 38400, 8, ODD, 1 Serial protocol. I added a few lines of code to the existing SoftwareSerial Library and renamed it SoftwareSerialParity.
SoftwareSerial with Parity
This is a library to use Software Serial and add parity to the transmitted character. Odd, Even or None can be defined.

Read more
Comments