Universal Asynchronous Receiver-Transmitter (UART)

These samples demonstrate how to use the UART driver API.

  • Native TTY UARTUse native TTY driver to send and receive data between two UART-to-USB bridge dongles.
  • UART echoRead data from the console and echo it back.
  • UART PassthroughPass data directly between the console and another UART interface.