CS 2734
Computer Organization II
Lecture 40: Communication
- 4/25/97
Read pages 60-65 (Sections 2.3.1 and 2.3.2) of Tanenbaum
- Serial communication:
A bus is an electrical pathway for connecting multiple
devices. It is meant for devices in close proximity of the CPU
(Figure 2-21 of Tanenbaum).
What about other devices (e.g. printers and modems)?
- Serial I/O card connects to the bus and handles serial (one
bit at a time) communication with slow devices.
- UART = Universal Asynchronous Receiver Transmitter.
- RS-232-C
- Standard defines 25 signals.
- Pins 2 and 3 define transmit and receive.
- Original standard's model was modem to data terminal.
There was confusion for devices such as printers which
are hooked up directly.
- Transmission over phone lines:
SKILL: You should understand the basic ideas of serial communication.
Revision Date: 4/25/97 at 7:30 a.m.