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.
This is a library to use Software Serial and add parity to the transmitted character. Odd, Even or None can be defined.
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.
Comments
Please log in or sign up to comment.