summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2018-01-26 19:47:44 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2018-01-26 19:47:44 +0100
commitd53db98d513dc13dbc75c1d1ca416b2b33e66ae9 (patch)
tree168a1628d5e70940b5d6d761f35cf0276ad91af6
parentdf6f9c7271110e911c029b08a3e70d5d6580f1f4 (diff)
downloadsigrok-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).
-rw-r--r--uart/flow_control/uart_rts_0_excess_bytes.srbin0 -> 2801 bytes
-rw-r--r--uart/flow_control/uart_rts_11_excess_bytes.srbin0 -> 2948 bytes
-rw-r--r--uart/flow_control/uart_rts_1_excess_bytes.srbin0 -> 2811 bytes
-rw-r--r--uart/flow_control/uart_rts_1_excess_bytes_long_run.srbin0 -> 16732 bytes
-rw-r--r--uart/flow_control/uart_rts_2_excess_bytes.srbin0 -> 2819 bytes
-rw-r--r--uart/flow_control/uart_rts_3_excess_bytes.srbin0 -> 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
new file mode 100644
index 0000000..ec6b61c
--- /dev/null
+++ b/uart/flow_control/uart_rts_0_excess_bytes.sr
Binary files differ
diff --git a/uart/flow_control/uart_rts_11_excess_bytes.sr b/uart/flow_control/uart_rts_11_excess_bytes.sr
new file mode 100644
index 0000000..e29145e
--- /dev/null
+++ b/uart/flow_control/uart_rts_11_excess_bytes.sr
Binary files differ
diff --git a/uart/flow_control/uart_rts_1_excess_bytes.sr b/uart/flow_control/uart_rts_1_excess_bytes.sr
new file mode 100644
index 0000000..7dee811
--- /dev/null
+++ b/uart/flow_control/uart_rts_1_excess_bytes.sr
Binary files differ
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
new file mode 100644
index 0000000..ab89a9b
--- /dev/null
+++ b/uart/flow_control/uart_rts_1_excess_bytes_long_run.sr
Binary files differ
diff --git a/uart/flow_control/uart_rts_2_excess_bytes.sr b/uart/flow_control/uart_rts_2_excess_bytes.sr
new file mode 100644
index 0000000..a371016
--- /dev/null
+++ b/uart/flow_control/uart_rts_2_excess_bytes.sr
Binary files differ
diff --git a/uart/flow_control/uart_rts_3_excess_bytes.sr b/uart/flow_control/uart_rts_3_excess_bytes.sr
new file mode 100644
index 0000000..800b7e3
--- /dev/null
+++ b/uart/flow_control/uart_rts_3_excess_bytes.sr
Binary files differ