User's Manual
Table Of Contents
- 手冊介紹
- Regulatory Compliance Statements
- Laser Information
- LED Information
- Battery Notice
- Adapter Notice
- Hearing Damage Warning
- 全球支援
- North America
- Warranty Policy
- 1.1產品配備清單
- 1.2 產品介紹
- 1.3 規格
- 1.4 安裝與連線
- 1.5 電池充電
- 1.6 掃描器LED和嗶聲說明
- 2.1 BT HID
- 2.2 BT SPP
- 3.1 所有碼製
- 3.2 MSI / UK Plessey code
- 3.3 Code93 / Telepen / IATA
- 3.4 Interleaved 2 of 5 / Code 11
- 3.5 Industrial 2 of 5 / Matrix 2 of 5
- 3.6 Codabar
- 3.7 ABC Codabar, CX Codabar
- 3.8 Code 39 (Full ASCII/Standard) / Code 32
- 3.9 UPC-E
- 3.10 UPC-E(0)&(1) / UPC-E EXPAND
- 3.11 UPC-A
- 3.12 EAN-8
- 3.13 EAN-13 / ISSN / ISBN / ISMN
- 3.14 EAN & UCC128/Code 128
- 3.15 DataBar (RSS)
- 4.1 系統設定
- 4.2 BT Pairing
- 4.3 Output data transmit
- 4.4 BT Config
- 4.5 Beep tone, Terminator
- 4.6 掃描模式
- 4.7 條碼長度設定,同步碼,後同步碼
- 4.8 精確度調整
- 4.9 關機設定
41
© 2016 unitech Electronics Co., Ltd. All rights reserved.
unitech is a registered trademark of unitech Electronics Co.,Ltd
MS912+ 使用者手冊
4.3 Output data transmit
4.3.1 Auto mode
Auto mode
ENABLE DISABLE
When out of range, the scanner will temporarily keep scanned data in its
memory buffer (2K RAM) until the buffer is full. When back in range, the
scanner will send all stored data back to the host.
NOTE: Auto mode will not function when Batch Mode is enabled, or no
connection is made beforehand.
BINARY CHECK CHARACTER
ENABLE DISABLE
Once enabled, a checksum will be added to the end of each data to conduct
Xor calculation. For Bluetooth SPP & USB-VCP, the BCC is 1 byte. For
Bluetooth HID, the BCC are 2 bytes.
Example:
The barcode data is “TEST” with terminator <CR><LF>
1. Bluetooth SPP & USB-VCP:
Data Format = <T> + <E> + <S> + <T> + <CR> + <LF> + <BCC>. BCC =
54h ^ 45h ^ 53h ^ 54h ^ 0Dh ^ 0Ah = 11h
2. Bluetooth HID:
Data Format = <T> + <E> + <S> + <T> + <Enter> + <BCC> BCC = 54h ^
45h ^ 53h ^ 54h ^ E7h = F1h
However, since control character cannot be displayed in Bluetooth HID, BCC
will be converted into 2 bytes of characters.
As a result, the data will be: TEST + <Enter> + F + 1