RS-485 Interface

RS-485 is a differential-signal electrical interface used for multi-point serial communication over long distances and in noisy environments. Because the information is carried by the voltage difference between two conductors, noise that couples equally onto both wires is largely cancelled at the receiver.

The interface's rules in practice are simple, but when they are skipped the line does not work.

On industrial boards RS-485 is mostly used together with a protocol such as Modbus; keeping in mind that the electrical interface and the protocol are separate things makes it easier to separate the layers during fault finding.

Knowledge Center