Back to Contents Page
Overview Serial and Parallel Ports Adding an Expansion Card Containing Serial or Parallel Ports Serial Port Connectors Parallel Port Connector Keyboard and Mouse Connectors Keyboard Connector Mouse Connector Video Connector USB Connectors
This section provides specific information about the input/output (I/O) ports and connectors on the back panel of the computer system. These ports and connectors are the gateways through which the computer system communicates with external devices such as a keyboard, mouse, printer, and monitor. Figure 1 identifies the I/O ports and connectors for your system.
The two integrated serial ports use 9-pin D-subminiature connectors on the back panel. These ports support devices such as external modems, printers, plotters, and mice that require serial data transmission (the transmission of data one bit at a time over one line).
Most software uses the term COM (for communications) plus a number to designate a serial port (for example, COM1 or COM2). The defaults for your system's integrated serial ports are COM1 and COM2.
The integrated parallel port uses a 25-pin D-subminiature connector on the system's back panel. This I/O port sends data in parallel format (where eight data bits, or one byte, are sent simultaneously over eight separate lines in a single cable). The parallel port is used primarily for printers.
Most software uses the term LPT (for line printer) plus a number to designate a parallel port (for example, LPT1). The default for the system's built-in parallel port is LPT1.
Figure 1. I/O Ports and Connectors
1 |
ICMB connectors (2) (when supported) |
2 |
Video connector |
3 |
Serial port B |
4 |
Keyboard connector |
5 |
Mouse connector |
6 |
Serial port A |
7 |
Parallel port connector |
8 |
USB connectors 0 and 1 |
NOTE: For the full name of an abbreviation used in this table, see the Glossary. |
Port designations are used, for example, in software installation procedures that include a step in which you identify the port to which a printer is attached, thus telling the software where to send its output. An incorrect designation prevents the printer from printing or causes scrambled print.
The system has an autoconfiguration capability for the serial ports. This feature lets you add an expansion card containing a serial port that has the same designation as one of the integrated ports, without having to reconfigure the card. When the system detects the duplicate serial port on the expansion card, it remaps (reassigns) the integrated port to the next available port designation.
Both the new and the remapped COM ports share the same interrupt request (IRQ) setting, as follows:
COM1, COM3: IRQ4 (shared setting)
COM2, COM4: IRQ3 (shared setting)
These COM ports have the following I/O address settings:
COM1: 3F8h
COM2: 2F8h
COM3: 3E8h
COM4: 2E8h
For example, if you add an internal modem card with a port configured as COM1, the system then sees logical COM1 as the address on the modem card. It automatically remaps the integrated serial port that was designated as COM1 to COM3, which shares the COM1 IRQ setting. (Note that when you have two COM ports sharing an IRQ setting, you can use either port as necessary, but you may not be able to use them both at the same time.) If you install one or more expansion cards with serial ports designated as COM1 and COM3, the corresponding integrated serial port is disabled.
Before adding a card that remaps the COM ports, check the documentation that accompanied your software to make sure that the software can be mapped to the new COM port designation.
To avoid autoconfiguration, you may be able to reset jumpers on the expansion card so that the card's port designation changes to the next available COM number, leaving the designation for the integrated port as is. Alternatively, you can disable the integrated ports through the system setup program. The documentation for your expansion card should provide the card's default I/O address and allowable IRQ settings. It should also provide instructions for readdressing the port and changing the IRQ setting, if necessary.
The integrated parallel port has autoconfiguration capability through the system setup program; that is, if you set the parallel port to its automatic configuration and add an expansion card containing a port configured as LPT1 (IRQ7, I/O address 378h), the system automatically remaps the integrated parallel port to its secondary address (IRQ5, I/O address 278h). If the secondary port address is already being used, the integrated parallel port is turned off.
For general information on how your operating system handles serial and parallel ports, and for more detailed command procedures, see your operating system documentation.
If you reconfigure your hardware, you may need pin number and signal information for the serial port connectors. Figure 2 illustrates the pin numbers for the serial port connectors, and Table 1 lists and defines the pin assignments and interface signals for the serial port connectors.
Figure 2. Pin Numbers for the Serial Port Connectors
Table 1. Pin Assignments for the Serial Port Connectors |
Pin | Signal | I/O | Definition |
---|---|---|---|
1 | DCD | I | Data carrier detect |
2 | SIN | I | Serial input |
3 | SOUT | O | Serial output |
4 | DTR | O | Data terminal ready |
5 | GND | -- | Signal ground |
6 | DSR | I | Data set ready |
7 | RTS | O | Request to send |
8 | CTS | I | Clear to send |
9 | RI | I | Ring indicator |
If you reconfigure your hardware, you may need pin number and signal information for the parallel port connector. Figure 3 illustrates the pin numbers for the parallel port connector, and Table 2 lists and defines the pin assignments and interface signals for the parallel port connector.
Figure 3. Pin Numbers for the Parallel Port Connector
Table 2. Pin Assignments for the Parallel Port Connector |
Pin | Signal | I/O | Definition |
---|---|---|---|
1 | STB# | I/O | Strobe |
2 | PD0 | I/O | Printer data bit 0 |
3 | PD1 | I/O | Printer data bit 1 |
4 | PD2 | I/O | Printer data bit 2 |
5 | PD3 | I/O | Printer data bit 3 |
6 | PD4 | I/O | Printer data bit 4 |
7 | PD5 | I/O | Printer data bit 5 |
8 | PD6 | I/O | Printer data bit 6 |
9 | PD7 | I/O | Printer data bit 7 |
10 | ACK# | I | Acknowledge |
11 | BUSY | I | Busy |
12 | PE | I | Paper end |
13 | SLCT | I | Select |
14 | AFD# | O | Automatic feed |
15 | ERR# | I | Error |
16 | INIT# | O | Initialize printer |
17 | SLIN# | O | Select in |
18-25 | GND | -- | Signal ground |
The system uses a Personal System/2 (PS/2)-style keyboard and supports a PS/2-compatible mouse. Cables from both devices attach to 6-pin, miniature Deutsche Industrie Norm (DIN) connectors on the back panel of your system.
A PS/2-compatible mouse works identically to an industry-standard serial mouse or bus mouse except that it has its own dedicated connector, which frees up both serial ports and does not require an expansion card. Circuitry inside the mouse detects the movement of a small ball and relays the direction to the system.
Mouse driver software can give the mouse priority with the microprocessor by issuing IRQ12 whenever new mouse movement is detected. The driver software also passes along the mouse data to the application that is in control.
If you reconfigure your hardware, you may need pin number and signal information for the keyboard connector. Figure 4 illustrates the pin numbers for the keyboard connector, and Table 3 lists and defines the pin assignments and interface signals for the keyboard connector.
Figure 4. Pin Numbers for the Keyboard Connector
Table 3. Pin Assignments for the Keyboard Connector |
Pin | Signal | I/O | Definition |
---|---|---|---|
1 | KBDATA | I/O | Keyboard data |
2 | NC | -- | No connection |
3 | GND | -- | Signal ground |
4 | FVcc | -- | Fused supply voltage |
5 | KBCLK | I/O | Keyboard clock |
6 | NC | -- | No connection |
If you reconfigure your hardware, you may need pin number and signal information for the mouse connector. Figure 5 illustrates the pin numbers for the mouse connector, and Table 4 lists and defines the pin assignments and interface signals for the mouse connector.
Figure 5. Pin Numbers for the Mouse Connector
Table 4. Pin Assignments for the Mouse Connector |
Pin | Signal | I/O | Definition |
---|---|---|---|
1 | MFDATA | I/O | Mouse data |
2 | NC | -- | No connection |
3 | GND | -- | Signal ground |
4 | FVcc | -- | Fused supply voltage |
5 | MFCLK | I/O | Mouse clock |
6 | NC | -- | No connection |
The system uses a 15-pin high-density D-subminiature connector on the back panel for attaching a video graphics array (VGA)-compatible monitor to your system. The video circuitry on the system board synchronizes the signals that drive the red, green, and blue electron guns in the monitor.
NOTE: Installing a video card automatically disables the system's integrated video subsystem. |
If you reconfigure your hardware, you may need pin number and signal information for the video connector. Figure 6 illustrates the pin numbers for the video connector, and Table 5 lists and defines the pin assignments and interface signals for the video connector.
Figure 6. Pin Numbers for the Video Connector
Table 5. Pin Assignments for the Video Connector |
Pin | Signal | I/O | Definition |
---|---|---|---|
1 | RED | O | Red video |
2 | GREEN | O | Green video |
3 | BLUE | O | Blue video |
4 | NC | -- | No connection |
5-8, 10 | GND | -- | Signal ground |
9 | VCC | -- | VCC |
11 | NC | -- | No connection |
12 | DDC data out | O | Monitor detect data |
13 | HSYNC | O | Horizontal synchronization |
14 | VSYNC | O | Vertical synchronization |
15 | DDC clock out | O | Monitor detect clock |
Your system contains two Universal Serial Bus (USB) connectors for attaching USB-compliant devices. USB devices are typically peripherals such as mice, printers, and computer speakers. USB keyboards are not currently supported.
CAUTION: Do not attach a USB device or a combination of USB devices that draw a maximum current over 500 milliamperes (mA) per channel or +5 volts (V). Attaching devices that exceed this threshold may cause the USB ports to shut down. See the documentation that accompanied the USB devices for their maximum current ratings. |
If you reconfigure your hardware, you may need pin number and signal information for the USB connectors. Figure 7 illustrates the USB connector, and Table 6 lists and defines the pin assignments and interface signals for the USB connector.
Figure 7. USB Connector
Table 6. Pin Assignments for the USB Connectors
Pin | Signal | I/O | Definition |
---|---|---|---|
1 | Vcc | N/A | Supply voltage |
2 | DATA | I | Data in |
3 | +DATA | O | Data out |
4 | GND | N/A | Signal ground |