User's Guide
Table Of Contents
- VG1602-UG
- Voyager 1602g User’s Guide
- Table of Contents
- Getting Started
- Programming the Interface
- Introduction
- Keyboard Country Layout
- Keyboard Style
- Keyboard Conversion
- Control Character Output
- Keyboard Modifiers
- Programming an Interface for an Access Point
- Keyboard Wedge
- Laptop Direct Connect
- RS232 Serial Port
- RS485
- USB IBM SurePos
- USB PC or Macintosh Keyboard
- USB HID
- USB Serial
- Remote MasterMind™ for USB
- Gilbarco® Terminal Default Settings
- Honeywell Bioptic Aux Port Configuration
- Datalogic™ Magellan® Aux Port Configuration
- NCR Bioptic Aux Port Configuration
- Wincor Nixdorf Terminal Default Settings
- Wincor Nixdorf Beetle™ Terminal Default Settings
- Wincor Nixdorf RS232 Mode A
- RS232 Modifiers
- Scanner to Bioptic Communication
- Programming the VG1602 Corded Interface
- Wireless System Operation
- Bluetooth Settings
- Minimizing Bluetooth/ISM Band Network Activity
- Communication Between the Scanner and the Host
- Programming the Scanner and Host
- RF (Radio Frequency) Module Operation
- System Conditions
- About the Battery
- Beeper and LED Sequences and Meaning
- Reset Scanner
- Scanner Report
- Scanner Address
- Linked Modes
- Out-of-Range Alarm
- Scanner Idle Alarm
- Scanner Power Time-Out Timer
- Flexible Power Management
- Multiple Scanner Operation
- Scanner Name
- Application Work Groups
- Resetting the Factory Defaults: All Application Work Groups
- Resetting the Custom Defaults: All Application Work Groups
- Access Point Operations
- Access Point LED Sequences and Meaning
- Access Point Address
- Paging
- Batch Mode
- Host Acknowledgment
- Input/Output Settings
- Programmable Button
- Power Up Beeper
- Beep on BEL Character
- Trigger Click
- Good Read and Error Indicators
- Manual Trigger Modes
- Serial Trigger Mode
- Poor Quality Codes
- CodeGate®
- Mobile Phone Read Mode
- Character Activation Mode
- Character Deactivation Mode
- Illumination Lights
- Aimer Delay
- Aimer Mode
- Centering
- Preferred Symbology
- Output Sequence Overview
- Multiple Symbols
- No Read
- Video Reverse
- Working Orientation
- Data Editing
- Data Formatting
- Symbologies
- All Symbologies
- Message Length Description
- Codabar
- Code 39
- Interleaved 2 of 5
- NEC 2 of 5
- Code 93
- Straight 2 of 5 Industrial (three-bar start/stop)
- Straight 2 of 5 IATA (two-bar start/stop)
- Matrix 2 of 5
- Code 11
- Code 128
- GS1-128
- Telepen
- UPC-A
- UPC-A/EAN-13 with Extended Coupon Code
- Coupon GS1 DataBar Output
- UPC-E0
- UPC-E1
- EAN/JAN-13
- EAN/JAN-8
- MSI
- GS1 DataBar Omnidirectional
- GS1 DataBar Limited
- GS1 DataBar Expanded
- Trioptic Code
- Codablock A
- Codablock F
- Label Code
- PDF417
- MacroPDF417
- MicroPDF417
- GS1 Composite Codes
- GS1 Emulation
- TCIF Linked Code 39 (TLC39)
- QR Code
- Data Matrix
- MaxiCode
- Aztec Code
- Chinese Sensible (Han Xin) Code
- Postal Codes - 2D
- Postal Codes - Linear
- Utilities
- Serial Programming Commands
- Product Specifications
- Maintenance and Troubleshooting
- Voyager 1602g User’s Guide
- REG-1602-RS
6 - 8
The data is output as:
1234
5678
ABC
<CR>
Stop replacing characters
E5 Terminates character replacement. Syntax = E5.
Compare characters
FE Compare the character in the current cursor position to the character “xx.” If characters are equal, move the cursor
forward one position. Syntax = FExx where xx stands for the comparison character’s hex value for its ASCII code.
Refer to the ASCII Conversion Chart (Code Page 1252), beginning on page A-3 for decimal, hex and character codes.
Check for a number
EC Check to make sure there is an ASCII number at the current cursor position. The format is aborted if the character is
not numeric.
EC Example: Only output the data if the bar code begins with a number
If you want only data from bar codes that begin with a number, you can use EC to check for the number.
Command string: ECF10D
EC is the “Check for a number” command
F1 is the “Send all characters” command
0D is the hex value for a CR
If this bar code is read, the next data format, if there is one, will be used on the data. If there
is no other format, the format fails and the raw data is output as AB1234.
If this bar code is read: the data is output as:
1234AB
<CR>
Check for non-numeric character
ED Check to make sure there is a non-numeric ASCII character at the current cursor position. The format is aborted if the
character is numeric.
ED Example: Only output the data if the bar code begins with a letter
If you want only data from bar codes that begin with a letter, you can use ED to check for the letter.
Command string: EDF10D
ED is the “Check for a non-numeric character” command
F1 is the “Send all characters” command
0D is the hex value for a CR
If this bar code is read, the next data format, if there is one, will be used on this data. If there
is no other format, the format fails and the raw data is output as 1234AB.
If this bar code is read: the data is output as:
AB1234
<CR>
VG1602-UG C Released Honeywell proprietary & Confidential
The HEC and TEC codes identified in this watermark supersede any conflicting HEC or TEC codes displayed in the drawing.
Downloaded By: Shen, Scott - 16 June 2022 07:14:56 UTC HEC: EAR99 TEC: EAR99 GOV: ESO1.0