Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

What does UART mean ?

Status
Not open for further replies.

jkmaro

Junior Member level 3
Joined
Sep 18, 2006
Messages
29
Helped
3
Reputation
6
Reaction score
1
Trophy points
1,283
Activity points
1,418
hi all
i'm new with interface and microcontroller
i want to know what is UART means???

thanks
 

Re: what is UART

Universal Asinchonus Receiver Transmitter.

In PIC, you use it to communicate via rs232 (PC serial port) and similiar protocols.
 

Re: what is UART

https://en.wikipedia.org/wiki/UART

A universal asynchronous receiver/transmitter (usually abbreviated UART, which is pronounced "you art") is a type of "asynchronous receiver/transmitter", a piece of computer hardware that translates data between parallel and serial interfaces. Used for serial data telecommunication, a UART converts bytes of data to and from serial bit streams represented as electrical impulses similar to Morse code.

UARTs are commonly used in conjunction with other communication standards such as EIA RS-232.

A UART is usually an individual (or part of an) integrated circuit used for serial communications over a computer or peripheral device serial port. UARTs are now commonly included in microcontrollers (for example, PIC16F628). A DUART (pronounced "do art") combines two UARTs into a single chip.
 

what is UART

many thanks

i'm starting with 8051 , so i think the terminals on 8051 using this UART will be pin 10 , 11 ---> RXD & TXD is this true ?
 

Re: what is UART

jkmaro said:
many thanks

i'm starting with 8051 , so i think the terminals on 8051 using this UART will be pin 10 , 11 ---> RXD & TXD is this true ?
Yes
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top