User Manual
Table Of Contents
- Granit™ 1280i User’s Guide
- Table of Contents
- Getting Started
- Programming the Interface
- Introduction
- Programming the Interface - Plug and Play
- RS232 Serial Port
- Verifone® Ruby Terminal Default Settings
- 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
- RS232 Modifiers
- NCR Modifiers
- Scanner to Bioptic Communication
- Input/Output Settings
- Power Save Mode
- Power Up Beeper
- Beep on BEL Character
- Good Read and Error Indicators
- Laser Aimer
- LED Indicators
- Out-Of-Stand Settings
- Reread Delay
- CodeGate®
- Character Activation Mode
- Character Deactivation Mode
- Centering
- Blinky Mode
- Laser Scan Angle
- Decode Security
- Continuous Scan Mode
- Output Sequence Overview
- No Read
- Data Editing
- Data Formatting
- Symbologies
- All Symbologies
- Message Length Description
- Codabar
- Code 39
- Interleaved 2 of 5
- Matrix 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)
- 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
- China Post (Hong Kong 2 of 5)
- Utilities
- Serial Programming Commands
- Product Specifications
- Maintenance
- Customer Support
- Reference Charts
- Sample Symbols
- Programming Chart
5 - 6
B3 is the “Insert symbology name” command
F4 is the “Insert a character multiple times” command
20 is the hex value for a space
01 is the number of times the space character is sent
B4 is the “Insert bar code length” command
F4 is the “Insert a character multiple times” command
20 is the hex value for a space
01 is the number of times the space character is sent
F1 is the “Send all characters” command
0D is the hex value for a CR
The data is output as:
Code128 20 1234567890ABCDEFGHIJ
<CR>
Insert key strokes
B5 Insert a key stroke or combination of key strokes. Key strokes are dependent on your keyboard (see Unicode Key Maps
on page A-9). Any key can be inserted, including arrows and functions. Syntax = B5xxssnn where xx is the number of
keys pressed (without key modifiers), ss is the key modifier from the table below, and nn is the key number from the
Unicode Key Maps, page A-9.
For example, B501021F inserts an “A” on a 104 key, U.S. style keyboard. B5 = the command, 01 = number of keys
pressed (without the key modifier), 02 is the key modifier for Shift Right, and 1F is the “a” key. If a lower case “a” were
to be inserted, B501001F would be entered.
If there are three keystrokes, the syntax would change from B5xxssnn for one keystroke to B5xxssnnssnnssnn. An
example that would insert "abc" is as follows: B503001F00320030F833.
Note: Key modifiers can be added together when needed. Example: Control Left+Shift Left = 11.
Move Commands
Move the cursor forward a number of characters
F5 Move the cursor ahead “nn” characters from current cursor position.
Syntax = F5nn where nn is the numeric value (00-99) for the number of characters the cursor should be moved ahead.
F5 Example: Move the cursor forward and send the data
Move the cursor forward 3 characters, then send the rest of the bar code data from the bar code above. End with a
carriage return.
Command string: F503F10D
F5 is the “Move the cursor forward a number of characters” command
03 is the number of characters to move the cursor
Key Modifiers
No Key Modifier 00
Shift Left 01
Shift Right 02
Alt Left 04
Alt Right 08
Control Left 10
Control Right 20