Saturday 13 June 2015

Serial Communication (Simplex)

Defination

In telecommunication and computer science, serial communication is the process of sending data one bit at a time, sequentially, over a communication channel or computer bus. This is in contrast to parallel communication, where several bits are sent as a whole, on a link with several parallel channels.


Types Of Serial Communication:

  1. Synchronous
  2. Asynchronous (Discuss In This Post)

Modes Of Communication 

  1. Simplex (Discuss in This Post)
  2. Half Duplex
  3. Full Duplex

Pin Diagram of RS-232 Connector (Serial Port)



Connection Of PIC with PC

Using Max-232

Using Max-233

Register for Transmitting Status in PIC (TXSTA)

Register for Receiving Status in PIC (RCSTA)


Set Baud Rate In Programming

Baud Rate Values use in C Language Programming

In C Language Program Baud Rate is Set by entering value in SPBRG Register


Formula For Calculating SPBRG


Task

  • Transmit Data on PortB from One Controller and Receive that data and display on PortB on Controller 
Schematic

Video

No comments:

Post a Comment