Trait SerialFlowControl
Source pub trait SerialFlowControl {
type Cts;
type Rts;
}
Expand description
Hardware flow control (RS232)
“Clear To Send” blocks the data transmission at the end of the current transfer when high
“Request to send” indicates that the USART is ready to receive a data (when low)