Search found 1 match
- Thu Sep 17, 2020 9:59 pm
- Forum: Hardware
- Topic: UART Flow Control
- Replies: 8
- Views: 13750
Re: UART Flow Control
Hello All, I have been using UART1 without hardware or software flow control. What are the benefits to using software flow control and if I decide to do so, when should I be calling uart_set_rts() and uart_set_dts()? First of all, flow control is only used if you want to control the data being pass...