Energy and utilities

UART

Acronym of universal asynchronous receiver transmitter.

UART: the chip that lets equipment talk serially

A UART is an integrated circuit that converts parallel data (multiple bits arriving at once on separate wires) into serial data (bits arriving one at a time on a single wire), and vice versa. This conversion is essential whenever a control system, sensor, or instrument needs to communicate with another device over limited wiring. In power plants, substations, and remote monitoring sites, UARTs handle the translation between digital logic inside microcontrollers and the serial protocols that travel across RS-232, RS-485, or RS-422 cables.

The device works by loading a byte of data into a shift register, then clocking it out one bit per clock pulse onto a single output line. The receiving UART does the reverse: it samples the incoming line at regular intervals, reconstructs the original byte, and presents it to the connected microprocessor. Both transmitter and receiver must agree on the baud rate (bits per second), number of data bits, parity scheme, and stop bits, otherwise garbage results. Common industrial rates are 9600 and 19200 baud; some modern systems run faster.

Where it sits in industrial systems

UARTs appear wherever an instrument needs a simple, low-cost connection to a larger network or controller. Field instruments like pressure transmitters, temperature sensors, and power meters often have a UART at the edge of their electronics to send readings to a data logger or PLC. Remote terminal units (RTUs) in substations rely on UARTs to multiplex data from several sensors onto a single communications line. Even modern Ethernet-based systems often include a legacy RS-232 or RS-485 UART interface for troubleshooting or initial setup.

Common failure modes include noise on long cable runs, which corrupts individual bits; baud rate mismatch, which produces unreadable characters; and ground potential differences between devices, which cause bit errors on RS-232 (a single-ended standard). RS-485 and RS-422 use differential signaling to reject common-mode noise better and tolerate longer cable runs. When diagnostics show sporadic data loss or repeated retransmission requests, a UART hardware fault or signal integrity problem is often the culprit.

The name reflects the device's historical role: it handles asynchronous communication (no shared clock between sender and receiver, only start and stop bits to frame each byte) rather than the synchronous protocols that dominated early telegraphy and switched networks. Today UARTs are ubiquitous in embedded systems because they are cheap, simple, and require minimal wiring; they remain the standard serial interface on many industrial instruments despite the rise of networked protocols.

More from Energy and utilities

See all

Get the Word of the Day

One industrial term every weekday, with the trade it belongs to and why it is worth knowing. No advertising.