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 - 4
The data is output as:
1234567890
ABCDEFGHIJ
<CR>
Send all characters up to a particular character
F3 Include in the output message all characters from the input message, starting with the character at the current cursor
position and continuing to, but not including, the search character “ss,” followed by an insert character. The cursor is
moved forward to the “ss” character. Syntax = F3ssxx where ss stands for the search character’s hex value for its ASCII
code, and xx stands for the insert 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.
F3 Example: Send all characters up to a particular character
Using the bar code above, send all characters up to but not including “D,” followed by a carriage return.
Command string: F3440D
F3 is the “Send all characters up to a particular character” command
44 is the hex value for a 'D”
0D is the hex value for a CR
The data is output as:
1234567890ABC
<CR>
Send all but the last characters
E9 Include in the output message all but the last “nn” characters, starting from the current cursor position. The cursor is
moved forward to one position past the last input message character included. Syntax = E9nn where nn stands for the
numeric value (00-99) for the number of characters that will not be sent at the end of the message.
Insert a character multiple times
F4 Send “xx” character “nn” times in the output message, leaving the cursor in the current position. Syntax = F4xxnn where
xx stands for the insert character’s hex value for its ASCII code, and nn is the numeric value (00-99) for the number of
times it should be sent. Refer to the ASCII Conversion Chart (Code Page 1252), page A-2 for decimal, hex and
character codes.
E9 and F4 Example: Send all but the last characters, followed by 2 tabs
Send all characters except for the last 8 from the bar code above, followed by 2 tabs.
Command string: E908F40902
E9 is the “Send all but the last characters” command
08 is the number of characters at the end to ignore
F4 is the “Insert a character multiple times” command
09 is the hex value for a horizontal tab
02 is the number of times the tab character is sent
The data is output as: 1234567890AB <tab><tab>
Insert symbology name
B3 Insert the name of the bar code’s symbology in the output message, without moving the cursor. Only symbologies with
a Honeywell ID are included (see Symbology Charts on page A-1).
Refer to the ASCII Conversion Chart (Code Page 1252), page A-2 for decimal, hex and character codes.