Energy and utilities

USART

Initialism of universal synchronous and asynchronous receiver-transmitter.

USART: the chip that handles serial data both ways

A USART is an integrated circuit or circuit block that converts parallel data (multiple bits at once) into serial data (one bit at a time) for transmission, and converts received serial data back into parallel form. The device sits between a processor or microcontroller and a communication line, managing the timing and formatting that allow two devices to exchange information reliably. In power plants, substations, and remote monitoring systems, USARTs enable instruments, sensors, and control units to talk to each other over cables that might span kilometres.

The dual-mode design is where the name comes from. In asynchronous mode, data frames are sent whenever ready, with start and stop bits framing each byte so the receiver can resynchronise between characters even if timing drifts. No shared clock is needed. In synchronous mode, sender and receiver share a clock signal, allowing continuous streaming without framing bits, which saves bandwidth when devices are close and clocking is stable. A USART can operate in either mode, or switch between them, depending on the application.

Energy utilities favour USARTs because they work over long distances on simple two-wire or four-wire circuits and tolerate electrical noise better than parallel interfaces. A USART on a circuit board in a protection relay or data acquisition unit can communicate with a remote terminal over a 10 km twisted-pair cable carrying RS-232, RS-485, or RS-422 signals at rates from 300 to 115200 baud and higher. The device handles all the bit-banging, parity checking, and flow control so the processor can attend to measurement or control logic.

Common trouble and variants

Baud rate mismatch between sender and receiver is the most frequent problem: if one end is set to 9600 baud and the other to 19200, received data is garbage. Parity or stop-bit misalignment causes similar corruption. Some devices integrate multiple USARTs on a single chip; microcontrollers often have two or three. Specialised variants like the UART (asynchronous only) drop the synchronous mode, and the DUART and QUART add extra channels. In modern systems, USARTs are usually embedded in the silicon of a microcontroller; in older industrial equipment, you may find dedicated USART ICs from manufacturers such as Motorola or Philips.

In practice, the USART is transparent to an operator: it works when wired and configured correctly, and reveals itself only when communication fails. Technicians must verify baud rate, parity, and cable integrity when commissioning a new link or troubleshooting a dead channel. The USART itself rarely fails unless damaged by overvoltage or moisture; when it does, the entire communication path goes silent.

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.