summaryrefslogtreecommitdiff
path: root/uart/flow_control
AgeCommit message (Collapse)Author
2018-01-26uart: Add some flow control (RTS#) examples.Uwe Hermann
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).