SlideShare a Scribd company logo
WELCOME
• Serial communication system:-
• Serial communication in 8051 microcontroller will allow the
controller to send and receive data’s just by using two pins.
• The 8051 have on-chip UART.
• The 8051 has a duplex port that can transmit and receive data
simultaneously.
• VARIOUS MODES OF SERIAL PORTS
SBUF REGISTER:-
• The serial data is transmitted by writing to the SBUF register while data is
received by reading the same register
• Internal RAM address of SBUF regards in 8051 is 99H
SCON REGISTER:-
• SM0 and SM1: But selects mode
• SM2: Bit is used when multi-microcontrollers share the same interface
• REN: Bit enables data receiving via serial communication and must be
set during data reception.
• TB8: This bit is used in mode 2 and 3 to send as a 9th bit with 8 bit serial
data
• RB8: This bit is used in mode 2 and 3 to receive 9th bit with 8 bit serial
data
• T1: Bit is automatically set when an entire byte has been transmitted
• R1: Bit is automatically set when an entire byte has been received
PCON REGISTER:-
• The SFR PCON register is an 8 bit register
• The D7 bit of PCON register is used in serial communication
• Hence using D7 bit we can double the baud rate of the serial communication
MODE 0 OF UART:-
• In mode 0, serial data are transmitted and received through the RXD pin, while the TXD pin
output clocks. The baud rate is fixed at 1/12 the oscillator frequency. On transmit, the least
significant bit (LSB bit) is sent/received first.
• When the data has been written to the SBUF register the data transmission automatically
starts on the pin RXD after any instruction being performed on this register.
• When all 8 bits have been sent, the bit T1 in SCON register is automatically set.
• At receiver side receiver starts data receiving through the pin RXD when two necessary
conditions are met i.e. bit REN=1 and R1=0 of the SCON register.
• After 8 bits have been received, the bit T1 of register SCON is automatically set, which
indicates byte is received.
• The SBUF register contain only 8 bit data except START and STOP bits or any other bit.
MODE 1 OF UART:-
• In mode 1, 10 bits are transmitted through the TXD pin or received through the RXD
pin in the following manner: a START bit (always 0), 8 data bits (LSB first) and a STOP bit
(always 1). The START bit is only used to initiate data receive, while the STOP bit is
automatically written to the RB8 bit of the SCON register.
• When the data is written to the SBUF register the data transmission automatically starts
on the pin RXD after any instruction being performed on this register
• When all 8 bits have been sent, the bit T1 in the SCON register is automatically set
• Receiver starts data receiving when START bit appears on RXD pin when two necessary
conditions are met i.e. bit REN =1 and R1=0 of the SCON register
• The R1 bit is automatically set after receiving of byte is completed
MODE 2 OF UART :-
• Mode 2. In mode 2, 11 bits are transmitted through the TXD pin or received through
the RXD pin: a START bit (always 0), 8 data bits (LSB first), a programmable 9th data bit
and a STOP bit (always 1). On transmit, the 9th data bit is actually the TB8 bit of the
SCON register.
• Upon transmission, the 9th data bit is copied to the RB8 bit in the same register
(SCON). The baud rate is either 1/32 or 1/64 of the quartz oscillator frequency.
• When the data has been written to the SBUF register the data transmission
automatically starts on the pin RXD after any instruction being performed on the
register.
• When all 8 bits have been sent, the bit T1 in the SCON register is automatically set
• Receiver starts data receiving when START bit appears on RXD pin when two
necessary conditions are met i.e. bit REN=1 and R1=0 of the SCON register.
• The R1 bit is automatically set after receiving of byte is completed.
MODE 3 OF UART:-
• In Mode 3, 11 bits are sent through TXD or received through RXD: a start bit, 8
data bits, additional 9th data bit and a STOP bit last
• On transmit: the 9th data bit is actually the TB8 bit from the SCON register
• Upon transmission, the 9th data bit is copied to the RB8 bit in the same register.
The baud rate is variable and can be selected using timer 1
• When the data has been written to the SBUF register the data transmission
automatically starts on the pin RXD after any instruction being performed on the
register.
• When all 8 bits have been sent, the bit T1 in the SCON register is automatically
set
• Receiver starts data receiving when START bit appears on RXD pin when two
necessary conditions are met i.e. bit REN=1 and R1=0 of the SCON register.
• The R1 bit is automatically set after receiving of byte is completed.
APPLICATION
• Console i/o. …
• Data communications. …
• External device communication. …
• Peripheral communication bridge. …
• Firmware download. …
• Debugging interface. …
• Using the Modem status lines as GPIO
ADVANTAGES:
• It uses less number of conducting wires,
• reduces cost of the interface.
• It supports long distance data communication
DISADVANTAGES
• It uses less number of lines for transmission between devices.
• it supports slower speed of transmission
CONCLUSION:
• A serial port connection can be used for inter-processor communication within a
system or for communication with different parts of a system. The serial port
provides the physical connection between the equipment but a communication
protocol has to used to ensure a reliable, error-free data path

