0% found this document useful (0 votes)
300 views

Lab 3

This document discusses a lab assignment for a computer architecture and organization course. The objectives are to understand logic levels of TTL and RS-232 voltage levels and how to interface a serial port with an external device. It describes binary logic levels as high and low, transistor-transistor logic voltage thresholds, the purpose of the RS-232 interface for serial data transfer between terminals and modems, and the parallel port with its data and control signal lines. The mission is to connect dual monitors to an old PC.

Uploaded by

paskorn
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
300 views

Lab 3

This document discusses a lab assignment for a computer architecture and organization course. The objectives are to understand logic levels of TTL and RS-232 voltage levels and how to interface a serial port with an external device. It describes binary logic levels as high and low, transistor-transistor logic voltage thresholds, the purpose of the RS-232 interface for serial data transfer between terminals and modems, and the parallel port with its data and control signal lines. The mission is to connect dual monitors to an old PC.

Uploaded by

paskorn
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 9

CS 341 – Lab 3

Computer Architecture and Organization

Logic Levels and TTL, RS232C Voltage Levels

[email protected]
Lab3:
Logic Levels and TTL, RS232C Voltage Levels
Objectives:
- Know the logic levels of TTL and RS232
voltage Levels.
- Know how to interface serial port with the
external device.

Mission:
Connect the Right Wires.
Make the (very) old PC have dual monitors.

March 1, 2010 CS 341: Lab3 [email protected] 2/7


Logic Level and Voltage Level

010101010101

In binary logic the two levels are logical high and logical low, which
generally correspond to a binary 1 and 0 respectively. Signals with
one of these two levels can be used in boolean logic for digital circuit
design or analysis.

On : 110V
Off : 0V

March 1, 2010 CS 341: Lab3 [email protected] 3/7


• Transistor to Transistor Logic
Logic gate circuits are designed to input and output only two types of signals:
"high" (1): full power supply voltage
"low" (0): zero voltage
In a perfect world, all logic circuit signals would exist at these extreme voltage limits, and never
deviate from them (i.e., less than full voltage for a "high," or more than zero voltage for a "low").

However, in reality, logic signal voltage levels rarely attain these perfect limits due to stray
voltage drops in the transistor circuitry, and so we must understand the signal level limitations of
gate circuits as they try to interpret signal voltages lying somewhere between full supply voltage
and zero.

March 1, 2010 CS 341: Lab3 [email protected] 4/7


RS232
• The RS-232-C interface was developed for a single purpose,
unambiguously stated by its title:
"Interface Between Data Terminal Equipment and Data
Communications Equipment Employing Serial Binary Data
Interchange." Every word in the title is significant: it describes
the interface between a terminal (DTE) to a modem (DCE) for
the transfer of serial data.

March 1, 2010 CS 341: Lab3 [email protected] 5/7


March 1, 2010 CS 341: Lab3 [email protected] 6/7
Parallel Port
• 8 data signal lines
• 9 lines for communication control (handshaking).

March 1, 2010 CS 341: Lab3 [email protected] 7/7


March 1, 2010 CS 341: Lab3 [email protected] 8/7
March 1, 2010 CS 341
: [email protected] 9/7

You might also like