Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 859 Bytes

File metadata and controls

16 lines (8 loc) · 859 Bytes

Decode UART

Decode UART

The Saleae Logic software supports decoding UART communications using the provided Async Serial Analyzer in the Logic software.

A UART (Universal Asynchronous Receiver/Transmitter) is a hardware block most commonly found in microcontrollers and processors. Its primary job is to send and receive asynchronous serial data to and from other UART devices via two data lines: TX and RX.

Typically, the serial data are organized in the following format:

UART Data Format

The Async Serial Analyzer in the Logic software can be configured for various data sizes, stop bits, and parity settings. For details on setting this up, please see the article below.

{% page-ref page="./" %}