logic_sniffer.py
UART Analyzer Settings

Specific settings for UART data analysis are controlled from this dialog: The various fields are:

Pin
the channel supplying the data signal.
Auto
check to have the analyzer estimate Baud rate, Parity, data Length and Stop bits from the captured samples.
Baud
specify the baud rate for the data to analyze.
Parity
specify the character parity in the data to analyze.
Length
specify the bits-per-character in the data to analyze.
Stop
specify that the data to analyze has 1 or 2 stop bits per character.

Control Buttons

OK
accepts the UART analysis settings.
Cancel
throws away the values entered with no further action.

UART Data Analysis

The analysis is displayed in a separate window as a multi-column table. The sample number and time from the trigger are displayed in the first two columns. Each data byte is shown in hexadecimal and ASCII form in the last two columns.