Uart
#1

PRESENTED BY:
HARSHIT MEHROTRA

[attachment=9863]
Uart
 UART stands for Universal Asynchronous
Receiver/Transmitter.
 A UART may be used when:
 High speed is not required
 An inexpensive communication page link between two devices is required
 UART communication is very cheap
 Single wire for each direction (plus ground wire)
 Asynchronous because no clock signal is transmitted
 Relatively simple hardware
PC devices such as mice and modems used to often use UARTs for communication to the PC
UART FUNCTIONS
 Transmitter
 Convert from parallel to serial
 Add start and stop delineators (bits)
 Add parity bit
 Receiver
 Convert from serial to parallel
 Remove start and stop delineators (bits)
 Check and remove parity bit
 SERIAL DATA TRANSMISSION
TRANSMITTER OPERATION
 Microcontroller waits until TDRE = '1'
 Loads data into TDR
 Clears TDRE
 UART transfers data from TDR to TSR
 Sets TDRE
 UART outputs start bit ('0') then shifts TSR right eight times followed by a stop bit ('1')
RECEIVER OPERATION
 UART waits for start bit
◦ Shifts bits into RSR
 When all data bits and stop bit are received
◦ RSR loaded into RDR
◦ Set RDRF
 Microcontroller waits until RDRF is set
◦ Read RDR
◦ Clear RDRF
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
Smile Universal Asynchronous Receiver Transmitter (UART) Computer Science Clay 1 3,411 21-02-2012, 11:57 AM
Last Post: seminar paper
Photo Low Power UART Design for Serial Data Communication (Download Full Report And Abstra computer science crazy 5 5,454 03-01-2011, 03:31 PM
Last Post: seminar surveyer
  low Power UART Design for Serial Data Communication electronics seminars 0 3,571 05-01-2010, 03:35 PM
Last Post: electronics seminars

Forum Jump: