Browse Definitions :
Definition

USART (universal synchronous/asynchronous receiver/transmitter)

What is a USART (universal synchronous/asynchronous receiver/transmitter)?

A USART (universal synchronous/asynchronous receiver/transmitter) is hardware that enables a device to communicate using serial protocols. It can function in a slower asynchronous mode, like a universal asynchronous receiver/transmitter (UART), or in a faster synchronous mode with a clock signal. USARTs are no longer common in consumer PCs but are still used in industrial equipment and embedded systems.

USART vs. UART

A UART device can use asynchronous communication protocols. A USART device can use both asynchronous and synchronous communication protocols. Therefore, a USART can do anything a UART can do and more. Because a USART requires more complex circuitry and more communication lines to fully implement, many devices may only implement a UART to save on cost, complexity or power usage.

Asynchronous and synchronous serial communication

In serial communication, each bit of data is sent one at a time on a transmit wire. This is a serial communications interface. If the sender and the receiver don't agree on how the data is sent, such as the order and length of time of each bit, then the data becomes garbled, and they won't understand each other. Asynchronous and synchronous are two different ways to standardize how serial data is sent.

Asynchronous serial data

In asynchronous mode, only one data line is used to send data from the transmitter to the receiver. There is no shared synchronization signal from the sender to the receiver. So, the receiver has no way to know how fast or slow the data is coming. To circumvent this, both the sender and receiver must be manually configured beforehand to use the same data rate. A common shared baud rate is 9,600 bits per second.

Even sharing a common bit rate, it is possible for the devices to become slightly out of sync. Therefore, extra bits are added to each packet of data to ensure reliable transmission. A start and stop bit are almost always added to indicate each packet. Often, a parity bit is also added to indicate small errors. Adding these extra bits causes asynchronous communication to be less efficient.

The following are some example asynchronous serial protocols:

synchronous vs. asynchronous communication methods
Asynchronous and synchronous are two different ways to standardize how serial data is sent.


Synchronous serial data

In synchronous mode, a data and a clock line are used to send the data. The controller sends a clock signal, which synchronizes the controller and the peripheral at the same data rate. Because the clock signal keeps the devices in sync, the two devices don't need to be configured ahead of time to use the same bit rate.

Using a clock signal also removes the need to have extra start and stop bits. All the data can be sent continuously without pause. It also enables much faster bit rates as the sender doesn't need to worry about the receiver being able to keep up or get out of sync.

The following are some example synchronous protocols:

  • serial peripheral interface
  • Inter-Integrated Circuit
  • Controller Area Network

Current USART use

USARTs are no longer common for desktop computers, but they are still heavily used in industrial and embedded devices.

In the past, a USART was common in desktop PCs; it would control the serial port. The serial port would often be a DB9 connector on the rear of the computer. The serial port was used to connect to modems, mice and other peripherals. With the introduction of the much faster USB standard with autoconfiguration and plug and play, the serial port fell out of use. Most recent desktops no longer include a serial port.

A USART is still common in embedded and industrial systems, however. Many control systems still use serial communications to control equipment; programmable logic controllers; robotics; and heating, ventilation and air conditioning systems. A USART is also part of most microcontrollers to communicate with peripheral systems. Internet of things devices may have a USART to communicate with other devices.

See how CPU, GPU and DPU differ from one another, check out best practices for data center network optimization, explore the many components of modern storage infrastructure management and learn the differences between synchronous vs. asynchronous communications.

This was last updated in November 2022

Continue Reading About USART (universal synchronous/asynchronous receiver/transmitter)

Networking
  • subnet (subnetwork)

    A subnet, or subnetwork, is a segmented piece of a larger network. More specifically, subnets are a logical partition of an IP ...

  • secure access service edge (SASE)

    Secure access service edge (SASE), pronounced sassy, is a cloud architecture model that bundles together network and cloud-native...

  • Transmission Control Protocol (TCP)

    Transmission Control Protocol (TCP) is a standard protocol on the internet that ensures the reliable transmission of data between...

Security
  • cyber attack

    A cyber attack is any malicious attempt to gain unauthorized access to a computer, computing system or computer network with the ...

  • digital signature

    A digital signature is a mathematical technique used to validate the authenticity and integrity of a digital document, message or...

  • What is security information and event management (SIEM)?

    Security information and event management (SIEM) is an approach to security management that combines security information ...

CIO
  • product development (new product development)

    Product development -- also called new product management -- is a series of steps that includes the conceptualization, design, ...

  • innovation culture

    Innovation culture is the work environment that leaders cultivate to nurture unorthodox thinking and its application.

  • technology addiction

    Technology addiction is an impulse control disorder that involves the obsessive use of mobile devices, the internet or video ...

HRSoftware
  • organizational network analysis (ONA)

    Organizational network analysis (ONA) is a quantitative method for modeling and analyzing how communications, information, ...

  • HireVue

    HireVue is an enterprise video interviewing technology provider of a platform that lets recruiters and hiring managers screen ...

  • Human Resource Certification Institute (HRCI)

    Human Resource Certification Institute (HRCI) is a U.S.-based credentialing organization offering certifications to HR ...

Customer Experience
  • contact center agent (call center agent)

    A contact center agent is a person who handles incoming or outgoing customer communications for an organization.

  • contact center management

    Contact center management is the process of overseeing contact center operations with the goal of providing an outstanding ...

  • digital marketing

    Digital marketing is the promotion and marketing of goods and services to consumers through digital channels and electronic ...

Close