Tool/software:
I was recently debugging a 485, and my 485 has a transmit/receive enable pin.The default state allows data to be received, and the enable pin is flipped when data is sent.I found the following link configuration in the forum.
I have two questions.
First, is this RTS pin fixed? Can I bind it to other GPIO pins in the device tree?
Second, is the level change of this pin automatically changed when sending data? Is it changed inside the chip or implemented by the driver?
thanks!!
