Dear all
i'm testing send data from RS485 shield but don't work.
-
receive from Arduino usb --> OK
-
receive from RS485 shield --> show ⸮jR⸮.690
please help me
Dear all
i'm testing send data from RS485 shield but don't work.
receive from Arduino usb --> OK
receive from RS485 shield --> show ⸮jR⸮.690
please help me
Can you be more precise in your question?
How does your shield organize direction control?
RE = receiver enable => needs to be activated if cpu wants to read data from the RS485 bus.
DE = driver enable => needs to be activated if cpu wants to send data on the RS485 bus.
If RE and DE are not managed properly, then things can go wrong.
For example the RS485 lib of Arduino has separate commands to manage RE and DE.
And whatever you do, make sure the bus is terminated and defined properly.
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.