Newland NLS-HR12XX-7X User Manual

Newland NLS-HR12XX-7X User Manual

Hand-held barcode scanner
Table of Contents

Advertisement

NLS-HR12XX-7X
Hand-held Barcode Scanner
User Guide

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the NLS-HR12XX-7X and is the answer not in the manual?

Questions and answers

Summary of Contents for Newland NLS-HR12XX-7X

  • Page 1 NLS-HR12XX-7X Hand-held Barcode Scanner User Guide...
  • Page 2 Do not disassemble the device or remove the seal label from the device. Otherwise, Fujian Newland Auto-ID Tech. Co., Ltd. does not assume responsibility for the warranty or replacement.
  • Page 3: Revision History

    Revision History Version Description Date V1.0 Initial release. May 9, 2014...
  • Page 4: Table Of Contents

    Table of Contents Revision History ............................- 3 - Preface ................................1 Introduction..............................1 Chapter Description ............................. 1 Chapter 1 Getting Started ..........................2 Introduction..............................2 Unpacking ..............................2 HR12 Scanner .............................. 2 Connect HR12 to a Host ..........................3 Power on, Power off, Sleep, Reboot ......................
  • Page 5 Command Trigger Mode .................... 错误!未定义书签。 Security Level ............................. 50 Good Read Beep ............................51 Good Read Beep Frequency ....................... 52 Good Read Beep Duration ........................52 Decode Result Notification ......................... 53 Other Settings ............................54 Silent Mode ............................54 Illumination ............................54 Chapter 3 Communication Settings ......................
  • Page 6 Custom Suffix ............................. 76 Enable/Disable Custom Suffix ......................76 Set Custom Suffix ..........................77 Terminating Character Suffix ........................78 Enable/Disable Terminating Character Suffix ..................78 Set Terminating Character Suffix ......................79 Chapter 5 Symbologies ..........................80 Introduction..............................80 Global Settings ............................80 Enable/Disable All Symbologies ......................
  • Page 7 Restore Factory Defaults ........................93 Enable/Disable ISSN ........................... 93 ISBN ................................94 Restore Factory Defaults ........................94 Enable/Disable ISBN ........................... 94 Set ISBN Format ..........................95 UPC-E ................................ 96 Restore Factory Defaults ........................96 Enable/Disable UPC-E ........................96 Transmit Check Digit ..........................96 Add-On Code ............................
  • Page 8 Enable/Disable Deutsche 12 ......................110 Matrix 2 of 5 (European Matrix 2 of 5) ...................... 111 Restore Factory Defaults ........................111 Enable/Disable Matrix 2 of 5 ....................... 111 Check Digit Verification ........................112 Set Length Range for Matrix 2 of 5 ....................113 Industrial 25 ..............................
  • Page 9 Check Digit Verification ........................132 Set Length Range for Code 11 ......................133 Plessey ..............................134 Restore Factory Defaults ........................134 Enable/Disable Plessey ........................134 Check Digit Verification ........................135 Set Length Range for Plessey ......................136 MSI-Plessey ............................. 137 Restore Factory Defaults ........................
  • Page 10: Preface

    Preface Introduction This manual provides detailed instructions for setting up and using the NLS-HR12XX-7X/ NLS-HR12XX-9X hand-held barcode scanner (hereinafter referred to as “HR12 scanner” or “the scanner”). Chapter Description  Chapter 1, Getting Started : This chapter gives a general description of HR12 scanner including its technical parameters.
  • Page 11: Chapter 1 Getting Started

    HR12 scanner is a 1D barcode scanner with excellent performance. Based on the technology independently developed by Newland, HR12 scanner is able to deliver rapid image acquisition and accurate decoding; it can provide customers with best services. HR12 scanner boasts the ergonomical design that ensures easy and comfortable operation.
  • Page 12: Connect Hr12 To A Host

    Connect HR12 to a Host HR12 scanner must be connected to a host device in actual application, such as PC, POS or any intelligent terminal with USB interface. Fig. 1-2...
  • Page 13: Power On, Power Off, Sleep, Reboot

    Power on, Power off, Sleep, Reboot Power on the scanner Connect the scanner to a host device. Then the scanner will be turned on and automatically go into sleep mode. Power off the scanner Disconnect the scanner from the host. Enter the sleep mode If no operation is performed on the scanner for some time, the scanner will automatically enter the sleep state.
  • Page 14: Dimensions (Unit: Mm)

    Dimensions (unit: mm) Left View Fig. 1-3 Front View Fig. 1-4 Top View Fig. 1-5...
  • Page 15: Scanning Instructions

    Scanning Instructions When the HR12 scanner is in the Manual mode (default), you can follow the steps below to scan a barcode: 1. Hold down the trigger. Then the scanner will project a red aiming beam. 2. Aim the red beam across the center of barcode, as shown in Fig.1-6. Release the trigger when the red beam goes off.
  • Page 16 Scan Angle The scanner is designed to function within a certain range of scan angles. Any unreasonable deviation may cause decoding failure. Scan angles of the scanner:  Pitch : ± 60° , 0° Roll and 0° Skew (Fig. 1-7) ...
  • Page 17: Chapter 2 System Settings

    ** Enter Setup Chapter 2 System Settings Introduction There are two ways to configure the scanner: barcode programming and command programming. Barcode Programming The scanner can be configured by scanning programming barcodes. All user programmable features/options are described along with their programming barcodes/commands in the following sections.
  • Page 18: Read Register

    ** Enter Setup Read Register The read register command is used to read the contents of 1 to 256 contiguous registers in the scanner. Syntax: {Prefix1} {Types} {Lens} {Address} {Datas} {FCS} Prefix1 : 0x7E 0x00 (2 bytes) Types : 0x07 (1 byte) Lens : 0x01 (1 byte).
  • Page 19 ** Enter Setup Reply: {Prefix2} {Types} {Lens} {Datas} {FCS} 1) Success message: Prefix2 : 0x02 0x00 Types : 0x00 (success) Lens : Byte count of Datas returned. If Lens=0x00, that means values of 256 contiguous registers are returned. Datas : 0x00~0xFF, data that are returned. : CRC-CCITT checksum.
  • Page 20 ** Enter Setup Example: Read the contents (0x35, 0x36, 0x37) of 3 contiguous registers starting from register 0x0005. 1) Read operation succeeds: Command sent: 0x7e 0x00 0x07 0x01 0x00 0x05 0x03 0xde 0xf6 Message received: 0x02 0x00 0x00 0x03 0x35 0x36 0x37 0x2a 0xba 2) Incorrect FCS: Command sent:...
  • Page 21: Write Register

    ** Enter Setup Write Register The write register command is used to write contiguous registers (1 to 256 registers) in the scanner. Syntax: {Prefix1} {Types} {Lens} {Address} {Datas} {FCS} Prefix1 : 0x7E 0x00 (2 bytes) Types : 0x08 (1 byte) Lens : 0x00~0xFF (1 byte), byte count, i.e.
  • Page 22 ** Enter Setup Reply: {Prefix2} {Types} {Lens} {Datas} {FCS} 1) Success message: Prefix2 : 0x02 0x00 Types : 0x00 (success) Lens : 0x01 Datas : 0x00 : 0x33 0x31 (CRC-CCITT checksum) 2) FCS error message: Prefix2 : 0x02 0x00 Types : 0x01 (incorrect FCS) Lens : 0x01 Datas : 0x00...
  • Page 23 ** Enter Setup Example: Write 0x31, 0x32, 0x33, 0x34 into 4 contiguous registers starting from register 0x000a. 1) Write operation succeeds: Command sent: 0x7e 0x00 0x08 0x04 0x00 0x26 0x31 0x32 0x33 0x34 0xcd 0xa4 Message received: 0x02 0x00 0x00 0x01 0x00 0x33 0x31 2) Incorrect FCS: Command sent: 0x7e 0x00 0x08 0x04 0x00 0x26...
  • Page 24: Enable/Disable Eeprom Write

    ** Enter Setup Enable/Disable EEPROM Write By default, EEPROM write is disabled after the device is powered up. You need to enable it before a write operation and recommendedly disable it afterwards to prevent miswriting. Syntax: {Prefix1} {Types} {Lens} {Address} {Datas} {FCS} Prefix1 : 0x7E 0x00 Types : 0x03 (EEPROM write enable)/ 0x00 (EEPROM write disable) Lens...
  • Page 25 ** Enter Setup Reply: {Prefix2} {Types} {Lens} {Datas} {FCS} 1) Success message: Prefix2 : 0x02 0x00 Types : 0x00 (success) Lens : 0x01 Datas : 0x00 : 0x33 0x31 (CRC-CCITT checksum) 2) FCS error message: Prefix2 : 0x02 0x00 Types : 0x01 (incorrect FCS) Lens : 0x01 Datas : 0x00...
  • Page 26: Write Eeprom

    ** Enter Setup Write EEPROM The scanner has 512 bytes of EEPROM. The EEPROM write command is used to write data to up to 256 addresses. You need to enable EEPROM write before a write operation and recommendedly disable it afterwards to prevent miswriting.
  • Page 27 ** Enter Setup Reply: {Prefix2} {Types} {Lens} {Datas} {FCS} 1) Success message: Prefix2 : 0x02 0x00 Types : 0x00 (success) Lens : 0x01 Datas : 0x00 : 0x33 0x31 (CRC-CCITT checksum) 2) FCS error message: Prefix2 : 0x02 0x00 Types : 0x01 (incorrect FCS) Lens : 0x01 Datas : 0x00...
  • Page 28 ** Enter Setup Example: Write 0x51, 0x52, 0x53, 0x54 into 4 contiguous addresses starting from address 0x0000. 1) Write operation succeeds: Command sent: 0x7e 0x00 0x04 0x04 0x00 0x00 0x51 0x52 0x53 0x54 0xbc 0x17 Message received: 0x02 0x00 0x00 0x01 0x00 0x33 0x31 2) Incorrect FCS: Command sent: 0x7e 0x00 0x04 0x03 0x00 0x00...
  • Page 29: Read Eeprom

    ** Enter Setup Read EEPROM The scanner has 512 bytes of EEPROM. The EEPROM read command is used to read the contents from 1 to 256 contiguous addresses of the EEPROM. Syntax: {Prefix1} {Types} {Lens} {Address} {Datas} {FCS} Prefix1 : 0x7E 0x00 Types : 0x05 Lens : 0x01...
  • Page 30 ** Enter Setup Reply: {Prefix2} {Types} {Lens} {Datas} {FCS} 1) Success message: Prefix2 : 0x02 0x00 Types : 0x00 (success) Lens : Byte count of Datas returned. Datas : 0x00~0xFF, data that are returned. : CRC-CCITT checksum. 2) FCS error message: Prefix2 : 0x02 0x00 Types : 0x01 (incorrect FCS) Lens...
  • Page 31 ** Enter Setup Example: Read the contents (0x35 0x36 0x37) of 3 contiguous EEPROM addresses starting from address 0x0005. 1) Read operation succeeds: Command sent: 0x7e 0x00 0x05 0x01 0x00 0x05 0x03 0x9a 0x75 Message received: 0x02 0x00 0x00 0x03 0x35 0x36 0x37 0x2a 0xba 2) Incorrect FCS:...
  • Page 32: Registers

    ** Enter Setup Registers Register 0x0000 Feature Bit 7 Reserved Bit 6 1: Silent Mode Off 0: Silent Mode On Bit 5-4 Reserved Illumination: Bit 3-2 00: Off 01: On When Scanning 10/11: Always On Scan Mode: Bit 1-0 00: Manual Mode 01: Command Trigger Mode 10: Continuous Mode 11: Sense Mode...
  • Page 33 ** Enter Setup Register 0x0009 Feature Bit 7-2 Reserved Bit 1-0 00: USB DATAPIPE 01: USB HID-KBW 10: USB COM Port Emulation 11: USB HID-POS Register 0x000A Feature Bit 7-5 Reserved Bit 4 0: Allow Rereading Same Barcode 1: Disallow Rereading Same Barcode Bit 3-2 Reserved Security Level...
  • Page 34 ** Enter Setup 0x0019 Register Feature USB Country Keyboard Types 00: U.S. 01: Belgium 02: Brazil 03: Canada 04: Czech 05: Denmark 06: Finland 07: France 08: Austria 09: Greece 0A: Hungary 0B: Israel Bit 7-0 0C: Italy 0D: Latin America 0E: Netherland 0F: Norway 10: Poland...
  • Page 35 ** Enter Setup Register 0x0037-0x33 Feature Bit 39-0 Set Custom Prefix 0x0042-0x3E Register Feature Bit 39-0 Set Custom Suffix 0x004D-0x49 Register Feature Bit 39-0 Set Terminating Character Suffix 0x0061 Register Feature Bit 7-1 Reserved Bit 0 1: Enable Code 128 0: Disable Code 128 Register 0x0062...
  • Page 36 ** Enter Setup 0x0066 Register Feature Bit 7-6 Reserved Bit 5 1: Enable EAN-13 5-digit Add-on Code 0: Disable EAN-13 5-digit Add-on Code Bit 4 1: Enable EAN-13 2-digit Add-on Code 0: Disable EAN-13 2-digit Add-on Code Bit 3 1: EAN-13 Add-on Code Required 0: EAN-13 Add-on Code Not Required Bit 2 1: Transmit EAN-13 Check Digit...
  • Page 37 ** Enter Setup Register 0x006A Feature Bit 7-6 Reserved UPC-E System Character Bit 5-4 01: Do not transmit system character 10/11: Transmit system character Bit 3-2 Reserved UPC-A Preamble Character Bit 1-0 00: No Preamble 01: System Character 10/11: System Character & Country Code Register 0x006B Feature...
  • Page 38 ** Enter Setup Register 0x006E Feature Bit 7-4 Reserved Bit 3 1: Transmit ITF-14 Check Digit 0: Do Not Transmit ITF-14 Check Digit Bit 2 Reserved Bit 1-0 00: Disable ITF-14 01: Decode as Interleaved 2 of 5 10/11: Enable ITF-14 Register 0x006F Feature...
  • Page 39 ** Enter Setup Register 0x0073 Feature Bit 7-4 Reserved Bit 3 1: Transmit Standard 25 Check Digit 0: Do Not Transmit Standard 25 Check Digit Bit 2 1: Enable Standard 25 Check Digit 0: Disable Standard 25 Check Digit Bit 1 Reserved Bit 0 1: Enable Standard 25...
  • Page 40 ** Enter Setup Register 0x0076 Feature Bit 7-4 Reserved Bit 3 1: Transmit Code 93 Check Digit 0: Do Not Transmit Code 93 Check Digit Bit 2 1: Enable Code 93 Check Digit 0: Disable Code 93 Check Digit Bit 1 Reserved Bit 0 1: Enable Code 93...
  • Page 41 ** Enter Setup Register 0x0079 Feature Bit 7-5 Reserved Bit 4 1: Transmit MSI-Plessey Check Digit 0: Do Not Transmit MSI-Plessey Check Digit MSI-Plessey Check Digit Verification: 00: Disable Bit 3-2 01: One Check Digit, MOD10 10: Two Check Digits, MOD10/MOD10 11: Two Check Digits, MOD10/MOD11 Bit 1 Reserved...
  • Page 42 ** Enter Setup Register 0x0080 Feature Bit 7-0 Set Code 128 Maximum Length 0x0081 Register Feature Bit 7-0 Set Code 128 Minimum Length 0x0082 Register Feature Bit 7-0 Set UCC/EAN-128 Maximum Length Register 0x0083 Feature Bit 7-0 Set UCC/EAN-128 Minimum Length Register 0x0084 Feature...
  • Page 43 ** Enter Setup Register 0x008A Feature Bit 7-0 Set Industrial 25 Maximum Length 0x008B Register Feature Bit 7-0 Set Industrial 25 Minimum Length 0x008C Register Feature Bit 7-0 Set Standard 25 Maximum Length Register 0x008D Feature Bit 7-0 Set Standard 25 Minimum Length Register 0x008E Feature...
  • Page 44 ** Enter Setup Register 0x0094 Feature Bit 7-0 Set Code 11 Maximum Length 0x0095 Register Feature Bit 7-0 Set Code 11 Minimum Length 0x0096 Register Feature Bit 7-0 Set Plessey Maximum Length Register 0x0097 Feature Bit 7-0 Set Plessey Minimum Length Register 0x0098 Feature...
  • Page 45 ** Enter Setup Register 0x00A9, 0x00A8 Feature Set EAN-8 Code ID Bit 15-0 ASCII value of one or two English letters (lower or upper case) Register 0x00AB, 0x00AA Feature Set EAN-13 Code ID Bit 15-0 ASCII value of one or two English letters (lower or upper case) 0x00AD, 0x00AC Register Feature...
  • Page 46 ** Enter Setup Register 0x00B9, 0x00B8 Feature Set ITF-14 Code ID Bit 15-0 ASCII value of one or two English letters (lower or upper case) Register 0x00BB, 0x00BA Feature Set Deutsche 14 Code ID Bit 15-0 ASCII value of one or two English letters (lower or upper case) 0x00BD, 0x00BC Register Feature...
  • Page 47 ** Enter Setup 0x00C7, 0x00C6 Register Feature Set Codabar Code ID Bit 15-0 ASCII value of one or two English letters (lower or upper case) Register 0x00C9, 0x00C8 Feature Set Code 93 Code ID Bit 15-0 ASCII value of one or two English letters (lower or upper case) Register 0x00CB, 0x00CA Feature...
  • Page 48: Enable/Disable Barcode Programming

    ** Enter Setup Enable/Disable Barcode Programming Scanning the Enter Setup/Exit Setup barcode can enable/disable barcode programming. After barcode programming is enabled, you can scan a number of programming barcodes to configure your scanner. Barcode programming is on by default. In real application, programming barcodes hardly overlap with non-programming barcodes, so it is unnecessary to disable barcode programming each time you finish the configuration.
  • Page 49: Factory Defaults

    ** Enter Setup Factory Defaults Scanning the following barcode can restore the scanner to the factory defaults. You may need to reset your scanner when: 1. scanner is not properly configured so that it fails to decode barcodes; 2. you forget previous configuration and want to avoid its impact; 3.
  • Page 50: Scan Mode

    ** Enter Setup Scan Mode Manual Mode Manual Mode (default): A trigger pull activates a decode session. The decode session continues until the barcode is decoded or the trigger is released or the decode session timeout expires. ** Manual Mode Decode Session Timeout: This parameter sets the maximum time decode session continues during a scan attempt.
  • Page 51: Continuous Mode

    ** Enter Setup Continuous Mode Continuous Mode: A trigger press activates the scanner to scan and decode at user-specified intervals, i.e. the timeout between decodes. Each decode session lasts until barcode is decoded or the decode session timeout expires. To suspend/resume the operation, simply press the trigger. By default, the scanner rereads same barcode with no delay.
  • Page 52 ** Enter Setup Timeout between Decodes:This parameter sets the timeout between decode sessions. When a decode session ends, next session will not happen until the timeout between decodes expires. It is programmable in 0.1s increments from 0.0s to 25.5s. The default timeout is 1.0s. Timeout between Decodes Example: Set the timeout between decodes to 5s Scan the Enter Setup barcode.
  • Page 53 ** Enter Setup Reread Delay sets the time period before the scanner can read the same barcode a second time. It protects against accidental rereads of the same barcode. This parameter is programmable in 0.1s increments from 0.1s to 25.5s. The default delay is 3.0s. If the parameter is set to 0, the delay is infinite. Note: This parameter only applies when the Reread Same Barcode with a Delay is enabled.
  • Page 54: Sense Mode

    ** Enter Setup Sense Mode Sense Mode: The scanner activates a decode session every time when it detects a change in ambient illumination and meets the requirement of the image stabilization timeout. Decode session continues until barcode is decoded or the decode session timeout expires. A trigger pull can also activate a decode session.
  • Page 55 ** Enter Setup Image Stabilization Timeout: The scanner waits for the image stabilization timeout to expire before activating a decode session every time it detects a change in ambient illumination. This parameter is programmable in 0.1s increments from 0.0s to 25.5s. The default timeout is 0.4s. Image Stabilization Timeout Example: Set the Image Stabilization Timeout to 5s Scan the Enter Setup barcode.
  • Page 56 ** Enter Setup Reread Delay sets the time period before the scanner can read the same barcode a second time. It protects against accidental rereads of the same barcode. This parameter is programmable in 0.1s increments from 0.1s to 25.5s. The default delay is 3.0s. If the parameter is set to 0, the delay is infinite. Note: This parameter only applies when the Reread Same Barcode with a Delay is enabled.
  • Page 57 ** Enter Setup Sensitivity: This parameter specifies the degree of acuteness of the scanner’s response to changes in ambient illumination. The higher the sensitivity, the lower requirement in illumination change to trigger the scanner. You can select an appropriate degree of sensitivity that fits the ambient environment. High Sensitivity ** Medium Sensitivity ** Medium Sensitivity...
  • Page 58: Command Trigger Mode

    ** Enter Setup Command Trigger Mode Command Trigger Mode: Decode session is activated by a host command. The decode session continues until the barcode is decoded or the decode session timeout expires. Command Trigger Mode Decode Session Timeout: This parameter sets the maximum time decode session continues during a scan attempt.
  • Page 59: Security Level

    ** Enter Setup Security Level This parameter specifies the number of times to decode a barcode during a scan attempt. The higher the security level, the lower the error rate and decoding efficiency. ** Set Security Level to 0 Set Security Level to 1 Set Security Level to 2 Set Security Level to 3 Exit Setup...
  • Page 60: Good Read Beep

    ** Enter Setup Good Read Beep ** Good Read Beep On Good Read Beep Off Exit Setup...
  • Page 61: Good Read Beep Frequency

    ** Enter Setup Good Read Beep Frequency ** Medium High Good Read Beep Duration 40ms **80ms 120ms Exit Setup...
  • Page 62: Decode Result Notification

    ** Enter Setup Decode Result Notification When enabled, if a barcode does not decode, “F” is transmitted; if a barcode is decoded, “S” is appended to the barcode data as the most left character. Enable Decode Result Notification ** Disable Decode Result Notification Exit Setup...
  • Page 63: Other Settings

    ** Enter Setup Other Settings You can change the following parameter settings temporarily and the changes will be lost when you power down or reboot the scanner. Silent Mode Silent Mode On ** Silent Mode Off Note: This feature is only applicable to decode beep and will be automatically disabled when the scanner is powered down or rebooted.
  • Page 64: Chapter 3 Communication Settings

    ** Enter Setup Chapter 3 Communication Settings Introduction The scanner provides a USB interface to communicate with the host device. The host device can receive scanned data and send commands to control the scanner or to access/alter the configuration information of the scanner via the USB interface.
  • Page 65: Standard Keyboard

    ** Enter Setup Standard Keyboard When the USB HID-KBW feature is enabled, the scanner selects Standard Keyboard by default. Besides that, the other two options are provided: Emulate ALT+Keypad and Function Key Mapping. ** Standard Keyboard Emulate ALT+Keypad When Emulate ALT+Keypad is enabled, any ASCII character (0x00 - 0xFF) is sent over the numeric keypad no matter which keyboard type is selected.
  • Page 66: Function Key Mapping

    ** Enter Setup Function Key Mapping When Function Key Mapping is enabled, function character (0x00 - 0x1F) are sent as ASCII sequences over the numeric keypad. CTRL Make Press function key (Refer to the ASCII Function Key Mapping Table on the following page) CTRL Break Function Key Mapping Exit Setup...
  • Page 67: Ascii Function Key Mapping Table

    ** Enter Setup ASCII Function Key Mapping Table ASCII Value ASCII Value Function Key Function Key (HEX) (HEX) Exit Setup...
  • Page 68: Usb Country Keyboard Types

    ** Enter Setup USB Country Keyboard Types Keyboard layouts vary from country to country. All supported keyboard types are listed below. ** 1 - U.S. 2 - Belgium 3 - Brazil 4 - Canada 5 - Czech 6 - Denmark 7 - Finland 8 - France Exit Setup...
  • Page 69 ** Enter Setup 9 - Austria 10 - Greece 11 - Hungary 12 - Israel 13 - Italy 14 - Latin America 15 - Netherland 16 - Norway 17 - Poland 18 - Portugal Exit Setup...
  • Page 70 ** Enter Setup 19 - Romania 20 - Russia 21 - Slovakia 22 - Spain 23 - Sweden 24 - Switzerland 25 - Turkey1 26 - Turkey2 27 - UK 28 - Japan Exit Setup...
  • Page 71: Inter-Keystroke Delay

    ** Enter Setup Inter-Keystroke Delay This parameter specifies the delay between emulated keystrokes. ** No Delay Short Delay (5ms) Medium Delay (10ms) Long Delay (15ms) Exit Setup...
  • Page 72: Convert Case

    ** Enter Setup Convert Case This parameter is valid when the Standard Keyboard or Function Key Mapping is enabled. ** No Case Conversion Convert All to Upper Case Convert All to Lower Case Invert Upper and Lower Case Characters Example: When the Convert All to Lower Case feature is enabled, barcode data “AbC” is transmitted as “abc”.
  • Page 73: Emulate Numeric Keypad

    ** Enter Setup Emulate Numeric Keypad When this feature is disabled, sending barcode data is emulated as keystroke(s) on main keyboard. To enable this feature, scan the Emulate Numeric Keypad barcode. Sending a number (0-9) is emulated as keystroke on numeric keypad, whereas sending other character like “+”, “_”, “*” , “/” and “.” is still emulated as keystroke on main keyboard.
  • Page 74: Usb Com Port Emulation

    ** Enter Setup USB COM Port Emulation This feature allows the host to receive data in the way as a serial port does. However, you need to set communication parameters on the scanner to match the Host requirements. A driver is required for this feature.
  • Page 75: Usb Datapipe

    ** Enter Setup USB DataPipe A driver is required when using this protocol to communicate with the scanner. USB DataPipe Exit Setup...
  • Page 76: Hid-Pos

    ** Enter Setup HID-POS The HID-POS interface is recommended for new application programs. It can send up to 56 characters in a single USB report and appears more efficient than USB HID-KBW. Features:  HID based, no custom driver required. ...
  • Page 77: Access The Scanner With Your Program

    USB uses VID (Vendor ID) and PID (Product ID) to identify and locate a device. The VID is assigned by USB Implementers Forum. Newland’s vendor ID is 1EAB (Hex). A range of PIDs are used for each Newland product family. Every PID contains a base number and interface type (keyboard, COM port, etc.).
  • Page 78: Chapter 4 Data Formatting

    ** Enter Setup Chapter 4 Data Formatting Introduction After a successful barcode read, a string containing numbers, letters or symbols will be returned. In real applications, barcode data may be found insufficient for your needs. You may wish to include additional information such as barcode type, data acquisition time or delimiter in data being scanned.
  • Page 79: Custom Prefix

    ** Enter Setup Custom Prefix Enable/Disable Custom Prefix If custom prefix is enabled, you are allowed to append to the data a user-defined prefix that cannot exceed 5 characters. For example, if barcode data is “123” and custom prefix is “AB”, the Host will receive “AB123”. Enable Custom Prefix ** Disable Custom Prefix Set Custom Prefix...
  • Page 80: Aim Id Prefix

    ** Enter Setup AIM ID Prefix AIM (Automatic Identification Manufacturers) ID defines symbology identifier (For the details, see the AIM ID Table section in Appendix). If AIM ID prefix is enabled, the scanner will add the symbology identifier before the scanned data after decoding. Enable AIM ID Prefix ** Disable AIM ID Prefix Exit Setup...
  • Page 81: Code Id Prefix

    ** Enter Setup CODE ID Prefix Code ID can also be used to identify barcode type. Unlike AIM ID, Code ID is user programmable. For the information of default Code ID, see the Code ID Table section in Appendix. Enable CODE ID Prefix ** Disable CODE ID Prefix Restore All Default Code IDs Restore All Default Code IDs...
  • Page 82 ** Enter Setup Set Code ID Barcodes Set Code 128 Code ID Set UCC/EAN-128 Code ID Set AIM 128 Code ID Set EAN-8 Code ID Set EAN-13 Code ID Set ISSN Code ID Set ISBN Code ID Set UPC-E Code ID Exit Setup...
  • Page 83 ** Enter Setup Set Code ID Barcodes (continued) Set UPC-A Code ID Set Interleaved 2 of 5 Code ID Set ITF-6 Code ID Set ITF-14 Code ID Set Deutsche 14 Code ID Set Deutsche 12 Code ID Set Matrix 2 of 5 Code ID Set Industrial 25 Code ID Exit Setup...
  • Page 84 ** Enter Setup Set Code ID Barcodes (continued) Set Standard 25 Code ID Set Code 39 Code ID Set Codabar Code ID Set Code 93 Code ID Set Code 11 Code ID Set Plessey Code ID Set MSI-Plessey Code ID RSS-14 Code ID RSS-Limited...
  • Page 85: Custom Suffix

    ** Enter Setup Custom Suffix Enable/Disable Custom Suffix If custom suffix is enabled, you are allowed to append to the data a user-defined suffix that cannot exceed 5 characters. For example, if barcode data is “123” and custom suffix is “AB”, the Host will receive “123AB”. Enable Custom Suffix ** Disable Custom Suffix Exit Setup...
  • Page 86: Set Custom Suffix

    ** Enter Setup Set Custom Suffix To set a custom suffix, scan the Set Custom Suffix barcode, the numeric barcodes corresponding to the hexadecimal value of a desired suffix and the Save barcode. Note: A custom suffix cannot exceed 5 characters. Set Custom Suffix Example: Set the custom suffix to “AGE”...
  • Page 87: Terminating Character Suffix

    ** Enter Setup Terminating Character Suffix A terminating character, such as carriage return (CR) and line feed (LF), can be used to mark the end of data, which means nothing can be added after it. A terminating character suffix cannot exceeed 5 characters. Enable/Disable Terminating Character Suffix To enable/disable terminating character suffix, scan the appropriate barcode below.
  • Page 88: Set Terminating Character Suffix

    ** Enter Setup Set Terminating Character Suffix The scanner provides a shortcut for setting the terminating character suffix to 0x0D (CR) or 0x0D,0x0A (CRLF) or 0x09 (Horizontal Tab) by scanning the following barcode. Terminating Character 0x0D Terminating Character 0x0D,0x0A Terminating Character 0x09 Set Terminating Character Suffix To set other terminating character suffix, scan the Set Terminating Character Suffix barcode, the numeric barcodes corresponding to the hexadecimal value of a desired terminating character, and the...
  • Page 89: Chapter 5 Symbologies

    ** Enter Setup Chapter 5 Symbologies Introduction Every symbology (barcode type) has its own unique attributes. This chapter provides programming barcodes for configuring the scanner so that it can identify various barcode symbologies. It is recommended to disable those that are rarely used to increase the efficiency of the scanner. Global Settings Enable/Disable All Symbologies If all symbologies are disabled, the scanner can only identify programming barcodes.
  • Page 90: Code 128

    ** Enter Setup Code 128 Restore Factory Defaults Restore the Factory Defaults of Code 128 Enable/Disable Code 128 ** Enable Code 128 Disable Code 128 Exit Setup...
  • Page 91: Set Length Range For Code 128

    ** Enter Setup Set Length Range for Code 128 The scanner can be configured to only decode Code 128 barcodes with lengths that fall between (inclusive) the minimum and maximum lengths. The supported maximum length is 255 characters. If minimum length is set to be greater than maximum length, the scanner only decodes Code 128 barcodes with either the minimum or maximum length.
  • Page 92: Ucc/Ean-128

    ** Enter Setup UCC/EAN-128 Restore Factory Defaults Restore the Factory Defaults of UCC/EAN-128 Enable/Disable UCC/EAN-128 ** Enable UCC/EAN-128 Disable UCC/EAN-128 Decode as Code 128 Exit Setup...
  • Page 93: Set Length Range For Ucc/Ean-128

    ** Enter Setup Set Length Range for UCC/EAN-128 The scanner can be configured to only decode UCC/EAN-128 barcodes with lengths that fall between (inclusive) the minimum and maximum lengths. The supported maximum length is 255 characters. If minimum length is set to be greater than maximum length, the scanner only decodes UCC/EAN-128 barcodes with either the minimum or maximum length.
  • Page 94: Aim 128

    ** Enter Setup AIM 128 Restore Factory Defaults Restore the Factory Defaults of AIM 128 Enable/Disable AIM 128 Enable AIM 128 ** Disable AIM 128 Decode as Code 128 Exit Setup...
  • Page 95: Set Length Range For Aim 128

    ** Enter Setup Set Length Range for AIM 128 The scanner can be configured to only decode AIM 128 barcodes with lengths that fall between (inclusive) the minimum and maximum lengths. The supported maximum length is 255 characters. If minimum length is set to be greater than maximum length, the scanner only decodes AIM 128 barcodes with either the minimum or maximum length.
  • Page 96: Restore Factory Defaults

    ** Enter Setup EAN-8 Restore Factory Defaults Restore the Factory Defaults of EAN-8 Enable/Disable EAN-8 ** Enable EAN-8 Disable EAN-8 Transmit Check Digit EAN-8 is 8 digits in length with the last one as its check digit used to verify the integrity of the data. ** Transmit EAN-8 Check Digit Do Not Transmit EAN-8 Check Digit Exit Setup...
  • Page 97: Add-On Code

    ** Enter Setup Add-On Code An EAN-8 barcode can be augmented with a two-digit or five-digit add-on code to form a new one. In the examples below, the part surrounded by blue dotted line is an EAN-8 barcode while the part circled by red dotted line is add-on code.
  • Page 98: Add-On Code Required

    ** Enter Setup Add-On Code Required This parameter is only valid when Enable 2-Digit Add-On Code and/or Enable 5-Digit Add-On Code is selected. EAN-8 Add-On Code Required ** EAN-8 Add-On Code Not Required EAN-8 Extension Disable EAN-8 Zero Extend: Transmit EAN-8 barcodes as is. Enable EAN-8 Zero Extend: Add five leading zeros to decoded EAN-8 barcodes to extend to13 digits.
  • Page 99: Restore Factory Defaults

    ** Enter Setup EAN-13 Restore Factory Defaults Restore the Factory Defaults of EAN-13 Enable/Disable EAN-13 ** Enable EAN-13 Disable EAN-13 Transmit Check Digit EAN-13 is 13 digits in length with the last one as its check digit used to verify the integrity of the data. ** Transmit EAN-13 Check Digit Do Not Transmit EAN-13 Check Digit Exit Setup...
  • Page 100: Add-On Code

    ** Enter Setup Add-On Code An EAN-13 barcode can be augmented with a two-digit or five-digit add-on code to form a new one. In the examples below, the part surrounded by blue dotted line is an EAN-13 barcode while the part circled by red dotted line is add-on code.
  • Page 101: Add-On Code Required

    ** Enter Setup Add-On Code Required This parameter is only valid when Enable 2-Digit Add-On Code and/or Enable 5-Digit Add-On Code is selected. EAN-13 Add-On Code Required ** EAN-13 Add-On Code Not Required Exit Setup...
  • Page 102: Issn

    ** Enter Setup ISSN Restore Factory Defaults Restore the Factory Defaults of ISSN Enable/Disable ISSN Enable ISSN ** Disable ISSN Decode as EAN-13 Exit Setup...
  • Page 103: Isbn

    ** Enter Setup ISBN Restore Factory Defaults Restore the Factory Defaults of ISBN Enable/Disable ISBN Enable ISBN ** Disable ISBN Decode as EAN-13 Exit Setup...
  • Page 104: Set Isbn Format

    ** Enter Setup Set ISBN Format ** ISBN-13 ISBN-10 Exit Setup...
  • Page 105: Upc-E

    ** Enter Setup UPC-E Restore Factory Defaults Restore the Factory Defaults of UPC-E Enable/Disable UPC-E ** Enable UPC-E Disable UPC-E Transmit Check Digit UPC-E is 8 digits in length with the last one as its check digit used to verify the integrity of the data. ** Transmit UPC-E Check Digit Do Not Transmit UPC-E Check Digit Exit Setup...
  • Page 106: Add-On Code

    ** Enter Setup Add-On Code A UPC-E barcode can be augmented with a two-digit or five-digit add-on code to form a new one. In the examples below, the part surrounded by blue dotted line is a UPC-E barcode while the part circled by red dotted line is add-on code.
  • Page 107: Add-On Code Required

    ** Enter Setup Add-On Code Required This parameter is only valid when Enable 2-Digit Add-On Code and/or Enable 5-Digit Add-On Code is selected. UPC-E Add-On Code Required ** UPC-E Add-On Code Not Required Transmit System Character The first character of UPC-E barcode is the system character. Do Not Transmit System Character ** Transmit System Character Exit Setup...
  • Page 108: Upc-E Extension

    ** Enter Setup UPC-E Extension Disable UPC-E Extend: Transmit UPC-E barcodes as is. Enable UPC-E Extend: Extend UPC-E barcodes to make them compatible in length to UPC-A. Convert UPC-E to UPC-A: Extend UPC-E barcodes to make them compatible in format to UPC-A. Enable UPC-E Extend **Disable UPC-E Extend Convert UPC-E to UPC-A...
  • Page 109: Upc-A

    ** Enter Setup UPC-A Restore Factory Defaults Restore the Factory Defaults of UPC-A Enable/Disable UPC-A ** Enable UPC-A Disable UPC-A Decode as EAN-13 Exit Setup...
  • Page 110: Transmit Check Digit

    ** Enter Setup Transmit Check Digit UPC-A is 13 digits in length with the last one as its check digit used to verify the integrity of the data. ** Transmit UPC-A Check Digit Do Not Transmit UPC-A Check Digit Transmit Preamble Character Preamble characters (Country Code and System Character) can be transmitted as part of a UPC-A barcode.
  • Page 111: Add-On Code

    ** Enter Setup Add-On Code A UPC-A barcode can be augmented with a two-digit or five-digit add-on code to form a new one. In the examples below, the part surrounded by blue dotted line is a UPC-A barcode while the part circled by red dotted line is add-on code.
  • Page 112: Add-On Code Required

    ** Enter Setup Add-On Code Required This parameter is only valid when Enable 2-Digit Add-On Code and/or Enable 5-Digit Add-On Code is selected. UPC-A Add-On Code Required ** UPC-A Add-On Code Not Required Exit Setup...
  • Page 113: Interleaved 2 Of 5

    ** Enter Setup Interleaved 2 of 5 Restore Factory Defaults Restore the Factory Defaults of Interleaved 2 of 5 Enable/Disable Interleaved 2 of 5 ** Enable Interleaved 2 of 5 Disable Interleaved 2 of 5 Exit Setup...
  • Page 114: Check Digit Verification

    ** Enter Setup Check Digit Verification A check digit is optional for Interleaved 2 o 5 and can be added as the last digit. It is a calculated value used to verify the integrity of the data. Disable: The scanner transmits Interleaved 2 of 5 barcodes as is. Do Not Transmit Check Digit After Verification: The scanner checks the integrity of all Interleaved 2 of 5 barcodes to verify that the data complies with the check digit algorithm.
  • Page 115: Set Length Range For Interleaved 2 Of 5

    ** Enter Setup Set Length Range for Interleaved 2 of 5 The scanner can be configured to only decode Interleaved 2 of 5 barcodes with lengths that fall between (inclusive) the minimum and maximum lengths. The supported maximum length is 255 characters. If minimum length is set to be greater than maximum length, the scanner only decodes Interleaved 2 of 5 barcodes with either the minimum or maximum length.
  • Page 116: 107

    ** Enter Setup ITF-6 ITF-6 is a special kind of Interleaved 2 of 5 with a length of 6 characters and the last character as the check character. Restore Factory Defaults Restore the Factory Defaults of ITF-6 Enable/Disable ITF-6 By default, ITF-6 is decoded as Interleaved 2 of 5. Disable ITF-6 Enable ITF-6 But Do Not Transmit Check Digit Enable ITF-6 and Transmit Check Digit...
  • Page 117: 108

    ** Enter Setup ITF-14 ITF-14 is a special kind of Interleaved 2 of 5 with a length of 14 characters and the last character as the check character. Restore Factory Defaults Restore the Factory Defaults of ITF-14 Enable/Disable ITF-14 By default, ITF-14 is decoded as Interleaved 2 of 5. Disable ITF-14 Enable ITF-14 But Do Not Transmit Check Digit Enable ITF-14 and Transmit Check Digit...
  • Page 118: Deutsche 14

    ** Enter Setup Deutsche 14 Restore Factory Defaults Restore the Factory Defaults of Deutsche 14 Enable/Disable Deutsche 14 By default, Deutsche 14 is decoded as Interleaved 2 of 5. Disable Deutsche 14 Enable Deutsche 14 But Do Not Transmit Check Digit Enable Deutsche 14 and Transmit Check Digit Note: It is advised not to enable Deutsche 14 unless necessary, because Deutsche 14, ITF-14 and Interleaved 2 of 5 use the same encoding method and enabling them at the same time can easily cause...
  • Page 119: Deutsche 12

    ** Enter Setup Deutsche 12 Restore Factory Defaults Restore the Factory Defaults of Deutsche 12 Enable/Disable Deutsche 12 By default, Deutsche 12 is decoded as Interleaved 2 of 5. Disable Deutsche 12 Enable Deutsche 12 But Do Not Transmit Check Digit Enable Deutsche 12 and Transmit Check Digit Note: It is advised not to enable Deutsche 12 unless necessary, because Deutsche 12, ITF-12 and Interleaved 2 of 5 use the same encoding method and enabling them at the same time can easily cause...
  • Page 120: Matrix 2 Of 5 (European Matrix 2 Of 5)

    ** Enter Setup Matrix 2 of 5 (European Matrix 2 of 5) Restore Factory Defaults Restore the Factory Defaults of Matrix 2 of 5 Enable/Disable Matrix 2 of 5 ** Enable Matrix 2 of 5 Disable Matrix 2 of 5 Exit Setup...
  • Page 121: Check Digit Verification

    ** Enter Setup Check Digit Verification A check digit is optional for Matrix 2 of 5 and can be added as the last digit. It is a calculated value used to verify the integrity of the data. Disable: The scanner transmits Matrix 2 of 5 barcodes as is. Do Not Transmit Check Digit After Verification: The scanner checks the integrity of all Matrix 2 of 5 barcodes to verify that the data complies with the check digit algorithm.
  • Page 122: Set Length Range For Matrix 2 Of 5

    ** Enter Setup Set Length Range for Matrix 2 of 5 The scanner can be configured to only decode Matrix 2 of 5 barcodes with lengths that fall between (inclusive) the minimum and maximum lengths. The supported maximum length is 255 characters. If minimum length is set to be greater than maximum length, the scanner only decodes Matrix 2 of 5 barcodes with either the minimum or maximum length.
  • Page 123: Industrial 25

    ** Enter Setup Industrial 25 Restore Factory Defaults Restore the Factory Defaults of Industrial 25 Enable/Disable Industrial 25 ** Enable Industrial 25 Disable Industrial 25 Exit Setup...
  • Page 124: Check Digit Verification

    ** Enter Setup Check Digit Verification A check digit is optional for Industrial 25 and can be added as the last digit. It is a calculated value used to verify the integrity of the data. Disable: The scanner transmits Industrial 25 barcodes as is. Do Not Transmit Check Digit After Verification: The scanner checks the integrity of all Industrial 25 barcodes to verify that the data complies with the check digit algorithm.
  • Page 125: Set Length Range For Industrial 25

    ** Enter Setup Set Length Range for Industrial 25 The scanner can be configured to only decode Industrial 25 barcodes with lengths that fall between (inclusive) the minimum and maximum lengths. The supported maximum length is 255 characters. If minimum length is set to be greater than maximum length, the scanner only decodes Industrial 25 barcodes with either the minimum or maximum length.
  • Page 126: Standard 25

    ** Enter Setup Standard 25 Restore Factory Defaults Restore the Factory Defaults of Standard 25 Enable/Disable Standard 25 ** Enable Standard 25 Disable Standard 25 Exit Setup...
  • Page 127: Check Digit Verification

    ** Enter Setup Check Digit Verification A check digit is optional for Standard 25 and can be added as the last digit. It is a calculated value used to verify the integrity of the data. Disable: The scanner transmits Standard 25 barcodes as is. Do Not Transmit Check Digit After Verification: The scanner checks the integrity of all Standard 25 barcodes to verify that the data complies with the check digit algorithm.
  • Page 128: Set Length Range For Standard 25

    ** Enter Setup Set Length Range for Standard 25 The scanner can be configured to only decode Standard 25 barcodes with lengths that fall between (inclusive) the minimum and maximum lengths. The supported maximum length is 255 characters. If minimum length is set to be greater than maximum length, the scanner only decodes Standard 25 barcodes with either the minimum or maximum length.
  • Page 129: Code 39

    ** Enter Setup Code 39 Restore Factory Defaults Restore the Factory Defaults of Code 39 Enable/Disable Code 39 ** Enable Code 39 Disable Code 39 Exit Setup...
  • Page 130: Check Digit Verification

    ** Enter Setup Check Digit Verification A check digit is optional for Code 39 and can be added as the last digit. It is a calculated value used to verify the integrity of the data. Disable: The scanner transmits Code 39 barcodes as is. Do Not Transmit Check Digit After Verification: The scanner checks the integrity of all Code 39 barcodes to verify that the data complies with the check digit algorithm.
  • Page 131: Transmit Start/Stop Characters

    ** Enter Setup Transmit Start/Stop Characters Code 39 uses an asterisk (*) for both the start and the stop characters. You can choose whether or not to transmit the start/stop characters by scanning the appropriate barcode below. Transmit Start/Stop Characters Do Not Transmit Start/Stop Characters Enable/Disable Code 39 Full ASCII The scanner can be configured to identify all ASCII characters by scanning the appropriate barcode...
  • Page 132: Set Length Range For Code 39

    ** Enter Setup Set Length Range for Code 39 The scanner can be configured to only decode Code 39 barcodes with lengths that fall between (inclusive) the minimum and maximum lengths. The supported maximum length is 255 characters. If minimum length is set to be greater than maximum length, the scanner only decodes Code 39 barcodes with either the minimum or maximum length.
  • Page 133: Codabar

    ** Enter Setup Codabar Restore Factory Defaults Restore the Factory Defaults of Codabar Enable/Disable Codabar ** Enable Codabar Disable Codabar Exit Setup...
  • Page 134: Check Digit Verification

    ** Enter Setup Check Digit Verification A check digit is optional for Codabar and can be added as the last digit. It is a calculated value used to verify the integrity of the data. Disable: The scanner transmits Codabar barcodes as is. Do Not Transmit Check Digit After Verification: The scanner checks the integrity of all Codabar barcodes to verify that the data complies with the check digit algorithm.
  • Page 135: Start/Stop Characters

    ** Enter Setup Start/Stop Characters Transmit Start/Stop Characters Do Not Transmit Start/Stop Characters ** ABCD/ABCD as the Start/Stop Character ABCD/TN*E as the Start/Stop Character abcd/abcd as the Start/Stop Character abcd/tn*e as the Start/Stop Character Exit Setup...
  • Page 136: Set Length Range For Codabar

    ** Enter Setup Set Length Range for Codabar The scanner can be configured to only decode Codabar barcodes with lengths that fall between (inclusive) the minimum and maximum lengths. The supported maximum length is 255 characters. If minimum length is set to be greater than maximum length, the scanner only decodes Codabar barcodes with either the minimum or maximum length.
  • Page 137: Code 93

    ** Enter Setup Code 93 Restore Factory Defaults Restore the Factory Defaults of Code 93 Enable/Disable Code 93 ** Enable Code 93 Disable Code 93 Exit Setup...
  • Page 138: Check Digit Verification

    ** Enter Setup Check Digit Verification Check digits are optional for Code 93 and can be added as the last two digits, which are calculated values used to verify the integrity of the data. Disable: The scanner transmits Code 93 barcodes as is. Do Not Transmit Check Digit After Verification: The scanner checks the integrity of all Code 93 barcodes to verify that the data complies with the check digit algorithm.
  • Page 139: Set Length Range For Code 93

    ** Enter Setup Set Length Range for Code 93 The scanner can be configured to only decode Code 93 barcodes with lengths that fall between (inclusive) the minimum and maximum lengths. The supported maximum length is 255 characters. If minimum length is set to be greater than maximum length, the scanner only decodes Code 93 barcodes with either the minimum or maximum length.
  • Page 140: Code 11

    ** Enter Setup Code 11 Restore Factory Defaults Restore the Factory Defaults of Code 11 Enable/Disable Code 11 Enable Code 11 ** Disable Code 11 Exit Setup...
  • Page 141: Check Digit Verification

    ** Enter Setup Check Digit Verification Check digits are optional for Code 11 and can be added as the last one or two digits, which are calculated values used to verify the integrity of the data. If the Disable option is enabled, the scanner transmits Code 11 barcodes as is. Disable ** One Check Digit, MOD11 Two Check Digits, MOD11/MOD11...
  • Page 142: Set Length Range For Code 11

    ** Enter Setup Set Length Range for Code 11 The scanner can be configured to only decode Code 11 barcodes with lengths that fall between (inclusive) the minimum and maximum lengths. The supported maximum length is 255 characters. If minimum length is set to be greater than maximum length, the scanner only decodes Code 11 barcodes with either the minimum or maximum length.
  • Page 143: Plessey

    ** Enter Setup Plessey Restore Factory Defaults Restore the Factory Defaults of Plessey Enable/Disable Plessey Enable Plessey ** Disable Plessey Exit Setup...
  • Page 144: Check Digit Verification

    ** Enter Setup Check Digit Verification Check digits are optional for Plessey and can be added as the last one or two digits, which are calculated values used to verify the integrity of the data. Disable: The scanner transmits Plessey barcodes as is. Do Not Transmit Check Digit After Verification: The scanner checks the integrity of all Plessey barcodes to verify that the data complies with the check digit algorithm.
  • Page 145: Set Length Range For Plessey

    ** Enter Setup Set Length Range for Plessey The scanner can be configured to only decode Plessey barcodes with lengths that fall between (inclusive) the minimum and maximum lengths. The supported maximum length is 255 characters. If minimum length is set to be greater than maximum length, the scanner only decodes Plessey barcodes with either the minimum or maximum length.
  • Page 146: Msi-Plessey

    ** Enter Setup MSI-Plessey Restore Factory Defaults Restore the Factory Defaults of MSI-Plessey Enable/Disable MSI-Plessey Enable MSI-Plessey ** Disable MSI-Plessey Exit Setup...
  • Page 147: Check Digit Verification

    ** Enter Setup Check Digit Verification Check digits are optional for MSI-Plessey and can be added as the last one or two digits, which are calculated values used to verify the integrity of the data. If the Disable option is enabled, the scanner transmits MSI-Plessey barcodes as is. Disable ** One Check Digit, MOD10 Two Check Digits, MOD10/MOD10...
  • Page 148: Set Length Range For Msi-Plessey

    ** Enter Setup Set Length Range for MSI-Plessey The scanner can be configured to only decode MSI-Plessey barcodes with lengths that fall between (inclusive) the minimum and maximum lengths. The supported maximum length is 255 characters. If minimum length is set to be greater than maximum length, the scanner only decodes MSI-Plessey barcodes with either the minimum or maximum length.
  • Page 149: 140

    ** Enter Setup RSS-14 Restore Factory Defaults Restore the Factory Defaults of RSS-14 Enable/Disable RSS-14 ** Enable RSS-14 Disable RSS-14 Transmit Application Identifier “01” ** Transmit Application Identifier “01” Do Not Transmit Application Identifier “01” Exit Setup...
  • Page 150: Rss-Limited

    ** Enter Setup RSS-Limited Restore Factory Defaults Restore the Factory Defaults of RSS-Limited Enable/Disable RSS-Limited ** Enable RSS-Limited Disable RSS-Limited Transmit Application Identifier “01” ** Transmit Application Identifier “01” Do Not Transmit Application Identifier “01” Exit Setup...
  • Page 151: Rss-Expand

    ** Enter Setup RSS-Expand Restore Factory Defaults Restore the Factory Defaults of RSS-Expand Enable/Disable RSS-Expand ** Enable RSS-Expand Disable RSS-Expand Exit Setup...
  • Page 152: Appendix

    Appendix Factory Defaults Table Parameter Factory Default Remark System Settings Enabled Barcode Programming Do not send Programming Barcode Data Manual Mode Scan Mode 1-255s; 0: infinite. Manual Mode Decode Session Timeout 1-255s; 0: infinite. Decode Session Timeout 1.0s 0.0-25.5s Timeout between Decodes To disable rereads of same Continuous Mode barcode, enable the Reread...
  • Page 153 Parameter Factory Default Remark Communication Settings Other options: DataPipe, USB USB Interface USB HID-KBW COM Port Emulation, HID-POS Input Mode Standard Keyboard USB Country Keyboard Type U.S. USB HID-KBW Inter-Keystroke Delay No delay Convert Case No Conversion Emulate Numeric Keypad Disabled Data Formatting Prefix Sequence...
  • Page 154 Parameter Factory Default Remark Code 128 Code 128 Enabled No less than 1 (including check Minimum Length digit) Maximum Length ( ) UCC/EAN-128 GS1-128 UCC/EAN-128 Enabled No less than 1 (including check Minimum Length digit) Maximum Length AIM 128 AIM 128 Disabled No less than 1 (including check Minimum Length...
  • Page 155 Parameter Factory Default Remark UPC-E UPC-E Enabled Check Digit Transmit 2-Digit Add-On Code Disabled 5-Digit Add-On Code Disabled Add-On Code Not required Extend to UPC-A Disabled System Character Transmit UPC-A UPC-A Enabled Check Digit Transmit 2-Digit Add-On Code Disabled 5-Digit Add-On Code Disabled Add-On Code Not required...
  • Page 156 Parameter Factory Default Remark Matrix 2 of 5 Matrix 2 of 5 Enabled Check Digit Verification Disabled Check Digit Do not transmit No less than 2 (including check Minimum Length digit) Maximum Length Industrial 25 Industrial 25 Enabled Check Digit Verification Disabled Check Digit Do not transmit...
  • Page 157 Parameter Factory Default Remark Codabar Codabar Enabled Check Digit Verification Disabled Check Digit Do not transmit Start/Stop Characters Transmit Start/Stop Character Format ABCD/ABCD No less than 1 (including check Minimum Length digit) Maximum Length Code 93 Code 93 Enabled Check Digit Verification Enabled Check Digit Do not transmit...
  • Page 158 Parameter Factory Default Remark MSI-Plessey MSI-Plessey Disabled Check Digit Verification One check digit, MOD10 Check Digit Do not transmit No less than 2 (including check Minimum Length digit) Maximum Length RSS-14 RSS-14 Enabled AI (Application Identifier) Transmit RSS-Limited RSS-Limited Enabled AI (Application Identifier) Transmit RSS-Expand...
  • Page 159: Aim Id Table

    AIM ID Table Symbology AIM ID Remark Code 128 Standard Code 128 UCC/EAN 128 FNC1 is the character right after the start character (GS1-128) AIM 128 FNC1 is the 2nd character after the start character Standard EAN-8 ]E4….]E1… EAN-8 EAN-8 + 2-Digit Add-On Code ]E4….]E2…...
  • Page 160 Symbology AIM ID Remark Transmit barcodes as is; Full ASCII disabled; no check digit verification One check digit, MOD 43; transmit check digit One check digit, MOD 43; do not transmit check digit Code 39 Full ASCII enabled; no check digit verification Full ASCII enabled;...
  • Page 161: Code Id Table

    Code ID Table Symbology Code ID Code 128 UCC/EAN-128 AIM 128 SETTING 128 EAN-8 EAN-13 ISSN ISBN UPC-E UPC-A Interleaved 2 of 5 ITF-6 ITF-14 Deutsche 14 Deutsche 12 Matrix 2 of 5(European Matrix 2 of 5) Industrial 25 Standard 25 Code 39 Codabar Code 93...
  • Page 162: Ascii Table

    ASCII Table Char (Null char.) (Start of Header) (Start of Text) (End of Text) (End of Transmission) (Enquiry) (Acknowledgment) (Bell) (Backspace) (Horizontal Tab) (Line Feed) (Vertical Tab) (Form Feed) (Carriage Return) (Shift Out) (Shift In) (Data Link Escape) (XON) (Device Control 1) (Device Control 2) (XOFF) (Device Control 3) (Device Control 4)
  • Page 163 Char (Request to Send) (Unit Separator) (Space) (Exclamation Mark) " (Double Quote) (Number Sign) (Dollar Sign) (Percent) & (Ampersand) (Single Quote) (Right / Closing Parenthesis) (Right / Closing Parenthesis) (Asterisk) (Plus) (Comma) (Minus / Dash) (Dot) (Forward Slash) (Colon) (Semi-colon) <...
  • Page 164 Char > (Greater Than) (Question Mark) (AT Symbol) (Left / Opening Bracket) (Back Slash) (Right / Closing Bracket)
  • Page 165 Char (Caret / Circumflex) (Underscore) (Grave Accent) (Left/ Opening Brace) (Vertical Bar) (Right/Closing Brace) (Tilde) (Delete)
  • Page 166: Digit Barcodes

    Digit Barcodes 0 ~ 5...
  • Page 167 6~ 9...
  • Page 168 A ~ F...
  • Page 169: Save/Cancel Barcodes

    Save/Cancel Barcodes After reading numeric barcode(s), you need to scan the Save barcode to save the data. If you scan the wrong digit(s), you can either scan the Cancel the Last Digit barcode and then the correct digit, or scan the Cancel All Digits barcode and then the digits you want.
  • Page 170: F1~F12

    F1~F12 When the USB HID-KBW feature is enabled, scanning one of the following barcodes will send the corresponding function key. F1~F6...
  • Page 171 F7~F12...
  • Page 172 TEL: +31 (0) 345 87 00 33 FAX: +31 (0) 345 87 00 39 Email: sales@newland-id.com WEB: www.newland-id.com Tech Support: tech-support@newland-id.com Newland North America Inc. /北美新大陆有限公司 Address: 46559 Fremont Blvd., Fremont, CA 94538, TEL: 510 490 3888 Fax: 510 490 3887 Email: info@newlandna.com WEB:...

This manual is also suitable for:

Nls-hr1250-70

Table of Contents

Save PDF