Instruction manual

Table Of Contents
ViewPoint Wireless Touch Panels Programming 67
Serial Commands
Figure 90 lists the Serial Commands you can use with the ViewPoint Touch Panels.
These commands are case insensitive.
Serial Commands
Command Description
"?PAR"
Return panel parameters to the PC terminal These include:
Firmware version, Device number, Mouse type,
Output resolu
tion, Number of devices, cursor
enable, Brightness, and Contrast.
Example:
"?PAR"
Requests the information.
"'CALIBRATE'"
Start touch panel calibration.
Example:
SEND_COMMAND TP,"'CALIBRATE'"
Starts the calibration sequence mode on the touch panel.
"CHECK CAL"
Enter the calibration test mode.
Example:
"CHECK CAL"
Starts the calibration check mode on the touch panel.
"ECHO ON"
Turn On character echo.
Example:
"ECHO ON"
The character echo is sent back to the computer.
"ECHO OFF"
Turn Off character echo.
Example:
"ECHO OFF"
The character echo is not sent back to the computer.
Figure 90
Serial Commands