Skip to content

Commit

Permalink
uart: Add some flow control (RTS#) examples.
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
uwehermann committed Jan 26, 2018
1 parent df6f9c7 commit d53db98
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 0 deletions.
Binary file added uart/flow_control/uart_rts_0_excess_bytes.sr
Binary file not shown.
Binary file added uart/flow_control/uart_rts_11_excess_bytes.sr
Binary file not shown.
Binary file added uart/flow_control/uart_rts_1_excess_bytes.sr
Binary file not shown.
Binary file not shown.
Binary file added uart/flow_control/uart_rts_2_excess_bytes.sr
Binary file not shown.
Binary file added uart/flow_control/uart_rts_3_excess_bytes.sr
Binary file not shown.

0 comments on commit d53db98

Please sign in to comment.