Main Content

UART0

Baud rate (in bits/s)

Specify the baud for serial communication.

Settings

Default: 115200

Tx Pin

Specify the transmitting pin of UART0.

Settings

Default: PTB17 (USBTX)

Rx Pin

Specify the receiving pin of UART0.

Settings

Default: PTB16 (USBRX)

Parity

Select the type of parity checking for serial communication. This option determines whether the UART0 generates and checks for even parity or odd parity.

Settings

Default: None

  • None — No parity checking

  • Even — Even parity checking

  • Odd — Odd parity checking

Stop bits

Select the number of Stop bits used to indicate end of a packet.

Settings

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.

See Also