]> sigrok.org Git - sigrok-dumps.git/commit
uart: Add some flow control (RTS#) examples.
authorUwe Hermann <redacted>
Fri, 26 Jan 2018 18:47:44 +0000 (19:47 +0100)
committerUwe Hermann <redacted>
Fri, 26 Jan 2018 18:47:44 +0000 (19:47 +0100)
commitd53db98d513dc13dbc75c1d1ca416b2b33e66ae9
tree168a1628d5e70940b5d6d761f35cf0276ad91af6
parentdf6f9c7271110e911c029b08a3e70d5d6580f1f4
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).
uart/flow_control/uart_rts_0_excess_bytes.sr [new file with mode: 0644]
uart/flow_control/uart_rts_11_excess_bytes.sr [new file with mode: 0644]
uart/flow_control/uart_rts_1_excess_bytes.sr [new file with mode: 0644]
uart/flow_control/uart_rts_1_excess_bytes_long_run.sr [new file with mode: 0644]
uart/flow_control/uart_rts_2_excess_bytes.sr [new file with mode: 0644]
uart/flow_control/uart_rts_3_excess_bytes.sr [new file with mode: 0644]