Instructions
Table Of Contents
- Xenon™ XP 195X Series User Guide
- Disclaimer, Copyright, Trademarks & Patents
- Customer Support
- Table of Contents
- Get Started
- Program the Interface
- Introduction
- Program the Interface - Plug and Play
- Keyboard Wedge
- Laptop Direct Connect
- RS232 Serial Port
- RS485
- USB IBM SurePos
- USB PC or Macintosh Keyboard
- USB HID
- USB Serial
- Verifone® Ruby Terminal
- Gilbarco® Terminal
- Honeywell Bioptic Aux Port
- Datalogic™ Magellan® Aux Port
- Wincor Nixdorf Terminal
- Wincor Nixdorf Beetle™ Terminal
- Wincor Nixdorf RS232 Mode A
- Keyboard Country Layout
- Keyboard Wedge Modifiers
- Keyboard Style
- Keyboard Conversion
- Control Character Output
- Keyboard Modifiers
- RS232 Modifiers
- Scanner to Bioptic Communication
- Cordless System Operation
- How the Cordless Charge Base/Access Point Works
- Link the Scanner to a Charge Base
- Link the Scanner to an Access Point
- Replace a Linked Scanner
- Communication Between the Cordless System and the Host
- Program the Scanner and Base or Access Point
- RF (Radio Frequency) Module Operation
- System Conditions
- Page Button
- Page Button and Presentation Modes
- Charge Information
- Battery Information for the Xenon XP 1952g/1952h
- Instant Charge Pack Information for the Xenon XP 1952g-BF/Xenon XP 1952h-BF
- Beeper and LED Sequences and Meaning
- Low Power Alerts
- Reset Scanner
- Scan While in Base Cradle
- Base Charge Modes
- Page
- Error Indicators
- Scanner Report
- Scanner Address
- Base or Access Point Address
- Scanner Modes
- Unlink the Scanner
- Out-of-Range Alarm
- Scanner Power Time-Out Timer
- Flexible Power Management
- Batch Mode
- Multiple Scanner Operation
- Scanner Name
- Application Work Groups
- Reset the Factory Defaults: All Application Work Groups
- Reset the Custom Defaults: All Application Work Groups
- Use the Scanner with Bluetooth Devices
- Minimize Bluetooth/ISM Band Network Activity
- Host Acknowledgment
- Input/Output Settings
- Power Up Beeper
- Beep on BEL Character
- Trigger Click
- Good Read and Error Indicators
- Trigger Modes
- Presentation Mode
- In-Stand Sensor Mode
- Poor Quality Codes
- CodeGate™
- Streaming Presentation™ Mode
- Hands Free Time-Out
- Reread Delay
- Character Activation
- Character Deactivation
- Illumination Lights
- Aimer Delay
- Aimer Mode
- Centering
- Preferred Symbology
- Output Sequence Overview
- Output Sequence Editor Commands
- Enter Output Sequence
- Multiple Symbols
- No Read
- Video Reverse
- Working Orientation
- Healthcare Settings
- Data Edit
- Data Format
- 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
- DotCode
- Digimarc Barcode™
- Data Matrix
- MaxiCode
- Aztec Code
- Chinese Sensible (Han Xin) Code
- Postal Codes - 2D
- Postal Codes - Linear
- Imaging Commands
- Single-Use Basis
- Command Syntax
- Image Snap - IMGSNP
- Image Ship - IMGSHP
- IMGSHP Modifiers
- A - Infinity Filter
- C - Compensation
- D - Pixel Depth
- E - Edge Sharpen
- F - File Format
- H - Histogram Stretch
- I - Invert Image
- IF- Noise Reduction
- IR - Image Rotate
- J - JPEG Image Quality
- K - Gamma Correction
- L, R, T, B, M - Image Cropping
- P - Protocol
- S - Pixel Ship
- U - Document Image Filter
- V - Blur Image
- W - Histogram Ship
- Image Size Compatibility
- IMGSHP Modifiers
- Intelligent Signature Capture - IMGBOX
- RF Default Imaging Device
- Utilities
- Serial Programming Commands
- Product Specifications
- Xenon XP 1950g/1950h Corded Scanner Product Specifications
- Xenon XP 1952g/1952h Cordless Scanner Product Specifications
- Xenon XP 1952g-BF/1952h-BF Scanner Product Specifications
- CCB01-010BT/CCB01-010BT-BF Charge Base Product Specifications
- CCB-H-010BT/CCB-H-010BT-BF Charge Base Product Specifications
- Depth of Field Charts
- Standard Connector Pinouts
- Required Safety Labels
- Maintenance and Troubleshooting
- Reference Charts
- XEN195X-EN-UG-01 Rev E, 7/20
146 Xenon XP User Guide
Miscellaneous Commands
Suppress characters
FB Suppress all occurrences of up to 15 different characters, starting at the current
cursor position, as the cursor is advanced by other commands. When the FC
command is encountered, the suppress function is terminated. The cursor is not
moved by the FB command.
Syntax = FBnnxxyy . .zz where nn is a count of the number of suppressed characters
in the list, and xxyy .. zz is the list of characters to be suppressed.
FB Example: Remove spaces in barcode data
This example shows a barcode that has spaces in the data. You may want to remove
the spaces before sending the data. Using the barcode above:
Command string: FB0120F10D
FB is the “Suppress characters” command
01 is the number of character types to be suppressed
20 is the hex value for a space
F1 is the “Send all characters” command
0D is the hex value for a CR
The data is output as:
34567890
<CR>
Stop suppressing characters
FC Disables suppress filter and clear all suppressed characters. Syntax = FC.
Replace characters
E4 Replaces up to 15 characters in the output message, without moving the cursor.
Replacement continues until the E5 command is encountered. Syntax =
E4nnxx
1
xx
2
yy
1
yy
2
...zz
1
zz
2
where nn is the total count of the number of characters
in the list (characters to be replaced plus replacement characters); xx
1
defines
characters to be replaced and xx
2
defines replacement characters, continuing
through zz
1
and zz
2
.
E4 Example: Replace zeros with CRs in barcode data