The comportnumber attribute specifies the COM port on the Inquisit computer that the ASL Eye Tracker's serial out cable is plugged into.
Applies to
Syntax
/ comportnumber = integerParameters
| "integer" | An integer specifying the number of the COM port. |
Remarks
By default, Inquisit assumes port number 1.
Examples
The following configures Inquisit to communicate with the ASL Eye Tracker through COM1 and LPT1:
<eyetracker>
/ file = "asleyetracker.dll"
/ comportnumber = "1"
/ lptportnumber = "1"
</eyetracker>