User's Manual
Table Of Contents
- About This Manual
- Regulatory Compliance Statements
- Laser Information
- LED Information
- Battery Notice
- Adapter Notice
- Hearing Damage Warning
- Worldwide Support
- North America
- Please scan QR Code to visit us :
- Warranty Policy
- 1.1 Package
- 1.2 Scanner Detail
- 1.3 Specifications
- 1.4 Getting Started
- 1.5 Battery Charging
- 1.6 LED Indicator / Beeper Sequence
- 1.7 Display Menu Tree
- 2.1 NFC Pairing with Mobile Devices
- 2.2 BT HID
- 2.3 BT SPP
- 2.4 BT SPP (Slave)
- 2.5 USB SPP
- 3.1 All symbologies
- 3.2 Message Length Description
- 3.3 1D
- 3.3.1 Codabar
- 3.3.2 Code 39
- 3.3.3 Interleaved 2 of 5
- 3.3.4 Code 93
- 3.3.5 Standard 2 of 5 Industrial (three-bar start/stop)
- 3.3.6 Standard 2 of 5 IATA (two-bar start/stop)
- 3.3.7 Matrix 2 of 5
- 3.3.8 Code 11
- 3.3.9 Code 128
- 3.3.10 UPC-A
- 3.3.11 UPC-E0
- 3.3.12 UPC-E1
- 3.3.13 EAN/JAN-13
- 3.3.14 EAN/JAN-8
- 3.3.15 MSI
- 3.3.16 GS1 DataBar Omnidirectional
- 3.3.17 GS1 DataBar Limited
- 3.3.18 GS1 DataBar Expanded
- 3.3.19 PDF 417
- 3.3.20 QR Code
- 3.3.21 Data Matrix
- 3.3.22 MaxiCode
- 3.3.23 Chinese Sensible (Han Xin) Code
- 3.4 2D
- 4.1 System setting
- 4.2 BT pairing
- 4.3 Output data transmit
- 4.4 BT Config
- 4.5 Beep & Vibration
- 4.6 Scan mode / Parameter Selection
- 4.7 Prefix/Suffix selections
- 4.8 Data formatting
- 4.9 Data Validation
- 4.10 Lookup Table Function
- 4.11 Manually set up
- 98 -
MS926 User’s Manual
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 characters up to a string
B9 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 string “s...s.” The cursor is moved forward to
the beginning of the “s...s” string. Syntax = B9nnnns...s where nnnn
stands for the length of the string, and s...s stands for the string to be
matched. The string is made up of hex values for the characters in the
string. Refer to the ASCII Conversion Chart (Code Page 1252), for
decimal, hex and character codes.
B9 Example: Send all characters up to a defined string
Using the bar code above, send all characters up to but not including “AB.”
Command string: B900024142
B9 is the “Send all characters up to a string” command
0002 is the length of the string (2 characters)
41 is the hex value for A
42 is the hex value for B
The data is output as: 1234567890










