As the title says... Chat on...

User avatar
By punaise
#9283 Hello all,

What do I need to set into uart.setup() to read 9600 baud with 7 databits and even parity?
I tried uart.setup(0,9600,7,<parity>,1,0)
with <parity> set to several values, but see no difference in parity.

Thx in advance :-)
User avatar
By bakicc
#13398 Which firmware do you use? I think I have the same problem. I want to set the parity to odd, but it looks this does not work with the latest nodemcu firmware.