Other Parts Discussed in Thread: NA555
Dear all,
I am trying to replace the existing UART connections in TM4C123GH6PM controller with RS485 using SP3485 IC (datasheet).
Is there any way to use hardware flow control to set the direction automatically while transmitting as shown below by connecting RE and DE pin together?
According to my understanding, the transmitting side checks the state of its CTS pin before transmitting, and the receiving side uses RTS to say “go” or “stop.” Turning RTS from off to on indicates that the amount of data in the Rx buffer is lower than the RBL, and turning it from on to off means the length is higher than the RBH. With this there is no chance of using RTS or CTS for automatic direction selection.
Please correct me if I am wrong.