The lptaddresses attribute specifies the base address of the PC's parallel ports.
Applies to
<defaults>
Syntax
/ lptaddresses = (port = address, port = address, port = address, ...)Parameters
| port |
One of the following values:
|
||||
| address | A hexidecimal number (e.g., 0348, A588, AF16) representing the address of the parallel port. |
Remarks
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.
Examples
The following sets the addresses for the first and second parallel ports:
<defaults>
/ lptaddresses = (lpt1=0348, lpt2=A588)
</defaults>