A serial port is a physical interface that transmits data one bit at a time over a single channel. This contrasts with a parallel port, which moves multiple bits simultaneously. In practice the label "serial port" most often refers to RS‑232 style connectors and the associated UART (universal asynchronous receiver/transmitter) signalling used to link computers with modems, terminals, and other peripherals. The fundamental unit of transfer in serial communication is a bit, and the interface defines how those bits are framed, timed and controlled.
Characteristics and components
Typical serial‑port hardware includes a connector (historically DB‑25 or the later DB‑9), a UART or similar chip, and a set of signal lines. Basic signals include transmit (TX), receive (RX) and ground (GND); many implementations add control lines such as RTS/CTS and DTR/DSR for hardware flow control. Voltage levels and timing are defined by standards — for example, RS‑232 specifies bipolar voltages and start/stop framing for asynchronous data. Modern embedded devices sometimes use TTL or CMOS logic levels instead of RS‑232 voltages.
- Connector types: DB‑25, DE‑9, and various board‑level headers.
- Core chip: UART or USB‑to‑serial bridge.
- Control signals: RTS, CTS, DTR, DSR, RI, CD (carrier detect).
- Parameters: baud rate, parity, data bits, stop bits.
History and development
Serial communication predates personal computing; early computer terminals and minicomputers used serial links to connect remote devices. The RS‑232 standard, introduced in the 1960s, became the most widely adopted specification for asynchronous serial ports on personal computers. Over time serial ports appeared on virtually every desktop and workstation for connecting modems and printers. With the arrival of higher‑speed, plug‑and‑play interfaces such as USB and network technologies like Ethernet, the presence of legacy RS‑232 ports on consumer laptops and desktops declined.
Despite that decline, serial ports remained important in many fields because of their simplicity, reliability and low cost. Many servers still offer a serial console for setup and emergency access, and network switching and routing equipment commonly includes a serial management port.
Uses, examples and modern role
Serial ports continue to be used where straightforward, low‑overhead communication is required. Common applications include:
- Modem and dial‑up connections in legacy systems — historically a primary use for RS‑232 and external modem devices.
- Configuration consoles on routers, switches and embedded server management interfaces.
- Industrial automation, laboratory instruments and point‑of‑sale terminals, which value deterministic behaviour and long service life.
- Embedded development and microcontroller programming, where TTL serial is used to talk to boards, sensors and single‑board computers.
When desktop machines dropped native serial ports, USB‑to‑serial adapters became common. These adapters emulate a traditional COM port on the host while providing physical or logic‑level serial signals to the peripheral.
Although many modern data links such as Ethernet, USB and FireWire are serial at the electrical level, the term "serial port" is usually reserved for UART/RS‑232 style interfaces. It remains a pragmatic choice in fields that require simple point‑to‑point links, predictable behavior and low overhead. Network and industrial devices still rely on serial connections for initial configuration and diagnostics, and hobbyist electronics use them extensively for debugging and device communication — part of the enduring utility of serial communications.
For more technical background on asynchronous framing, control lines and voltage levels, consult resources about UARTs, RS‑232 and modern USB‑to‑serial solutions. Terminals and console setups that historically used serial links are covered in many computing histories and equipment manuals, including examples involving teletype and VT series terminals. For guidance on selecting or adapting serial interfaces for modern systems, see documentation for servers, workstations and networking gear that describe serial console usage and wiring conventions.
bit | parallel port | personal computers | terminals | Ethernet | USB | modem | server | workstations | communications

