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:
- Synchronous
- Asynchronous (Discuss In This Post)
Modes Of Communication
- Simplex (Discuss in This Post)
- Half Duplex
- 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 |