0% found this document useful (0 votes)
18 views2 pages

09 Uart

The UART module provides asynchronous serial communication between devices like computers and modems. It converts parallel data from a PC to serial data for transmission and vice versa for receiving data. The UART allows devices to communicate without synchronization. It is commonly used to connect a processor to a peripheral, appearing as an 8-bit port that performs serial-parallel conversions. The UART uses a baud rate generator for high-speed communication and an interrupt controller to handle interrupts.

Uploaded by

Rathnakar Patel
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views2 pages

09 Uart

The UART module provides asynchronous serial communication between devices like computers and modems. It converts parallel data from a PC to serial data for transmission and vice versa for receiving data. The UART allows devices to communicate without synchronization. It is commonly used to connect a processor to a peripheral, appearing as an 8-bit port that performs serial-parallel conversions. The UART uses a baud rate generator for high-speed communication and an interrupt controller to handle interrupts.

Uploaded by

Rathnakar Patel
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Universal Asynchronous Receiver Transmitter (UART)

ABSTRACT The UART (universal asynchronous receiver and transmitter) module provides asynchronous serial communication with external devices such as modems and other computers The UART can be used to control the process of breaking parallel data from the PC down into serial data that can be transmitted and vice versa for receiving data. The UART allows the devices to communicate without the need to be synchronized. UART is a popular method of serial asynchronous communication. Typically, the UART is connected between a processor and a peripheral. To the processor, the UART appears as an 8-bit read-write parallel port that performs serial-to-parallel conversions for the processor, and vice versa for the peripheral. The implementation of UART the serial communication is done with high data rate and no interrupts. Baud rate generator provides high data rate and interrupt controller handles all the interrupts. The UART serial communication interface device receives data and converts data from serial to parallel, where as the transmitter performs parallel to serial conversion. The ability to convert data from serial form to parallel and parallel form to serial, using shift registers. On-chip bit rate (baud rate) generators to control transmit and receive data rate. Handshake lines for control of an external modem, controllable by software. An interrupt function to the host microprocessor. ADVANTAGES: An on-chip buffer for both incoming and outgoing data which gives the host system more time to respond to an interrupt generated by the UART, without loss of data.

The main advantage of the UART is its larger buffer size as the extra speed isn't needed. The advantage to doing this is that you also get the clock frequency as a parameter for free.

APPLICATION:

The UART can be used to connect between a processor and a peripheral The UART can be used to control the process of breaking parallel data from the PC down into serial data that can be transmitted and vice versa for receiving data

www.kresttechnology.com

Ph: 23750062, 9885112363

LANGUAGE USED: VHDL TOOLS REQUIRED:

MODELSIM - Simulations

www.kresttechnology.com

Ph: 23750062, 9885112363

You might also like