Asynchronous Serial Protocol (UART)

UARTUniversal Asynchronous Receiver/Transmitter is an alternative to SPISerial Peripheral Interface. The module can be configured to use UART to communicate. For some MCUs, UART is more convenient.

By default, UART operates at 115,200 bits/sec (the module can be configured with different speeds). UART uses 8-bit characters, odd parity, and 1 stop bit.

The interface requires hardware flow control. Each side uses flow-control signals to send messages.

The serial protocol has framed and encapsulated packets similar to SPI protocol packets.

Following are descriptions of the framing, encapsulation, packet types, and error handling for UART; click each to display the information:

 

 

 

Please click here to let us know how we're doing. Thank you.