Activity › Forums › Questions & Troubleshooting › Change the Parity
-
Change the Parity
-
Hello,
I know that the setting of the Arduino IDE are : 8 Datenbits, no parity, 1 Stoppbit.
Is there a possibility to change the parity from none to even?
-
https://www.arduino.cc/reference/en/language/functions/communication/serial/begin/
See the Parameters part. Also, just from my memory and i am not sure about it, the parity config is only valid for hardware serial. If you are using software serial, it won’t work.
Viewing 1 - 2 of 2 replies
Log in to reply.