User Guide
Table Of Contents
- 2020/3820 User's Guide
- Getting Started
- About This Manual
- Unpacking the System
- Models
- Cordless System: Main Components
- About the Battery
- Base Charge Mode
- Linking Scanner to Base
- Scanner Modes
- Single Scanner Operation
- Multiple Scanner Operation
- Scanner Name
- Scanner Report
- Application Work Groups
- Resetting the Standard Product Default Settings: Current Application Work Group
- Resetting the Standard Product Default Settings: All Application Work Groups
- Using the Scanner with Bluetooth Devices
- Out-of-Range Alarm
- Data Accumulation Mode
- Beeper and LED Sequences and Their Meaning
- Basic Operation of the Cordless System
- Connecting the Base When Powered by Host (Keyboard Wedge)
- Reading Techniques
- Resetting the Standard Product Defaults
- Plug and Play
- Keyboard Wedge Connection
- IBM 4683 Ports 5B, 9B, and 17 Interface
- Connecting the Base with USB
- Connecting the Base with Serial Wedge
- Terminal Interfaces
- Output
- Data Editing
- Data Formatting
- Symbologies
- Introduction
- All Symbologies
- Message Length
- Codabar
- Code 39
- Interleaved 2 of 5
- Code 93
- Straight 2 of 5 Industrial
- Matrix 2 of 5
- Code 11
- Code 128
- Telepen
- UPC A
- UPC-A/EAN-13 with Extended Coupon Code
- UPC E0 and UPC E1
- EAN/JAN 13
- EAN/JAN 8
- MSI
- Plessey Code
- RSS Limited
- RSS Expanded
- EAN.UCC Emulation
- China Post Code
- Korea Post Code
- PosiCode A and B
- Codablock F
- Code 16K
- Code 49
- Interface Keys
- Utilities
- To Add a Test Code I.D. Prefix to All Symbologies
- Reset Scanner
- Show Software Revision
- Show Data Format
- Scanner Report
- Scanner Address
- Base Address
- Resetting the Standard Product Default Settings: Current Application Work Group
- Resetting the Standard Product Default Settings: All Application Work Groups
- Temporary Visual Xpress Configuration
- Visual Xpress
- Serial Programming Commands
- Product Specifications
- Maintenance
- Customer Support

2020/3820 User’s Guide 3 - 11
41 start character match for Code 39, 41h = “A”
FF termination string for first code
6A code identifier for Code 128
9999 code length that must match for Code 128, 9999 = all lengths
42 start character match for Code 128, 42h = “B”
FF termination string for second code
69 code identifier for Code 93
9999 code length that must match for Code 93, 9999 = all lengths
43 start character match for Code 93, 43h = “C”
FF termination string for third code
To program the previous example using specific lengths, you would have to
count any programmed prefixes, suffixes, or formatted characters as part of the
length. If you use the example on page 3-10, but assume a <CR> suffix and
specific code lengths, you would use the following command line:
SEQBLK62001241FF6A001342FF69001243FF
The breakdown of the command line is shown below:
SEQBLK sequence editor start command
62 code identifier for Code 39
0012 A - Code 39 sample length (11) plus CR suffix (1) = 12
41 start character match for Code 39, 41h = “A”
FF termination string for first code
6A code identifier for Code 128
0013 B - Code 128 sample length (12) plus CR suffix (1) = 13
42 start character match for Code 128, 42h = “B”
FF termination string for second code
69 code identifier for Code 93
0012 C - Code 93 sample length (11) plus CR suffix (1) = 12
43 start character match for Code 93, 43h = “C”
FF termination string for third code