More Related Content

Similar to Presentation (1)-3.pptx

Serial data transfer
Serial data transferSerial data transfer
Serial data transfer
Dinesh Subhuraaj
 
I2C protocol and DS1307 RTC interfacing
I2C protocol and DS1307 RTC interfacingI2C protocol and DS1307 RTC interfacing
I2C protocol and DS1307 RTC interfacing
Bhargav Kakadiya
 
Lecture 10 _serial_communication
Lecture 10 _serial_communicationLecture 10 _serial_communication
Lecture 10 _serial_communication
Md Rakibul islam chowdhury
 
Lecture 10 (serial communication)
Lecture 10 (serial communication)Lecture 10 (serial communication)
Lecture 10 (serial communication)
cairo university
 
Seminar on serial communication
Seminar on serial communicationSeminar on serial communication
Seminar on serial communicationSamarth Patel
 
Serial Peripheral Interface
Serial Peripheral InterfaceSerial Peripheral Interface
Serial Peripheral Interface
Anurag Tomar
 
8251 USART.pptx
8251 USART.pptx8251 USART.pptx
8251 USART.pptx
MeenaAnusha1
 
One-Wire-Serial-Communication.pdf
One-Wire-Serial-Communication.pdfOne-Wire-Serial-Communication.pdf
One-Wire-Serial-Communication.pdf
shamtekawambwa1
 
8251 USART
8251 USART8251 USART
8251 USART
ShivamSood22
 
Master synchronous serial port (mssp)
Master synchronous serial port (mssp)Master synchronous serial port (mssp)
Master synchronous serial port (mssp)
babak danyal
 
The presentation is about USART and serial communication
The presentation is about USART and serial communicationThe presentation is about USART and serial communication
The presentation is about USART and serial communication
sinaankhalil
 
Serial Communication in 8051
Serial Communication in 8051Serial Communication in 8051
Serial Communication in 8051
Sudhanshu Janwadkar
 
EC8691 - UNIT 5.pdf
EC8691 - UNIT 5.pdfEC8691 - UNIT 5.pdf
EC8691 - UNIT 5.pdf
SPonmalar1
 
Peripherals and interfacing
Peripherals  and interfacingPeripherals  and interfacing
Peripherals and interfacing
RAMPRAKASHT1
 
8251 a usart programmable communication interface(1)
8251 a usart   programmable communication interface(1)8251 a usart   programmable communication interface(1)
8251 a usart programmable communication interface(1)
divyangpit
 
8051 serial communication1
8051 serial communication1 8051 serial communication1
8051 serial communication1 vijaydeepakg
 
Serial Peripheral Interface(SPI)
Serial Peripheral Interface(SPI)Serial Peripheral Interface(SPI)
Serial Peripheral Interface(SPI)
Dhaval Kaneria
 
