Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
8250 UART

The 8250 UART is an integrated circuit originally produced by National Semiconductor for serial communications in devices like PCs, printers, and modems. It featured a programmable bit rate generator based on a crystal oscillator. Subsequent versions, such as the 8250A, fixed early bugs. Compatible versions appeared from other manufacturers like Western Digital. Enhanced chips such as the 16550 UART supported FIFO buffers to improve performance under multitasking OSes like Windows NT and UNIX. Modern UARTs often integrate into Super I/O chips on the motherboard.

Related Image Collections Add Image
We don't have any YouTube videos related to 8250 UART yet.
We don't have any PDF documents related to 8250 UART yet.
We don't have any Books related to 8250 UART yet.
We don't have any archived web articles related to 8250 UART yet.

Blocks

The line interface consists of: SOUT, SIN, /RTS, /DTR, DSR, /DCD, /CTS, /RI5

Clock interface: XIN, XOUT, /BAUDOUT, RCLK6

Computer interface: D0..D7, /RD, /WR, INTRPT, MR, A0, A1, A2, ADS, WR, RD, /CS2, CS1, CS07

The interrupt line will (when the IER bit has enabled it) be triggered to go high when one of the following events occur: Receiver line status, Received data available, Transmitter holding register empty, and MODEM status. The interrupt signal is reset to low level upon the appropriate interrupt service or a reset operation (via MR).8

History

The 8250 UART was used in several 8-bit computers at least since 1978. IBM used the 8250 UART in the IBM PC (1981). The 8250A and 8250B revisions were later released, and the 16450 was introduced with the IBM Personal Computer/AT (1984).

The main difference between releases was the maximum communication speed.9

IBM refused to use Intel 8251 in the serial port adapter because Intel chip had no internal baudrate generator, and the adapter had to be more complex and expensive. Later IBM implemented Synchronous Communication Adapter, but it was not popular.

The Wikibook Serial Programming has a page on the topic of: 8250 UART Programming

References

  1. Van Gilluwe, Frank (1997). Undocumented PC (2 ed.). Addison Wesley. ISBN 0-20147950-8. 0-20147950-8

  2. Paul, Matthias R. (2002-04-06). "Re: [fd-dev] ANNOUNCE: CuteMouse 2.0 alpha 1". freedos-dev. Archived from the original on 2020-02-07. Retrieved 2020-02-07. (NB. Has various information on 8250 chip bugs.) https://marc.info/?l=freedos-dev&m=101807226917577

  3. Van Gilluwe, Frank (1997). Undocumented PC (2 ed.). Addison Wesley. ISBN 0-20147950-8. 0-20147950-8

  4. Paul, Matthias R. (2002-04-06). "Re: [fd-dev] ANNOUNCE: CuteMouse 2.0 alpha 1". freedos-dev. Archived from the original on 2020-02-07. Retrieved 2020-02-07. (NB. Has various information on 8250 chip bugs.) https://marc.info/?l=freedos-dev&m=101807226917577

  5. National Semiconductor PC16450C/NS16450, PC8250A/INS8250A Universal Asynchronous Receiver Transmitter; datasheet 1990 /wiki/National_Semiconductor

  6. National Semiconductor PC16450C/NS16450, PC8250A/INS8250A Universal Asynchronous Receiver Transmitter; datasheet 1990 /wiki/National_Semiconductor

  7. National Semiconductor PC16450C/NS16450, PC8250A/INS8250A Universal Asynchronous Receiver Transmitter; datasheet 1990 /wiki/National_Semiconductor

  8. National Semiconductor PC16450C/NS16450, PC8250A/INS8250A Universal Asynchronous Receiver Transmitter; datasheet 1990 /wiki/National_Semiconductor

  9. "Serial UART, an in-depth tutorial". /NB. Focus on 16550 primarily.) https://www.lammertbies.nl/comm/info/serial-uart.html