]> sigrok.org Git - sigrok-dumps.git/blame - uart/hello_world/README
uart: hello world: Drop files with baudrates < 1200.
[sigrok-dumps.git] / uart / hello_world / README
CommitLineData
ab2a2831
UH
1-------------------------------------------------------------------------------
2Hello World UART output using various options
3-------------------------------------------------------------------------------
4
5This is a collection of example UART communication (only in one direction).
6The repeatedly transmitted data is "Hello World!\r\n", using 8n1 settings.
7
8
9Logic analyzer setup
10--------------------
11
12The logic analyzer used for capturing is a ChronoVu LA8 at a sample rate
13of 5MHz (for baud rates 921600 - 230400), 1MHz (for 115200 - 19200),
207cc70f 14and 625kHz (for baud rates 9600 - 1200).
ab2a2831
UH
15
16The ChronoVu LA8 probes were connected to the UART like this:
17
18 Probe UART
19 -------------------
20 0 (green) TX
21 GND GND
22
23
24Data
25----
26
27The sigrok command line used was:
28
29 sigrok-cli -d 0:samplerate=<hz> --samples 8388608 -p '1=TX' -o <file>.sr
30
31We capture as many samples as fit into the 8MByte buffer of the logic analyzer.
32