up Inquisit Language Reference

lptAddresses attribute

The lptaddresses attribute specifies the base address of the PC's parallel ports.

Member of

<defaults>

Syntax

/ lptAddresses = (port = address, port = address, port = address, ...)

Parameters

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.

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>

Copyright Millisecond Software, LLC. All rights reserved.