The lptaddresses attribute specifies the base address of the PC's parallel ports.
<defaults>
Name | Type | Description |
---|---|---|
port | number | |
|
integer | The number of the port |
address | hex | A hexadecimal number (e.g., 0348, A588, AF16) representing the address of the parallel port. |
For the standard ports LPT1 and LPT2, Inquisit can usually determine the base address automatically. For extended or virtual ports, it may be necessary to specify the base address using this attribute.
The following sets the addresses for the first and second parallel ports:
<defaults>
/ lptaddresses = (lpt1=0348, lpt2=A588)
</defaults>