From 75521c9bb73f586c8655cfbad4ed0300b3088353 Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Sun, 16 Oct 2016 18:25:31 +0200 Subject: 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 --- uart/counter/uart_count_19200_8n1.sr | Bin 0 -> 2798 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 uart/counter/uart_count_19200_8n1.sr (limited to 'uart/counter/uart_count_19200_8n1.sr') diff --git a/uart/counter/uart_count_19200_8n1.sr b/uart/counter/uart_count_19200_8n1.sr new file mode 100644 index 0000000..78c15d1 Binary files /dev/null and b/uart/counter/uart_count_19200_8n1.sr differ -- cgit v1.2.3-54-g00ecf