MBS Lab 10
MBS Lab 10
LAB WORK - 10
Microprocessor Based System
Spring/Fall/Summer 20__
Student Name SID Marks
Marks Distribution:
CLO_2
Tasks Total Marks
Marks Obtained
Serial communication Assembly Code. 3
Task Proteus simulation. 2
Home Assignment. 2
Hardware Working. 3
Total Marks 10
DATE: ______________________
Remarks: ________________________________________________________________
Microprocessor Based System Instructor:
College of Engineering Ashar Ali Qureshi
PAF-Karachi Institute of Economics & Technology [email protected]
Page 2 of 6
BASIC THEORY CLO_2
Serial data communication uses two methods, asynchronous and synchronous. The synchronous
method transfers a block of data (character) at a time where as the asynchronous method transfers
a single byte at a time. It is possible to write software to use either of these methods, but the
program can be long. For this reason, special IC chips are made for serial communication and
commonly referred to as UART (universal asynchronous receiver transmitter) and USART (universal
synchronous asynchronous receiver transmitter). The PIC18 chips has a built-in USART.
TYPES OF SERIAL COMMUNICATION