Sereial com. ppt
Sereial com. pptSereial com. ppt
Sereial com. pptgaurav5345
 

Similar to Presentation (1)-3.pptx (20)

Serial data transfer
Serial data transferSerial data transfer
Serial data transfer
 
I2C protocol and DS1307 RTC interfacing
I2C protocol and DS1307 RTC interfacingI2C protocol and DS1307 RTC interfacing
I2C protocol and DS1307 RTC interfacing
 
Lecture 10 _serial_communication
Lecture 10 _serial_communicationLecture 10 _serial_communication
Lecture 10 _serial_communication
 
Lecture 10 (serial communication)
Lecture 10 (serial communication)Lecture 10 (serial communication)
Lecture 10 (serial communication)
 
Seminar on serial communication
Seminar on serial communicationSeminar on serial communication
Seminar on serial communication
 
Serial Peripheral Interface
Serial Peripheral InterfaceSerial Peripheral Interface
Serial Peripheral Interface
 
8251 USART.pptx
8251 USART.pptx8251 USART.pptx
8251 USART.pptx
 
One-Wire-Serial-Communication.pdf
One-Wire-Serial-Communication.pdfOne-Wire-Serial-Communication.pdf
One-Wire-Serial-Communication.pdf
 
8251 USART
8251 USART8251 USART
8251 USART
 
Master synchronous serial port (mssp)
Master synchronous serial port (mssp)Master synchronous serial port (mssp)
Master synchronous serial port (mssp)
 
The presentation is about USART and serial communication
The presentation is about USART and serial communicationThe presentation is about USART and serial communication
The presentation is about USART and serial communication
 
Serial Communication in 8051
Serial Communication in 8051Serial Communication in 8051
Serial Communication in 8051
 
EC8691 - UNIT 5.pdf
EC8691 - UNIT 5.pdfEC8691 - UNIT 5.pdf
EC8691 - UNIT 5.pdf
 
Peripherals and interfacing
Peripherals  and interfacingPeripherals  and interfacing
Peripherals and interfacing
 
8251 a usart programmable communication interface(1)
8251 a usart   programmable communication interface(1)8251 a usart   programmable communication interface(1)
8251 a usart programmable communication interface(1)
 
8051 serial communication1
8051 serial communication1 8051 serial communication1
8051 serial communication1
 
8251 a basic
8251 a basic8251 a basic
8251 a basic
 
Serial Peripheral Interface(SPI)
Serial Peripheral Interface(SPI)Serial Peripheral Interface(SPI)
Serial Peripheral Interface(SPI)
 
Sereial com. ppt
Sereial com. pptSereial com. ppt
Sereial com. ppt
 
12 mt06ped019
12 mt06ped019 12 mt06ped019
12 mt06ped019
 

Recently uploaded

The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Po-Chuan Chen
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 

Recently uploaded (20)

The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 

