RS-232 vs RS-422 vs RS-485: Serial Communication Standards Explained

RS-232 vs RS-422 vs RS-485: Serial Communication Standards Explained

Walk into any factory, automation shop, broadcast studio, point-of-sale system, or industrial control room and you'll find serial communications still in active use. Despite USB and Ethernet dominating consumer computing, serial protocols — particularly RS-232, RS-422, and RS-485 — remain the backbone of industrial and embedded systems.

If you're working with industrial equipment, building automation, broadcast gear, or legacy hardware, understanding these three standards is essential.

Why serial communication still matters

In 2026, you might wonder: with USB and Ethernet everywhere, why does serial still exist?

Several reasons:

  • Reliability: Serial protocols are simple, deterministic, and proven over 60+ years

  • Long distances: RS-485 can run 4,000 feet (1,200m); USB tops out at 5m, Ethernet at 100m

  • Noise immunity: Differential signaling in RS-422/485 handles industrial electrical noise better than USB

  • Multi-drop: RS-485 supports up to 32 devices on a single bus; USB needs hubs and Ethernet needs switches

  • Existing infrastructure: Trillions of dollars of industrial equipment uses serial; replacing it would be impossibly expensive

  • Real-time control: Predictable timing matters in industrial automation

The basics of serial vs parallel

Parallel communication sends multiple bits at once over multiple wires. Faster theoretically but limited by signal skew and crosstalk over distance.

Serial communication sends one bit at a time over fewer wires. Slower per bit but works over much longer distances and uses fewer wires.

The three standards we're covering — RS-232, RS-422, RS-485 — are all serial communication standards developed by the Electronic Industries Association (EIA), now part of TIA. They define the electrical characteristics (voltage levels, signaling) but not the actual data protocol layered on top.

RS-232 — The Original PC Serial Standard

The most familiar serial standard, used for decades on computer COM ports.

Key specifications:

  • Signal type: Single-ended (one wire per signal, referenced to ground)

  • Voltage levels: ±3V to ±15V (typically ±12V)

    • Logic 1 (mark) = negative voltage

    • Logic 0 (space) = positive voltage

  • Maximum distance: 50 feet (15m) at 9600 bps

  • Maximum speed: Typically 115,200 bps practical, technically up to 1 Mbps in newer implementations

  • Topology: Point-to-point (one transmitter, one receiver per line)

  • Connector: DB-9 (most common) or DB-25 (older)

Where you'll find RS-232 in 2026:

  • Legacy PC COM ports (rare on new computers, available via USB adapters)

  • Industrial equipment configuration (PLCs, controllers)

  • Network equipment console ports (Cisco routers, switches)

  • Test and measurement equipment

  • Point-of-sale receipt printers, cash drawers

  • Embedded development boards (Arduino, microcontrollers)

  • Building automation systems

  • HVAC controls

  • Older barcode scanners

  • Some industrial sensors

Why it's limited: The single-ended signaling means RS-232 is susceptible to electrical noise. The high voltage swing (±12V typical) requires significant power. Maximum cable length is short. Only one device per signal line.

The DB-9 connector: 9-pin D-subminiature connector is the de facto standard for RS-232. Pins carry:

  • Pin 1: DCD (Data Carrier Detect)

  • Pin 2: RXD (Receive Data)

  • Pin 3: TXD (Transmit Data)

  • Pin 4: DTR (Data Terminal Ready)

  • Pin 5: GND (Signal Ground)

  • Pin 6: DSR (Data Set Ready)

  • Pin 7: RTS (Request To Send)

  • Pin 8: CTS (Clear To Send)

  • Pin 9: RI (Ring Indicator)

For simple connections, only TXD, RXD, and GND are needed. The other pins are flow control and modem signals.

RS-422 — Differential Long-Distance Serial

Designed in 1975 to address RS-232's distance and noise limitations.

Key specifications:

  • Signal type: Differential (two wires per signal, voltage difference between them)

  • Voltage levels: ±2V to ±6V differential

  • Maximum distance: 4,000 feet (1,200m) at low speeds; ~50 feet at full 10 Mbps

  • Maximum speed: 10 Mbps (much faster than RS-232)

  • Topology: Point-to-multipoint (one transmitter, up to 10 receivers)

  • Connector: No standard; often DB-9 or DB-25, sometimes terminal blocks or RJ45

Where you'll find RS-422:

  • Industrial process control with long cable runs

  • Broadcast equipment (RS-422 video deck control)

  • Pro audio (timecode distribution)

  • Multi-monitor industrial displays

  • Long-distance modem-to-equipment connections

  • High-speed POS networks

Why it works better: Differential signaling means the receiver looks at the DIFFERENCE between two wires. Electrical noise hits both wires equally, so the difference (the actual signal) remains clean. This dramatically improves noise immunity and allows much longer distances.

The "10 receivers" capability lets one transmitter feed multiple displays or controllers — useful for distributing the same data to multiple devices.

RS-485 — The Industrial Workhorse

The evolution of RS-422 to support full multi-drop networks.

