The 8251 is a USART (Universal Synchronous Asynchronous Receiver Transmitter) chip that mediates serial-to-parallel and parallel-to-serial data conversion between a microprocessor and peripheral devices. It receives serial data from peripherals and converts it to parallel for the CPU, and vice versa. It has components for data buffering, control logic, transmission/reception buffers and control, and modem control to enable serial communication via devices like modems.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
399 views21 pages
8251 Usart
The 8251 is a USART (Universal Synchronous Asynchronous Receiver Transmitter) chip that mediates serial-to-parallel and parallel-to-serial data conversion between a microprocessor and peripheral devices. It receives serial data from peripherals and converts it to parallel for the CPU, and vice versa. It has components for data buffering, control logic, transmission/reception buffers and control, and modem control to enable serial communication via devices like modems.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 21
8251
• Intel 8251 is called USART (Universal
Synchronous Asynchronous Receiver Transmitter) or PCI[Programmable Communication Interface]. •8251 universal synchronous asynchronous receiver transmitter (USART) acts as a mediator between microprocessor and peripheral to transmit serial data into parallel form and vice versa. •It takes data serially from peripheral (outside devices) and converts into parallel data. •After converting the data into parallel form, it transmits it to the CPU. •Similarly, it receives parallel data from microprocessor and converts it into serial form. •After converting data into serial form, it transmits it to outside device (peripheral). • Data bus buffer – This block helps in interfacing the internal data bus of 8251 to the system data bus. The data transmission is possible between 8251 and CPU by the data bus buffer block. • Read/Write control logic – It is a control block for overall device. It controls the overall working by selecting the operation to be done In
• The operation selection depends upon input
signals as: • Modem control (modulator/demodulator) – A device converts analog signals to digital signals and vice-versa and helps the computers to communicate over telephone lines or cable wires. The following are active-low pins of Modem. – DSR: Data Set Ready signal is an input signal. – DTR: Data terminal Ready is an output signal. – CTS: It is an input signal which controls the data transmit circuit. RTS: It is an output signal which is used to set the status RTS. • Transmit buffer – This block is used for parallel to serial converter that receives a parallel byte for conversion into serial signal and further transmission onto the common channel. – TXD: It is an output signal, if its value is one, means transmitter will transmit the data. • Transmit control – This block is used to control the data transmission with the help of following pins: – TXRDY: It means transmitter is ready to transmit data character. – TXEMPTY: An output signal which indicates that TXEMPTY pin has transmitted all the data characters and transmitter is empty now. – TXC: An active-low input pin which controls the data transmission rate of transmitted data. • Receive buffer – This block acts as a buffer for the received data. – RXD: An input signal which receives the data. • Receive control – This block controls the receiving data. – RXRDY: An input signal indicates that it is ready to receive the data. – RXC: An active-low input signal which controls the data transmission rate of received data. – SYNDET/BD: An input or output terminal. External synchronous mode-input terminal and asynchronous mode- output terminal. When data is transmitted between two piece of equipment, 3 modes of communication are used Simplex Data is transmitted in one direction only Half Duplex This is used when to devices wants information alternatively, but one after another Full Duplex This is used when data is to be exchanged between two devices in both directions simultaneously