Opta RS485 port not working

Hello,

Bought 2 Opta RS485 units from Conrad.
Tried this example: https://docs.arduino.cc/tutorials/opta/getting-started-with-modbus-rtu?
Made all connections exaclty as shown, including 24 V supply from lab power supply.
Followed instructions exactly, client always logged " ... failed! Connection timed out".
Connected client to osciloscope, no signals visible.

Bought 3th device directly from Arduino. Same result.

Measured between A and ground, between B and ground, A and B, all with and without 330 ohm termination resistor. Nothing works on any of the 3 devices.

Does anyone has an idea what can be wrong?

Patrick

Photos of code are nearly worthless. Read the forum guidelines to see how to properly post code and some good information on making a good post.

Use the IDE autoformat tool (ctrl-t or Tools, Auto format) before posting code in code tags.

1 Like

Hello @phacour

I've checked the sketch "Modbus RTU Client Kitchen Sink" from the ArduinoModBus library on the oscilloscope and I can see perfectly the bus.

A - A
GND- GND
B - B

Make sure the GND is connected

Please make sure you have the latest versions of the ArduinoModbus and ArduinoRS485