Serial.begin(speed, config) not compiling for Leonardo Board
- by forgemo
I would like to configure my serial communication to have no parity, 1 start- and 2 stop-bits.
The documentation for Serial.begin(speed, config) states:
(...) An optional second argument configures the data, parity, and stop bits. The default is 8 data bits, no parity, one stop bit.
The documentation also lists the possible…