4 Address Map and Special Registers
This chapter explains how the eight UARTs and special registers
are addressed, as well as the layout of those registers. This material will
be of interest to programmers writing driver software for the
ESC(LP)-100.
4.1 Base Address and Interrupt Level (IRQ)
The base address and IRQ used by the ESC(LP)-100 are determined
by the BIOS or operating system. Each serial port uses 8 consecutive I/O
locations. The eight ports reside in a single block of I/O space in eight
byte increments, for a total of 64 contiguous bytes, as shown in Figure 2.
Base A 56 to Base A 63
Serial 8
Base A 48 to Base A 55
Serial 7
Base A 40 to Base A 47
Serial 6
Base A 32 to Base A 39
Serial 5
Base A 24 to Base A 31
Serial 4
Base A 16 to Base A 23
Serial 3
Base A 8
to Base A 15
Serial 2
Base A 0
to Base A 7
Serial 1
I/O Address Range
Port
Figure 2 --- Port Address Map
All eight serial ports share the same IRQ. The ESC(LP)-100 signals
a hardware interrupt when any port requires service. The interrupt signal
is maintained until no port requires service. Interrupts are level-sensitive
on the PCI bus.
The base address and IRQ are automatically detected by the device
drivers Quatech supplies for various operating systems. For cases where
no device driver is available, such as for operation under DOS, Quatech
supplies the "QTPCI" DOS software utility for manually determining the
resources used. See Section 6.3.1 for details.
ESC(LP)-100 User's Manual
4
Summary of Contents for ESC-100
Page 6: ...vi ESC LP 100 User s Manual ...
Page 25: ...ESC LP 100 User s Manual 19 ...
Page 28: ...ESC LP 100 User s Manual 22 ...