Hello,
I'm trying to communicate with a module which is defined these items for its serial interface:
1 start bit
8 data bits
1 stop bit
Odd parity check
No Flow control
I think everything is fine but Odd parity check. I was not able to set the odd parity check to software serial instance. Any idea for communicating with such a device? (like another library or ...?!)