From: Uwe Hermann Date: Fri, 26 Jan 2018 18:47:44 +0000 (+0100) Subject: uart: Add some flow control (RTS#) examples. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-dumps.git;a=commitdiff_plain;h=d53db98d513dc13dbc75c1d1ca416b2b33e66ae9 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). --- 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 Binary files /dev/null and b/uart/flow_control/uart_rts_0_excess_bytes.sr 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 Binary files /dev/null and b/uart/flow_control/uart_rts_11_excess_bytes.sr 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 Binary files /dev/null and b/uart/flow_control/uart_rts_1_excess_bytes.sr 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 Binary files /dev/null and b/uart/flow_control/uart_rts_1_excess_bytes_long_run.sr 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 Binary files /dev/null and b/uart/flow_control/uart_rts_2_excess_bytes.sr 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 Binary files /dev/null and b/uart/flow_control/uart_rts_3_excess_bytes.sr differ