Presentation (1)-3.pptx

  • 2. • Serial communication system:- • Serial communication in 8051 microcontroller will allow the controller to send and receive data’s just by using two pins. • The 8051 have on-chip UART. • The 8051 has a duplex port that can transmit and receive data simultaneously. • VARIOUS MODES OF SERIAL PORTS
  • 3. SBUF REGISTER:- • The serial data is transmitted by writing to the SBUF register while data is received by reading the same register • Internal RAM address of SBUF regards in 8051 is 99H
  • 5.
  • 6. • SM0 and SM1: But selects mode • SM2: Bit is used when multi-microcontrollers share the same interface • REN: Bit enables data receiving via serial communication and must be set during data reception. • TB8: This bit is used in mode 2 and 3 to send as a 9th bit with 8 bit serial data • RB8: This bit is used in mode 2 and 3 to receive 9th bit with 8 bit serial data • T1: Bit is automatically set when an entire byte has been transmitted • R1: Bit is automatically set when an entire byte has been received
  • 7. PCON REGISTER:- • The SFR PCON register is an 8 bit register • The D7 bit of PCON register is used in serial communication • Hence using D7 bit we can double the baud rate of the serial communication
  • 8. MODE 0 OF UART:- • In mode 0, serial data are transmitted and received through the RXD pin, while the TXD pin output clocks. The baud rate is fixed at 1/12 the oscillator frequency. On transmit, the least significant bit (LSB bit) is sent/received first. • When the data has been written to the SBUF register the data transmission automatically starts on the pin RXD after any instruction being performed on this register. • When all 8 bits have been sent, the bit T1 in SCON register is automatically set. • At receiver side receiver starts data receiving through the pin RXD when two necessary conditions are met i.e. bit REN=1 and R1=0 of the SCON register. • After 8 bits have been received, the bit T1 of register SCON is automatically set, which indicates byte is received. • The SBUF register contain only 8 bit data except START and STOP bits or any other bit.
  • 9.
  • 10. MODE 1 OF UART:- • In mode 1, 10 bits are transmitted through the TXD pin or received through the RXD pin in the following manner: a START bit (always 0), 8 data bits (LSB first) and a STOP bit (always 1). The START bit is only used to initiate data receive, while the STOP bit is automatically written to the RB8 bit of the SCON register. • When the data is written to the SBUF register the data transmission automatically starts on the pin RXD after any instruction being performed on this register • When all 8 bits have been sent, the bit T1 in the SCON register is automatically set • Receiver starts data receiving when START bit appears on RXD pin when two necessary conditions are met i.e. bit REN =1 and R1=0 of the SCON register • The R1 bit is automatically set after receiving of byte is completed
  • 11.
  • 12. MODE 2 OF UART :- • Mode 2. In mode 2, 11 bits are transmitted through the TXD pin or received through the RXD pin: a START bit (always 0), 8 data bits (LSB first), a programmable 9th data bit and a STOP bit (always 1). On transmit, the 9th data bit is actually the TB8 bit of the SCON register. • Upon transmission, the 9th data bit is copied to the RB8 bit in the same register (SCON). The baud rate is either 1/32 or 1/64 of the quartz oscillator frequency. • When the data has been written to the SBUF register the data transmission automatically starts on the pin RXD after any instruction being performed on the register. • When all 8 bits have been sent, the bit T1 in the SCON register is automatically set
  • 13. • Receiver starts data receiving when START bit appears on RXD pin when two necessary conditions are met i.e. bit REN=1 and R1=0 of the SCON register. • The R1 bit is automatically set after receiving of byte is completed.
  • 14.
  • 15. MODE 3 OF UART:- • In Mode 3, 11 bits are sent through TXD or received through RXD: a start bit, 8 data bits, additional 9th data bit and a STOP bit last • On transmit: the 9th data bit is actually the TB8 bit from the SCON register • Upon transmission, the 9th data bit is copied to the RB8 bit in the same register. The baud rate is variable and can be selected using timer 1 • When the data has been written to the SBUF register the data transmission automatically starts on the pin RXD after any instruction being performed on the register.
  • 16. • When all 8 bits have been sent, the bit T1 in the SCON register is automatically set • Receiver starts data receiving when START bit appears on RXD pin when two necessary conditions are met i.e. bit REN=1 and R1=0 of the SCON register. • The R1 bit is automatically set after receiving of byte is completed.
  • 17.
  • 18. APPLICATION • Console i/o. … • Data communications. … • External device communication. … • Peripheral communication bridge. … • Firmware download. … • Debugging interface. … • Using the Modem status lines as GPIO
  • 19. ADVANTAGES: • It uses less number of conducting wires, • reduces cost of the interface. • It supports long distance data communication
  • 20. DISADVANTAGES • It uses less number of lines for transmission between devices. • it supports slower speed of transmission
  • 21. CONCLUSION: • A serial port connection can be used for inter-processor communication within a system or for communication with different parts of a system. The serial port provides the physical connection between the equipment but a communication protocol has to used to ensure a reliable, error-free data path