How to read a rs485 sensor

Hi,

I have a DO (dissolved oxygen) sensor that communicate by RS485, that sensor has four pins; V+, GND, A and B. So my question is, Do someone know how to read the sensor value with arduino? Its my first time using this sensor and that sensor comes with a "Intelligent DO Transmitter" I think I can use it without the transmitter connecting directly to the arduino or using a RS485 conversor?

Thanks :slight_smile:

Use an RS485 interface, like this one.

Now that you know the hardware format, you will need to determine which protocol the software is using.