Overview

Document versions and changes

Version
Changes

1.0

Initial release

What is UART?

UART is a commonly used serial communication protocol in embedded systems. It is a simple interface to exchange information between two systems over short distances. The maximum transfer speed is specifed as baud (symbol per second) and can range from 9600 to several Mbaud.

Last updated

Was this helpful?