diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2011-12-04 15:09:21 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2011-12-04 15:09:21 +0100 |
commit | ab2a28319ba748c0ea86696681eba1d70a291c85 (patch) | |
tree | a8bcbfc6187c83124ed96feeb0e2ac89c9cb94fd /uart/hello_world/README | |
parent | fc997d147aad3387635aca0fc4a0ad600d0bc2a0 (diff) | |
download | sigrok-dumps-ab2a28319ba748c0ea86696681eba1d70a291c85.tar.gz sigrok-dumps-ab2a28319ba748c0ea86696681eba1d70a291c85.zip |
uart: "Hello World!\r\n" dumps at various baud rates.
Diffstat (limited to 'uart/hello_world/README')
-rw-r--r-- | uart/hello_world/README | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/uart/hello_world/README b/uart/hello_world/README new file mode 100644 index 0000000..11d180b --- /dev/null +++ b/uart/hello_world/README @@ -0,0 +1,32 @@ +------------------------------------------------------------------------------- +Hello World UART output using various options +------------------------------------------------------------------------------- + +This is a collection of example UART communication (only in one direction). +The repeatedly transmitted data is "Hello World!\r\n", using 8n1 settings. + + +Logic analyzer setup +-------------------- + +The logic analyzer used for capturing is a ChronoVu LA8 at a sample rate +of 5MHz (for baud rates 921600 - 230400), 1MHz (for 115200 - 19200), +and 625kHz (for baud rates 9600 - 110). + +The ChronoVu LA8 probes were connected to the UART like this: + + Probe UART + ------------------- + 0 (green) TX + GND GND + + +Data +---- + +The sigrok command line used was: + + sigrok-cli -d 0:samplerate=<hz> --samples 8388608 -p '1=TX' -o <file>.sr + +We capture as many samples as fit into the 8MByte buffer of the logic analyzer. + |