You're staring at a spec sheet. Or maybe a forum thread from 2012. Somewhere in the text it says "RS-232 — max cable length 50 feet." Then another line says "RS-485 — up to 4,000 feet." And you're wondering: wait, which RS? What does RS even stand for? And why does the length change so wildly?
Short answer: RS stands for Recommended Standard. The number after it tells you which standard. And the length depends entirely on which one you're talking about — because they were built for completely different jobs.
Let's sort this out properly.
What Is RS Anyway
RS — Recommended Standard — was a naming convention used by the Electronic Industries Association (EIA) for serial communication standards. The most famous ones: RS-232, RS-422, RS-485. There's also RS-423, RS-449, RS-530... but you'll rarely trip over those in the wild.
It sounds simple, but the gap is usually here.
The "RS" prefix got officially replaced by "EIA" and later "TIA" (Telecommunications Industry Association) decades ago. So technically it's TIA-232-F now. Everyone still says RS-232. Nobody calls it that. Habits die hard.
These standards define electrical characteristics: voltage levels, signal timing, driver/receiver specs, connector pinouts. So that's left to higher layers. They don't define protocols — no packet structure, no addressing, no error correction. RS just gets bits from point A to point B over copper Easy to understand, harder to ignore..
And the cable length limit? That falls out of the electrical design. Driver strength, noise immunity, capacitance per foot, termination scheme. Physics, basically Most people skip this — try not to. Worth knowing..
RS-232: The Classic Short-Run Standard
If you've ever plugged a serial cable into a PC's DB-9 port (or a USB-to-serial dongle), you've used RS-232. Practically speaking, introduced in 1962. Here's the thing — it's the granddaddy. Designed for connecting data terminal equipment (DTE) like a terminal or computer to data circuit-terminating equipment (DCE) like a modem Nothing fancy..
Voltage and Signaling
RS-232 uses single-ended signaling. One wire per signal, referenced to a common ground. Voltage swings are big: typically ±12 V, sometimes ±15 V. A logic 1 (mark) is negative voltage (-3 V to -15 V). Which means a logic 0 (space) is positive (+3 V to +15 V). That large swing gives noise immunity — but it also means high capacitance kills the signal fast.
The 50-Foot Rule
The official spec (TIA-232-F) says: maximum cable length 50 feet (15 meters) at the rated capacitance of 2,500 pF. That's at 20 kbps. Consider this: push the baud rate higher — 115. 2 kbps, say — and the practical limit drops. A lot. At 115k, you're lucky to get 15–20 feet reliably unless you use low-capacitance cable.
Why? Capacitance. Every foot of cable adds ~30–50 pF. Here's the thing — the driver has to charge and discharge that capacitance every bit. At high speeds, the edges get rounded. The receiver sees mush. Errors pile up.
Can You Go Longer?
Sure. People run RS-232 over 100+ feet all the time. It works — until it doesn't.
But past 50 feet, you're off spec. Consider this: no guarantees. If the machine next to yours fires up a VFD and your data corrupts, that's on you.
Real Talk
RS-232 is point-to-point. One driver, one receiver. It's obsolete for new designs — but everywhere in legacy gear. Industrial controllers. No multi-drop. CNC machines. Even so, no differential signaling. Network gear console ports. Lab instruments. You'll be dealing with it for decades.
RS-422: Differential, Longer, Point-to-Point (Mostly)
RS-422 (TIA-422-B) came later. Because of that, 1975-ish. Designed for higher speeds and longer distances. The key difference: differential signaling Worth keeping that in mind. Still holds up..
How Differential Changes Everything
Instead of one wire referenced to ground, RS-422 uses a twisted pair per signal: one carries the signal, the other carries its inverse. Practically speaking, the receiver measures the difference between them. Common-mode noise — the stuff induced equally on both wires — gets rejected. That's the magic.
People argue about this. Here's where I land on it.
Driver output: ±2 V to ±6 V differential. Much lower swing than RS-232. But because noise immunity is so much better, it works It's one of those things that adds up..
Length and Speed Tradeoff
The spec allows 4,000 feet (1,200 meters) at 100 kbps. But — and this matters — you can go faster or longer, not both. The product of data rate (bps) × cable length (feet) is roughly constant: ~10^8 bps·ft.
| Data Rate | Max Distance (approx) |
|---|---|
| 100 kbps | 4,000 ft |
| 1 Mbps | 400 ft |
| 10 Mbps | 40 ft |
At 10 Mbps, you're basically back to RS-232 territory. But at 9600 bps? Even so, you can run miles. Literally.
Topology
RS-422 is primarily point-to-point. In real terms, one driver, up to 10 receivers (high input impedance). You can multi-drop receivers — think one sensor broadcasting to multiple loggers. But only one driver on the bus. No arbitration. If two drivers talk at once, you get contention That's the whole idea..
Connectors? No standard. DB-9, DB-25, terminal blocks, RJ45 — whatever the box maker chose.
Where You'll See It
- Industrial automation (older PLC links)
- Scientific instruments
- Long-run serial links where RS-232 fails
- Some video production gear (Sony 9-pin protocol runs on RS-422)
It's less common now than RS-485, but still out there.
RS-485: The Industrial Workhorse
If you've worked with Modbus RTU, DMX512, Profibus, or BACnet MS/TP — you've used RS-485. It's the backbone of industrial comms. TIA-485-A (1998, updated 2003) took RS-422's differential signaling and added one critical feature: tri-state drivers.
Tri-State = Multi-Drop
An RS-485 driver can be:
-
Driving high (logic 1)
-
Driving
-
Driving low (logic 0)
-
Tri-stated (high impedance, effectively disconnected)
This means multiple devices can share the same bus without fighting each other. Only one device drives at a time; everyone else listens. When a device finishes transmitting, it releases the bus back to high impedance, letting the next device take over.
Half-Duplex vs. Full-Duplex
Half-duplex is the norm: all devices share a single differential pair. Communication is bidirectional but not simultaneous—you take turns talking. This is how Modbus RTU works, how DMX512 lighting control operates, and how most industrial networks function.
Full-duplex requires two pairs: one for each direction. Both devices can talk simultaneously, but you're limited to point-to-point again. Rarely used in practice.
Bus Length and Speed
RS-485 specs allow up to 4,000 feet (1,200 meters) with up to 32 devices on a single bus segment. The same speed-distance tradeoff applies, but RS-485 handles it better due to improved common-mode rejection and lower voltage swings.
At 100 kbps, you can comfortably hit 4,000 feet. Push to 10 Mbps, and you're limited to about 50 feet. But unlike RS-422, you can use repeaters to extend the network—chain segments together to cover enormous distances with hundreds of nodes Small thing, real impact. No workaround needed..
Termination and Biasing
RS-485 buses need proper termination to prevent signal reflections. A 120Ω resistor across the differential pair at each end of the cable does the trick. Without it, high-speed communications become unreliable.
Biasing resistors are also critical. Now, they ensure the bus sits at a known idle state (typically logic 1) when no device is driving. Without biasing, the bus floats and noise can cause spurious data That alone is useful..
Real-World Applications
- Modbus RTU: The de facto standard for PLC-to-device communication in industrial automation
- DMX512: Stage lighting control in theaters, concerts, and entertainment venues
- Profibus: Factory automation networks in manufacturing
- BACnet MS/TP: Building automation systems controlling HVAC, lighting, and security
- CAN bus alternatives: Some automotive and aerospace applications where cost or legacy requirements favor RS-485
The Catch
RS-485 isn't plug-and-play. You need to manage:
- Proper termination (often forgotten)
- Bias resistors (frequently missing)
- Address assignment (software-dependent)
- Grounding schemes (critical for noise rejection)
- Cable quality (twisted pair is mandatory)
Get any of these wrong, and you'll spend days debugging intermittent communication failures That alone is useful..
Making the Right Choice
When you're designing or troubleshooting a serial connection, the decision tree is straightforward:
Need simple, short-distance communication with legacy equipment? RS-232 is still your friend, despite its limitations That's the part that actually makes a difference..
Want differential signaling over moderate distances with multiple receivers? RS-422 gives you noise immunity without the complexity of multi-drop management Nothing fancy..
Building or maintaining an industrial network with many devices? RS-485 is almost certainly your answer. It's dependable, scalable, and supported by decades of infrastructure.
The key insight: these standards aren't competing—they're complementary. Each solves a specific problem that the others either can't address or handle poorly. Understanding their strengths and limitations lets you choose the right tool for the job, whether you're connecting two devices across a desk or deploying a network spanning an entire factory floor.
In practice, you'll often find all three coexisting in the same facility—RS-232 for local configuration interfaces, RS-422 for point-to-point instrument links, and RS-485 for the heavy lifting of industrial networking. The smart engineer knows when to use each one and isn't afraid to mix and match as the application demands Practical, not theoretical..