User's Guide
Table Of Contents
- Voyager™ 1200g/1202g/1202g-BF User’s Guide
- Table of Contents
- Getting Started
- Programming the Interface
- Introduction
- Programming the Interface - Plug and Play
- USB Serial Commands
- Verifone® Ruby Terminal Default Settings
- Gilbarco® Terminal Default Settings
- Honeywell Bioptic Aux Port Configuration
- Datalogic™ Magellan© Bioptic Aux Port Configuration
- NCR Bioptic Aux Port Configuration
- Wincor Nixdorf Terminal Default Settings
- Wincor Nixdorf Beetle™ Terminal Default Settings
- Wincor Nixdorf RS232 Mode A
- Keyboard Country Layout
- Keyboard Wedge Modifiers
- RS232 Modifiers
- NCR Modifiers
- Scanner to Bioptic Communication
- Cordless System Operation (Voyager 1202g)
- How the Charge and Communications Base Works
- Linking the Scanner to a Base
- Communication Between the Cordless System and the Host
- RF (Radio Frequency) Module Operation
- System Conditions
- Page Button
- About the Battery
- Voyager 1202g Battery Removal
- Flash Updates
- Beeper and LED Sequences and Meaning
- Reset Scanner
- Scanning While in Base Cradle
- Base Charging Modes
- Paging
- Scanner Address
- Base Address
- Scanner Modes
- Unlinking the Scanner
- Override Locked Scanner
- Out-of-Range Alarm
- Scanner Power Time-Out Timer
- RangeGate
- Batch Mode
- Scanner Name
- Using the Scanner with Bluetooth Devices
- Minimizing Bluetooth/ISM Band Network Activity
- Reset Scanner and Base
- Cordless System Operation (Voyager 1202g-BF)
- How the Charge and Communications Base Works
- Linking the Scanner to a Base
- Communication Between the Cordless System and the Host
- RF (Radio Frequency) Module Operation
- System Conditions
- About the Instant Charge Pack
- Flash Updates
- Beeper and LED Sequences and Meaning
- Reset Scanner
- Scanning While in Base Cradle
- Paging
- Scanner Address
- Base Address
- Scanner Modes
- Unlinking the Scanner
- Override Locked Scanner
- Out-of-Range Alarm
- Using the Scanner with Bluetooth Devices
- Minimizing Bluetooth/ISM Band Network Activity
- Reset Scanner and Base
- Input/Output Settings
- 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
- UPC-E0
- EAN/JAN-13
- EAN/JAN-8
- MSI
- Plessey Code
- GS1 DataBar Omnidirectional
- GS1 DataBar Limited
- GS1 DataBar Expanded
- Trioptic Code
- GS1 Emulation
- Postal Codes
- Utilities
- Serial Programming Commands
- Product Specifications
- Maintenance and Troubleshooting
- Reference Charts
7 - 6
Move the cursor to the beginning
F7 Move the cursor to the first character in the input message. Syntax = F7.
FE and F7 Example: Manipulate bar codes that begin with a 1
Search for bar codes that begin with a 1. If a bar code matches, move the cursor back to the beginning of the data and
send 6 characters followed by a carriage return. Using the bar code above:
Command string: FE31F7F2060D
FE is the “Compare characters” command
31 is the hex value for 1
F7 is the “Move the cursor to the beginning” command
F2 is the “Send a number of characters” command
06 is the number of characters to send
0D is the hex value for a CR
The data is output as:
123456
<CR>
Move the cursor to the end
EA Move the cursor to the last character in the input message. Syntax = EA.
Search Commands
Search forward for a character
F8 Search the input message forward for “xx” character from the current cursor position, leaving the cursor pointing to the
“xx” character. Syntax = F8xx where xx stands for the search character’s hex value for its ASCII code. Refer to the
ASCII Conversion Chart (Code Page 1252), page A-2 for decimal, hex and character codes.
F8 Example: Send bar code data that starts after a particular character
Search for the letter “D” in bar codes and send all the data that follows, including the “D.” Using the bar code above:
Command string: F844F10D
F8 is the “Search forward for a character” command
44 is the hex value for “D”
F1 is the “Send all characters” command
0D is the hex value for a CR
The data is output as:
DEFGHIJ
<CR>
Search backward for a character
F9 Search the input message backward for “xx” character from the current cursor position, leaving the cursor pointing to
the “xx” character. Syntax = F9xx where xx stands for the search character’s hex value for its ASCII code.
Refer to the ASCII Conversion Chart (Code Page 1252), page A-2 for decimal, hex and character codes.