Interface COA
Interface COA
S.DEVADHARSHNI
21MTCS04
2ND M TECH COMPUTER SCIENCE AND ENGINEERING
CONTENT
Introduction
Ports and its types
Parallel port
Input parallel port
Output parallel port
Serial port
INTRODUCTION
PORT:
It is a point at which an external devices attach to computer
system.
It always send the data to an external devices and receive data
from an external device.
TWO TYPES OF PORT:
Serial port
Parallel port
PARALLEL PORT
A serial port is used to connect the processor to I/O devices that require
transmission of data one bit at a time.
KEY FEATURE:
It is capable of communicating in a bit-serial on the device side and bit-
parallel on a bus side.
A block diagram includes DATAIN and DATAOUT register.
The input shift register accepts bit serial input (8 bits)from I/O device.
When all the 8 bits of data have been received , the content of this shift
register are loaded in parallel into the DATAIN register.
The output data in the DATAOUT register are loaded into output shift
register . The bits are shifted out and sent to the I/O port.
SERIAL PORT