Ch2 IO Organization
Ch2 IO Organization
I/O Organization
| Computer |
| Architecture |
2 Outline
I nt r o ducti on
P e r i phera l De v i ces
I np ut - Output I nt er f ace
Dat a T r a ns f er Me t hod s
As y nchro nous Da t a Tr a ns f er
3 Introduction
output devices.
CPU to a peripheral.
32 Disadvantages of Strobe Method
The first bit, called the start bit, is always a 0 and is used
to indicate the beginning of a character.
The last bit called the stop bit is always a 1.
An example of this format is shown in the figure below.
44 Asynchronous Serial Transfer
Using these rules, the receiver can detect the start bit
when the line goes from 1 to 0. A clock in the receiver
examines the line at proper bit times.
The receiver knows the transfer rate of the bits and the
number of character bits to accept.
After the character bits are transmitted, one or two stop
bits are sent.
The stop bits are always in the 1-state and frame the
end of the character to signify the idle state.
46 Baud Rate
For example,
Consider the serial transmission of a terminal whose
transfer rate is 10 characters per second.
Each transmitted character consists of a start bit, eight
information bits, and two stop bits, for a total of 11 bits.
47 Baud Rate