Hello,
I am trying to build RS485 based communication project for multiple arduino, to begin with i used several example over internet and having similar kind of issue. My issue is Master always sending message but slave never receives it or not printing it in serial monitor (I suspect serial monitor because both RX and TX lights are ON on slave), another trouble is if my program is running then i am sending back communication to master now master says it received communication back but it doesn't receive any data in it. You can see below image for reference of my serial monitor data. I have made few changes in code, attaching those along with other example i tried...
Code I am using -
Nick Gammon's excellent article on RS486 including libraries and multidrop example
I am newbie to Arduino and trying to learn, so for sure i might be missing something simple. Also i am not using breadboard to connect all GND. I just used normal wire and solder them together. Other are connected to Nano and RS485. Below are the connections i am following..
RS485_Sender.ino (2.99 KB)
RS485_Responder.ino (2.64 KB)