Factories, water plants, and commercial buildings still move a lot of data over a simple pair of wires. That standard is called RS-485.
Even as Ethernet spreads across modern plants, RS-485 remains the workhorse for many industrial networks. It handles long cable runs, fights electrical noise, and connects dozens of devices without expensive switches.
This article explains what RS-485 is in plain language, how it works, and the practical reasons it keeps showing up in new and existing systems. You will walk away knowing when it still makes sense and how it compares to newer options.
What Is RS-485?
RS-485 is a physical-layer standard for serial communication. Its official name is TIA/EIA-485 or TIA-485-A. Engineers created it in 1983 to fix the limits of older standards like RS-232.
It defines only the electrical rules for drivers and receivers. It does not dictate the language devices speak. Higher-level protocols such as Modbus RTU, BACnet MS/TP, and Profibus DP ride on top of it.
Think of RS-485 as the road. The protocol is the traffic rules. The road stays the same even when the rules change.
How RS-485 Works
RS-485 uses differential signaling over a twisted-pair cable. Two wires, usually labeled A and B (or D+ and D-), carry opposite voltages.
A receiver looks at the voltage difference between those two wires, not the absolute voltage to ground. Any noise that hits both wires equally gets canceled out. That is why the standard thrives near motors, variable-frequency drives, and welding equipment.
Most systems run half-duplex on just two wires. One device talks while others listen. Full-duplex needs four wires and is less common.
The bus is multi-drop. You can connect multiple devices on the same pair of wires in a daisy-chain layout. A standard driver supports 32 unit loads. Modern low-load chips push that number to 128 or even 256 devices.
Differential Signaling in Simple Terms
Imagine two people shouting the same message in opposite directions. A listener standing between them hears the difference clearly even if the room is noisy.
Single-ended systems like RS-232 are like one person shouting. Background noise easily drowns them out.
RS-485 drivers produce at least 1.5 V of differential signal. Receivers detect differences as small as 200 mV. That margin keeps data clean over long runs.
Key Specifications and Limits
Here are the numbers that matter most in real installations:
- Maximum recommended distance: about 1,200 meters (4,000 feet) at lower speeds
- Typical data rates: 9,600 bps to 115,200 bps for long runs; up to 10 Mbps on short cables
- Rule of thumb: cable length in meters times baud rate should stay under 100 million
- Common-mode voltage range: –7 V to +12 V, which tolerates ground differences between devices
- Cable: shielded twisted pair with 100–120 ohm characteristic impedance
Termination resistors (usually 120 ohms) go at both ends of the bus. Bias resistors keep the line in a known state when no one is transmitting. Skipping these steps is the most common cause of flaky networks.
Why Industrial Networks Still Use RS-485
Ethernet is faster and more flexible for large systems. Yet RS-485 keeps its place for several clear reasons.
Outstanding Noise Immunity
Factories are electrically loud places. Motors start and stop. Welders arc. Variable-speed drives generate high-frequency noise. Differential signaling plus a twisted pair shrugs off much of that interference. Many plants still prefer RS-485 for field devices sitting right next to noisy equipment.
Long Distances Without Extra Hardware
A single RS-485 segment can stretch 1,200 meters. Ethernet copper segments top out at 100 meters before you need a switch or fiber. For a long conveyor, a pipeline, or a multi-floor building, that extra reach saves money and complexity.
Low Cost and Simple Wiring
An RS-485 transceiver chip costs under a dollar in volume. You need only twisted-pair cable and two termination resistors. No managed switches, no complex addressing, and minimal software overhead. For simple sensor networks or legacy machines, the economics still favor RS-485.
Huge Installed Base and Protocol Support
Millions of devices already speak Modbus RTU over RS-485. BACnet MS/TP runs on the same wires in nearly every modern HVAC system. Replacing every instrument just to switch physical layers is expensive. Gateways let new Ethernet systems talk to the existing RS-485 field devices.
Deterministic and Easy to Implement
Master-slave polling is predictable. Microcontrollers handle the UART and a simple transceiver with almost no extra code. That simplicity reduces failure points in mission-critical control loops.
RS-485 Versus Ethernet and Other Options
Ethernet wins on bandwidth, scalability, and easy IT integration. It supports video, large data sets, and cloud connections. Industrial protocols such as EtherNet/IP, PROFINET, and Modbus TCP ride on it.
RS-485 still wins when you need:
- Cable runs longer than 100 meters without fiber
- High resistance to electromagnetic interference
- Lowest possible cost per node
- Simple multi-drop wiring for a few dozen devices
Many plants use both. Ethernet forms the backbone. RS-485 handles the last stretch to sensors, meters, and drives. Converters and gateways bridge the two worlds cleanly.
Compared with RS-232, RS-485 offers multi-drop capability, longer distance, and far better noise rejection. RS-422 is similar but limited to one driver and multiple receivers.
Common Industrial Applications
You will find RS-485 in:
- Factory automation and PLC-to-device links
- Building management systems and HVAC controllers
- Water and wastewater treatment plants
- Energy meters and substation monitoring
- Conveyor and packaging lines
- Solar trackers and remote pump stations
Any place that needs reliable, low-speed data over long, noisy cable runs is a natural fit.
Best Practices for Reliable RS-485 Networks
Use quality shielded twisted-pair cable rated for the environment. Keep stubs short. Place 120-ohm terminations only at the two physical ends of the bus. Add fail-safe bias resistors so the line sits at a defined level when idle.
Ground the cable shield at one end only to avoid ground loops. Match baud rates on every device. Document the node addresses and keep a simple wiring diagram.
When problems appear, start with the basics: check terminations, look for missing bias, and verify that every device uses the same speed and parity settings.
FAQs About What Is RS-485 and Why Industrial Networks Still Use It
How many devices can one RS-485 bus support?
The original standard allows 32 unit loads. Modern 1/8-unit-load receivers let you connect up to 256 devices on a single segment if the total load stays within limits.
Can RS-485 and Ethernet coexist in the same plant?
Yes. Most modern systems use Ethernet for higher-level networking and keep RS-485 for field devices. Protocol gateways make the translation straightforward.
Does RS-485 require special connectors?
No. The standard leaves connectors unspecified. Screw terminals, RJ45, DB9, and industrial circular connectors all appear in the field. Consistency within a plant matters more than any single style.
Is RS-485 still being installed in new projects?
Yes. Building automation, simple sensor networks, and cost-sensitive industrial upgrades continue to specify it. High-bandwidth or heavily integrated systems lean toward Ethernet, but RS-485 remains the practical choice for many applications.
Conclusion
RS-485 is a differential serial standard that has connected industrial devices since 1983. Its combination of noise immunity, long cable reach, multi-drop topology, and low cost keeps it relevant even as Ethernet grows.
Industrial networks still use RS-485 because it solves real problems on the plant floor without unnecessary complexity or expense. When you need reliable communication over hundreds of meters in a noisy environment, this proven standard continues to deliver.
Understanding its strengths helps you choose the right tool for each part of your system and keep both legacy and new equipment working smoothly together.
Disclaimer: This article provides general technical information about the RS-485 standard and its common industrial uses. Actual performance depends on cable quality, termination, device design, and installation practices. Always consult the relevant standards, manufacturer documentation, and qualified engineers for specific projects.