]> sigrok.org Git - sigrok-dumps.git/commit
uart: add dump files to demonstrate number of data bits
authorGerhard Sittig <redacted>
Sun, 16 Oct 2016 16:25:31 +0000 (18:25 +0200)
committerUwe Hermann <redacted>
Sun, 23 Oct 2016 16:18:32 +0000 (18:18 +0200)
commit75521c9bb73f586c8655cfbad4ed0300b3088353
tree3a025ab8510fcf01309b66632a4ab6c11a776329
parent55aca15dd789daa407244173a0fdb52ed099b164
uart: add dump files to demonstrate number of data bits

Create a "counter" directory, and add captures from UART communication
with the number of data bits in the range from 5 to 9. Parity/stopbit
is identical across all captures, as other dumps already provide those
variants. This set is useful to test how decoders cope with various
numbers of databits, while the samples cover all possible bit patterns.

Signed-off-by: Gerhard Sittig <redacted>
uart/counter/README [new file with mode: 0644]
uart/counter/uart_count_19200_5n1.sr [new file with mode: 0644]
uart/counter/uart_count_19200_6n1.sr [new file with mode: 0644]
uart/counter/uart_count_19200_7n1.sr [new file with mode: 0644]
uart/counter/uart_count_19200_8n1.sr [new file with mode: 0644]
uart/counter/uart_count_19200_9n1.sr [new file with mode: 0644]