Instruction manual
Table Of Contents
- ViewPoint Wireless Touch Panels
- Introduction
- Product Pics and Specs
- Connections, Cleaning, and Charging
- Touch Panel Basics
- Designing Touch Panel Pages
- Overview
- Activating the Edit button
- Setting the Device Base
- Setting the Device Used
- Creating a Page
- Creating a Button
- Button Properties
- Using TPDesign3 to Download Bitmaps, Icons, and Fonts
- Button Properties for External Pushbuttons
- Creating an IR Macro Button
- Creating a Joystick
- Creating a Bargraph
- Linking the New Page to the Main Page
- Exiting Edit Mode
- Programming
- Overview
- PC to ViewPoint Connections
- Programming the ViewPoint
- Programming Changes
- Serial Commands
- System Send_Commands
- Gray Scale and Programming Numbers
- Colors/Shades of Gray and Programming Numbers
- Font Styles and Programming Numbers
- Border Styles and Programming Numbers
- Shorthand Send Commands
- Color/Gray Scale Send_Commands
- Variable Text Send_Commands
- Shorthand Variable Text Commands
- Buttons String Commands
- Button IR Macro Commands
- Loading Infrared (IR) Files
- Upgrading the Firmware
- Contacting Sales and Technical Support
- Index

68 Programming ViewPoint Wireless Touch Panels
Serial Commands (Cont.)
Command Description
"HELLO"
Verify that the serial communication.
Example:
"HELLO"
If the communication is active and working, the response
would be “How are you doing?”.
“LZAP!”
Clear all low-level memory and erase IR codes.
Example:
”LZAP!”
Clears all IR codes from the panel.
"SETUP"
Go to the Setup page.
Example:
"SETUP"
Flips the touch panel to the Setup page.
"VER"
Restore current version.
Example:
"VER"
This returns the current version of the main firmware.
"ZAP!"
Clear all memory and erase buttons, pages, drawings, and
symbols.
Example:
"ZAP!"
Clears all memory and erases all buttons, pages, drawings,
and symbols.
Note
Commands such as LZAP!
and ZAP! Can be used as
both Serial Commands and
Send_Commands.