Specify the baud for serial communication.
Default: 115200
Specify the transmitting pin of UART0.
Default: PTB17
(USBTX)
Specify the receiving pin of UART0.
Default: PTB16
(USBRX)
Select the type of parity checking for serial communication. This option determines whether the UART0 generates and checks for even parity or odd parity.
Default: None
None — No parity checking
Even — Even parity checking
Odd — Odd parity checking
Select the number of Stop bits used to indicate end of a packet.
Default: 1
1 — One stop bit
is transmitted to indicate the end of a byte.
2 — Two stop bits
are transmitted to indicate the end of a byte.