Hi,
I am trying to send data over UART to a dispensing unit using Space Parity but am unable to do so since NRF51 only supports Even Parity. Is there any work around through which I could send my data over UART using Space Parity?
Regards,
Rahul.
Hi,
I am trying to send data over UART to a dispensing unit using Space Parity but am unable to do so since NRF51 only supports Even Parity. Is there any work around through which I could send my data over UART using Space Parity?
Regards,
Rahul.
Hello,
Unfortunately, the nRF51 doesn't support space parity. You should check if the device you are communicating with is working without space parity. I don't think it is very common to use space or mark parity (I actually hadn't heard of it until now).
You can see how it behaves if you try to use no parity.
Best regards,
Edvin
Hello,
Unfortunately, the nRF51 doesn't support space parity. You should check if the device you are communicating with is working without space parity. I don't think it is very common to use space or mark parity (I actually hadn't heard of it until now).
You can see how it behaves if you try to use no parity.
Best regards,
Edvin