UART
Universal Asynchronous Receiver-Transmitter.
UART is asynchronous serial — two signals (TX, RX), no clock line. Both ends are pre-configured to a shared baud rate; framing carries the bit-alignment.
// protocol
About UART.
UART predates most modern bus specifications. There is no single governing document; the framing conventions (start bit, data bits, optional parity, one or more stop bits) and the family of common baud rates are inherited from the RS-232 and teletype era. Modern ANSI/EIA-232 describes the electrical and timing characteristics of the most common variant.
The bus uses two unidirectional signals: TX (transmit) on one end is wired to RX (receive) on the other, and vice-versa. There is no shared clock line — both ends must be configured to the same baud rate, data-bit width (typically 8), parity (none, odd, or even), and stop-bit count (1 or 2).
Optional hardware flow control via RTS/CTS adds two more signals and lets the receiver throttle the transmitter when its buffer is full. UART is the default fallback for debug consoles, MCU-to-MCU links, GPS modules, Bluetooth/Wi-Fi modules, and any peripheral that needs a simple bidirectional pipe.
at a glance
- max rate
- 115200 baud
- spec
- No single spec — predates standardization; common framing per ANSI/EIA-232
- topology
- 2-wire (TX, RX) per link
- clock
- none — shared baud rate
- framing
- start + 8 data + parity + stop
- flow control
- optional RTS/CTS
// product support
UART on the Binho lineup.
Current support status for each Binho USB host adapter. Specifications below are taken directly from each product page.
Binho Supernova
SupportedUSB host adapter with I3C, I2C, SPI, and UART support.
- max baud
- 115200
- voltage
- 1.2V to 3.3V
Binho Pulsar
SupportedMulti-protocol USB host adapter for I2C, SPI, UART, RS-485, CAN-FD, 1-Wire.
- max baud
- 115200
- flow control
- hardware (RTS/CTS)
- voltage
- 1.2V to 3.3V
Binho Nova
SupportedFirst-generation multi-protocol USB host adapter for I2C, SPI, UART, 1-Wire.
- max baud
- up to 1 Mbps
- features
- multi-protocol shared pins
Questions about UART?
Talk to us.
From product selection to integration details — our team works with UART daily and is happy to help.