Knowledge: What is UART?

Source: Internet
Author: User

UART (Universal asynchronous transmitter ER/transmitter)
General asynchronous transceiver
UART is a chip used to control computers and serial devices. One thing to note is that it provides an interface to the RS-232C data terminal device so that the computer can communicate with the modem or other serial devices that use the RS-232C interface. As part of the interface,

UART also provides the following functions:
Converts parallel data transmitted from within a computer to the output serial data stream. Converts serial data from outside the computer into bytes for devices that use parallel data inside the computer. Add parity bits to the output serial data stream and perform parity checks on the data streams received from the outside. Add the start and stop mark to the output data stream and delete the start and stop mark from the received data stream. Handle the interrupt signal sent by the keyboard or mouse (the keyboard and mouse pass are also serial devices ). It can manage the synchronization between computers and external serial devices. Some of the more advanced uarts also provide the buffer for the input and output data. Now the newer UART is 16550, which can store 16 bytes of data in the buffer before the computer needs to process the data, generally, the UART is 8250. If you buy a built-in modem, the modem usually has a 16550 UART.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.