Key specifications:

  • Signal type: Differential (like RS-422)

  • Voltage levels: ±1.5V to ±5V differential

  • Maximum distance: 4,000 feet (1,200m) at 100 Kbps; shorter at higher speeds

  • Maximum speed: 10 Mbps

  • Topology: Multi-drop (up to 32 devices on one bus, or 256 with repeaters)

  • Connector: No standard; terminal blocks, RJ45, DB-9 all common

Where you'll find RS-485 in 2026:

  • Industrial automation (PLCs, motor controllers, sensors)

  • Building Automation (BACnet often runs over RS-485)

  • Modbus RTU networks

  • Variable Frequency Drives (VFD)

  • HVAC building controls

  • Solar inverter monitoring

  • DMX-512 lighting control

  • Marine NMEA 2000 (variant)

  • Manufacturing equipment networks

  • Process control sensors

The key advantage: Multi-drop. You can have one master device communicating with up to 32 slave devices on a single twisted-pair cable. This is huge for industrial installations where you might need to monitor 20 sensors throughout a building.

How multi-drop works: Only one device transmits at a time. The protocol layered on top (Modbus, DMX-512, BACnet MS/TP, etc.) defines how devices take turns. Each device has a unique address.

Differences at a glance

Feature

RS-232

RS-422

RS-485

Signal

Single-ended

Differential

Differential

Max distance

50 ft

4,000 ft

4,000 ft

Max speed

1 Mbps

10 Mbps

10 Mbps

Drivers per line

1

1

32 (multi-drop)

Receivers per line

1

10

32

Voltage swing

±12V typical

±5V differential

±5V differential

Cable type

Multi-conductor

Twisted pair

Twisted pair

Noise immunity

Low

High

High

Typical use

Point-to-point config

Distribution

Industrial networks

Converting between standards

Equipment with different serial standards can usually be connected with converters:

USB to RS-232 adapter — The most common need today. Almost no modern computer has a built-in COM port. USB-to-Serial adapters with chips like FTDI, Prolific, or CH340 convert USB to RS-232 signaling. Plug into a USB port, the adapter appears as a virtual COM port (COM3, COM4, etc.) in Windows.

RS-232 to RS-485 converter — Used when a computer with only RS-232 needs to talk to an RS-485 industrial network. The converter handles voltage translation and direction control. Important: directional control matters because RS-485 is half-duplex by default.

RS-485 to Ethernet converter — Sometimes called a "serial server" or "device server." Lets you access RS-485 devices over an IP network. Common in modern industrial installations where the control system is replaced but the field devices still use RS-485.

RS-422/485 isolator — Provides galvanic isolation between devices to prevent ground loops from damaging equipment. Common in industrial environments where different equipment is grounded differently.

Cabling considerations

For RS-232:

  • Standard multi-conductor shielded cable

  • Keep runs under 50 feet

  • Quality cable: 24 AWG conductors, foil shield

For RS-422 and RS-485:

  • Twisted pair is essential (one twisted pair per differential signal)

  • For long runs, use terminating resistors (120Ω) at both ends of the bus

  • Shielded twisted pair for noisy environments

  • Cat5e or Cat6 cable works well for RS-485 (use one twisted pair for data, another for ground)

RS-485 specifically:

  • Bus topology only — no star or branched networks

  • Terminate both ends with 120Ω resistors

  • Keep stub lengths (drops from main bus to devices) short

  • Bias resistors may be needed on master device

Common applications and protocols

Modbus RTU over RS-485 — Industrial communication protocol used everywhere. PLCs, VFDs, sensors, HMIs all support Modbus. The most common industrial communication standard in the world.

DMX-512 over RS-485 — Stage lighting control. Concerts, theaters, themed entertainment all use DMX. A single RS-485 cable can address 512 lighting channels.

BACnet MS/TP over RS-485 — Building automation. HVAC, lighting, security in commercial buildings often use BACnet over RS-485 between zones, even when the central system uses IP.

RS-232 for console access — Network equipment (Cisco, HP/Aruba, Juniper) console ports use RS-232 with specific cabling. Network admins still use USB-to-Serial adapters and Cat5 console cables daily.

Buying tips

For most users who just need to connect to industrial equipment from a modern computer:

  • USB to RS-232 adapter — Buy one with FTDI chipset (most compatible) or CH340 (cheaper but works fine). Around $10-25.

  • DB-9 to RJ45 console cable — For network equipment. Standard "Cisco blue" cable, around $5-15.

  • Quality serial cables — Don't use cheap eBay cables for important equipment. Quality matters for reliability.

For industrial installations:

  • USB to RS-485 adapter with isolation, $40-100

  • Shielded twisted pair cable for the run

  • Terminating resistors (120Ω, included with most adapters)

  • Cable testers for serial pin verification

At Kentek, we carry DB-9 serial cables, DB-25 cables, USB to serial adapters, RJ45 console cables, and DB-9 gender changers and adapters for industrial and IT applications.

Shop Serial Cables / Adapters