Skip to main content

What is UART?

Universal Asynchronous receiver transmitter




  • As name defines, it is asynchronous mode of communication which means communication between two devices is not dependent on any common signal ( no common clock pulse ) required to communicate.
  • As it is Asynchronous mode of communication, hence " no master - no slave ".
  • Independent clock of both the devices.
  • It can be done only between 2 devices as this is not address mode communication.
  • It follows RS232 standard which is given by EIA.
  • RS232 voltage levels are 
    1. -3 to -25 volts dc : logic 1
    2.  3 to 25 volts dc   : logic 0
  • While transmitting data, LSB is sent first.
  • It follows full duplex mode of communication.
  • It need one line to transmit the data and one line two receive the data, so basically 2 lines to full duplex. 

Comments

Translate to your language

Popular posts from this blog

How to create table in a database in SQLite3 database engine in Python

hi, how are you today

How to interface bi-polar stepper motor with AT89C51 ( 45 & 90 degree angular rotation )

hi, how are you today

How to design a calculator using python

hi, how are you today