diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2018-01-26 19:47:44 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2018-01-26 19:47:44 +0100 |
commit | d53db98d513dc13dbc75c1d1ca416b2b33e66ae9 (patch) | |
tree | 168a1628d5e70940b5d6d761f35cf0276ad91af6 /uart | |
parent | df6f9c7271110e911c029b08a3e70d5d6580f1f4 (diff) | |
download | sigrok-dumps-d53db98d513dc13dbc75c1d1ca416b2b33e66ae9.tar.gz sigrok-dumps-d53db98d513dc13dbc75c1d1ca416b2b33e66ae9.zip |
uart: Add some flow control (RTS#) examples.
The sender (incorrectly) transmits one or more excess bytes after RTS#
has been pulled high by the receiver. This is not a problem in all cases
(e.g. when the receiver UART hardware buffer is larger than one byte).
Diffstat (limited to 'uart')
-rw-r--r-- | uart/flow_control/uart_rts_0_excess_bytes.sr | bin | 0 -> 2801 bytes |
-rw-r--r-- | uart/flow_control/uart_rts_11_excess_bytes.sr | bin | 0 -> 2948 bytes |
-rw-r--r-- | uart/flow_control/uart_rts_1_excess_bytes.sr | bin | 0 -> 2811 bytes |
-rw-r--r-- | uart/flow_control/uart_rts_1_excess_bytes_long_run.sr | bin | 0 -> 16732 bytes |
-rw-r--r-- | uart/flow_control/uart_rts_2_excess_bytes.sr | bin | 0 -> 2819 bytes |
-rw-r--r-- | uart/flow_control/uart_rts_3_excess_bytes.sr | bin | 0 -> 2827 bytes |
6 files changed, 0 insertions, 0 deletions
diff --git a/uart/flow_control/uart_rts_0_excess_bytes.sr b/uart/flow_control/uart_rts_0_excess_bytes.sr Binary files differnew file mode 100644 index 0000000..ec6b61c --- /dev/null +++ b/uart/flow_control/uart_rts_0_excess_bytes.sr diff --git a/uart/flow_control/uart_rts_11_excess_bytes.sr b/uart/flow_control/uart_rts_11_excess_bytes.sr Binary files differnew file mode 100644 index 0000000..e29145e --- /dev/null +++ b/uart/flow_control/uart_rts_11_excess_bytes.sr diff --git a/uart/flow_control/uart_rts_1_excess_bytes.sr b/uart/flow_control/uart_rts_1_excess_bytes.sr Binary files differnew file mode 100644 index 0000000..7dee811 --- /dev/null +++ b/uart/flow_control/uart_rts_1_excess_bytes.sr diff --git a/uart/flow_control/uart_rts_1_excess_bytes_long_run.sr b/uart/flow_control/uart_rts_1_excess_bytes_long_run.sr Binary files differnew file mode 100644 index 0000000..ab89a9b --- /dev/null +++ b/uart/flow_control/uart_rts_1_excess_bytes_long_run.sr diff --git a/uart/flow_control/uart_rts_2_excess_bytes.sr b/uart/flow_control/uart_rts_2_excess_bytes.sr Binary files differnew file mode 100644 index 0000000..a371016 --- /dev/null +++ b/uart/flow_control/uart_rts_2_excess_bytes.sr diff --git a/uart/flow_control/uart_rts_3_excess_bytes.sr b/uart/flow_control/uart_rts_3_excess_bytes.sr Binary files differnew file mode 100644 index 0000000..800b7e3 --- /dev/null +++ b/uart/flow_control/uart_rts_3_excess_bytes.sr |