background image

 

73

 

 

Check Digit Verification 

A check digit is optional for Interleaved 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 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. Barcodes passing the check will 

be transmitted except the last digit, whereas those failing it will not be transmitted. 

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. Barcodes passing the check will 

be transmitted, whereas those failing it will not be transmitted. 

 

 

 

** Disable

 

 

 

 

Do Not Transmit Check Digit after Verification

 

 

Transmit Check Digit after Verification

 

 

 

 

Содержание NLS-FM30 Series

Страница 1: ...NLS FM30 Series Fixed Mount Barcode Scanner User Guide...

Страница 2: ...unction or design at any time without notice The information contained herein is subject to change without prior notice The products depicted in this manual may include software copyrighted by Fujian...

Страница 3: ...1 Added the Data Port Pinout section in Chapter 6 May 3 2016 V1 1 1 Changed the model number FM25 FM30 to FM3055 FM3050 respectively September 20 2016 V1 2 0 Added a new chapter Chapter 9 Configuring...

Страница 4: ...Port Pinout 7 Dimensions 8 FM3055 Scanner 8 FM3050 Scanner 9 IR Triggering Range 10 Optics 11 Chapter 7 Wiring 12 Chapter 8 Scanning Instructions 14 Reading a Digital Barcode off Mobile Phone 14 Read...

Страница 5: ...oard 48 Function Key Mapping 48 Emulate ALT Keypad 50 USB Country Keyboard Types 51 Chapter 13 Symbologies 54 Introduction 54 Global Settings 54 Disable All Symbologies 54 Enable All Symbologies 54 En...

Страница 6: ...64 ISBN 65 Restore Factory Defaults 65 Enable Disable ISBN 65 Set ISBN Format 65 UPC E 66 Restore Factory Defaults 66 Enable Disable UPC E 66 Transmit Check Digit 66 2 Digit Add On Code 67 5 Digit Ad...

Страница 7: ...y Defaults 80 Enable Disable Standard 25 80 Check Digit Verification 81 Code 39 82 Restore Factory Defaults 82 Enable Disable Code 39 82 Transmit Start Stop Character 82 Enable Disable Code 39 Full AS...

Страница 8: ...ransmit Application Identifier 01 97 RSS Expand 98 Restore Factory Defaults 98 Enable Disable RSS Expand 98 PDF417 99 Restore Factory Defaults 99 Enable Disable PDF417 99 Macro PDF417 99 Data Matrix 1...

Страница 9: ...1 Chapter 1 Standard Configuration 1 FM30 series fixed mount barcode scanner FM3055 FM3050 2 USB cable 3 Quick Start Guide Quick Start...

Страница 10: ...and ask your dealer for a warranty card Note You should check to make sure that everything on the standard configuration list is present and intact after opening the package If any contents are damage...

Страница 11: ...r dealer or Newland customer service center Continued use in this case may result in fire or electric shock Drop damage If the scanner is damaged due to a drop from high place immediately cut off the...

Страница 12: ...ing features 1 Digital barcode data capture Capable of reading 1D and 2D barcodes off mobile phones 2 Printed barcode data capture Capable of reading 1D and 2D barcodes printed on paper 3 Swift scanni...

Страница 13: ...RSS Limited RSS 14 Code 39 Code 11 MSI Plessey Plessey Scan Mode Sense mode Resolution 10mil Light Source White LED Scan Window 31 5mm 46 5mm 38 3mm 60 4mm Symbol Contrast 30 FOV Diagonal 85 Horizont...

Страница 14: ...6 Chapter 6 FM30 Scanner Overview FM3055 Scanner FM3050 Scanner...

Страница 15: ...out PIN Definition Type Description 1 NC Not connected 2 NC Not connected 3 VCC P Power 5V 4 TXD O RS 232 Output 5 RXD I RS 232 Input 6 NC Not connected 7 NC Not connected 8 GND P Ground 9 D I O USB s...

Страница 16: ...8 Dimensions FM3055 Scanner Note M2 self tapping screws should be used when mounting the scanner The part of the screws into the shell of the scanner cannot exceed 7 5mm...

Страница 17: ...9 FM3050 Scanner Note M2 self tapping screws should be used when mounting the scanner The part of the screws into the shell of the scanner cannot exceed 7 5mm...

Страница 18: ...10 IR Triggering Range...

Страница 19: ...11 Optics Horizontal Vertical...

Страница 20: ...e supplied cable s RJ45 connector into the data port on the scanner 2 Plug the cable s RS 232 connector into the RS 232 port on PC 3 Plug the power adapter into the cable s power jack 4 Connect the po...

Страница 21: ...s equipped with a USB interface 1 Plug the supplied cable s RJ45 connector into the data port on the scanner 2 Plug the cable s USB connector into the USB port on PC 3 After 0 5s the scanner will be p...

Страница 22: ...the range of 1cm 5cm 2 For a successful read the scanner will beep After sending the data to the host it will enter standby mode Reading a Barcode Printed on Paper 1 Place the paper close to the scan...

Страница 23: ...sides the barcode programming method the FM30 can also be configured by serial commands sent from the host device Note that communication parameters on the scanner and the host must match so that two...

Страница 24: ...C CCITT checksum 2 bytes Computation sequence Types Lens Address Datas polynomial X16 X12 X5 1 0x1021 initial value 0x0000 The following C language program is provided for reference unsigned int crc_c...

Страница 25: ...of 256 contiguous registers are returned Datas 0x00 0xFF data that are returned FCS CRC CCITT checksum 2 CRC check failure message Prefix2 0x02 0x00 Types 0x01 CRC check failure Lens 0x01 Datas 0x00 F...

Страница 26: ...x7E 0x00 0x07 0x01 0x00 0x0A 0x01 0x11 0x22 Message received 0x02 0x00 0x01 0x01 0x00 0x04 0x01 3 Situations that may cause the scanner to respond with an invalid command message Command sent is short...

Страница 27: ...te byte count i e number of registers written When Lens 0x00 256 contiguous registers are to be written Address 0x0000 0xFFFF 2 bytes starting register address Datas 0x00 0xFF 1 256 bytes data to be w...

Страница 28: ...0 unsigned int crc_cal_by_bit unsigned char ptr unsigned int len unsigned int crc 0 while len 0 for unsigned char i 0x80 i 0 i 2 crc 2 if crc 0x10000 0 crc 0x11021 if ptr i 0 crc 0x1021 ptr return crc...

Страница 29: ...01 Datas 0x00 FCS CRC CCITT checksum 0x33 0x31 2 CRC check failure message Prefix2 0x02 0x00 Types 0x01 CRC check failure Lens 0x01 Datas 0x00 FCS CRC CCITT checksum 0x04 0x01 3 Invalid command messag...

Страница 30: ...0x00 0x08 0x01 0x00 0x0A 0x3E 0x11 0x22 Message received 0x02 0x00 0x01 0x01 0x00 0x04 0x01 3 Situations that may cause the scanner to respond with an invalid command message Command sent is shorter t...

Страница 31: ...0x00 Types 0x09 Lens 0x01 Address 0x0000 Datas 0x00 FCS CRC CCITT checksum 0xDE 0xC8 Reply Prefix2 Types Lens Datas FCS 1 Success message Prefix2 0x02 0x00 Types 0x00 success Lens 0x01 Datas 0x00 FCS...

Страница 32: ...24 3 Invalid command message Prefix2 0x02 0x00 Types 0x03 invalid command Lens 0x01 Datas 0x00 FCS CRC CCITT checksum 0x6A 0x61...

Страница 33: ...ritten the BITPOSITION should be FF 4 DATA Value written to the BITPOSITION The ADDR and DATA in programming command correspond to Address and Datas in serial command respectively 1 If BITPOSITION FF...

Страница 34: ...04 0xTT 0xSS 0xSS Program the timeout between decodes 0x7E 0x00 0x08 0x01 0x00 0x05 0xTT 0xSS 0xSS Program the decode session timeout 0x7E 0x00 0x08 0x01 0x00 0x06 0xTT 0xSS 0xSS Note Red Address of r...

Страница 35: ...Mode Register 0x0002 Bit Feature Bit 7 1 Enable CODE ID prefix for all symbologies 0 Disable CODE ID prefix for all symbologies Bit 6 1 Enable decode result notification 0 Disable decode result notifi...

Страница 36: ...1D symbologies 0 Disable 1D symbologies Bit 1 1 Enable AIM ID prefix for PDF417 0 Disable AIM ID prefix for PDF417 Bit 0 1 Enable PDF417 0 Disable PDF417 Register 0x000D Bit Feature Bit 7 1 Enable QR...

Страница 37: ...it EAN 13 check digit Bit 1 1 Enable AIM ID prefix for EAN 13 0 Disable AIM ID prefix for EAN 13 Note Bit4 and Bit3 of register 0x0010 must be set to 01 in order for this parameter to function Bit 0 1...

Страница 38: ...on code not required Bit 3 Transmit UPC A preamble character 1 System character country code 0 System character Bit 2 1 Transmit UPC A check digit 0 Do not transmit UPC A check digit Bit 1 1 Enable A...

Страница 39: ...128 Note Bit4 and Bit3 of register 0x0010 must be set to 01 in order for this parameter to function Bit 0 1 Enable Code 128 0 Disable Code 128 Register 0x0017 Bit Feature Bit 7 Reserved Bit 6 1 Trans...

Страница 40: ...t4 and Bit3 of register 0x0010 must be set to 01 in order for this parameter to function Bit 0 1 Enable Interleaved 2 of 5 0 Disable Interleaved 2 of 5 Register 0x0019 Bit Feature Bit 7 Reserved Bit 6...

Страница 41: ...x 2 of 5 Note Bit4 and Bit3 of register 0x0010 must be set to 01 in order for this parameter to function Bit 0 1 Enable Matrix 2 of 5 0 Disable Matrix 2 of 5 Register 0x001B Bit Feature Bit 7 1 Enable...

Страница 42: ...is parameter to function Bit 0 1 Enable Code 39 0 Disable Code 39 Register 0x001D Bit Feature Bit 7 6 Reserved Bit 5 1 Transmit Code 11 check digit 0 Do not transmit Code 11 check digit Note Code 11 c...

Страница 43: ...bar 0 Disable Codabar Register 0x001F Bit Feature Bit 7 Reserved Bit 6 1 Transmit MSI Plessey check digit 0 Do not transmit MSI Plessey check digit Note MSI Plessey check digit verification must be en...

Страница 44: ...0x0010 must be set to 01 in order for this parameter to function Register 0x002B 0x2A Bit Feature Bit 15 13 Reserved Bit 12 0 0x09C4 Baud rate 1200 0x04E2 Baud rate 2400 0x0271 Baud rate 4800 0x0139 B...

Страница 45: ...Standard Keyboard 01 Emulate ALT Keypad 10 11 Function Key Mapping Bit 0 1 Enable terminating character suffix 0 Disable terminating character suffix Register 0x006B Bit Feature Bit 7 0 USB country ke...

Страница 46: ...Bit 3 Reserved Bit 2 1 Emulate numeric keypad 0 Do not emulate numeric keypad Bit 1 0 Reserved Register 0x008A Bit Feature Bit 7 1 Reserved Bit 0 1 Visible Code ID original 0x40 0 Original Code ID Reg...

Страница 47: ...ttings Illumination Always ON Illumination LED keeps ON after the scanner is powered on Normal Illumination LED is turned on when the scanner is reading barcode OFF Illumination LED is OFF all the tim...

Страница 48: ...40 Notification Mute Mode Scanning the Enable Mute Mode Disable Mute Mode can turn off on all notification beeps Enable Mute Mode Disable Mute Mode Good Read Beep Good Read Beep On Good Read Beep Off...

Страница 49: ...41 Good Read Beep Frequency Duration Low Frequency Medium Frequency High Frequency 40ms 80ms 120ms...

Страница 50: ...change in ambient illumination Light Trigger On Light Trigger Off Factory Defaults Scanning the following barcode can restore the scanner to the factory defaults You may need to reset your scanner wh...

Страница 51: ...43 Digit Barcodes After scanning numeric barcode s you need to scan the Save barcode to save the data 0 1 2 3 4 5 6 7 8 9...

Страница 52: ...44 A B C D E F...

Страница 53: ...the Last Digit barcode and then the correct digit or scan the Cancel All Digits barcode and then the digits you want For instance after reading the Decode Session Timeout barcode and numeric barcodes...

Страница 54: ...communication and accuracy of data you need to set the scanner s communication parameters including baud rate to match the host s settings The default settings of the scanner are 115200bps no parity...

Страница 55: ...to a host device through its USB interface USB HID KBW is enabled by default You may switch to HID POS or USB COM Port Emulation by scanning the appropriate barcode below HID POS HID POS USB COM Port...

Страница 56: ...d Standard Keyboard Standard Keyboard Function Key Mapping When Function Key Mapping is enabled function character 0x00 0x1F are sent as ASCII sequences over the numeric keypad 1 CTRL Make 2 Press fun...

Страница 57: ...Key Mapping Table ASCII HEX Function key ASCII HEX Function key 00 2 10 P 01 A 11 Q 02 B 12 R 03 C 13 S 04 D 14 T 05 E 15 U 06 F 16 V 07 G 17 W 08 H 18 X 09 I 19 Y 0A J 1A Z 0B K 1B 0C L 1C 0D M 1D 0...

Страница 58: ...LT Keypad is enabled any ASCII character 0x00 0xFF is sent over the numeric keypad no matter which keyboard type is selected 1 ALT Make 2 Enter the number corresponding to the ASCII character on the k...

Страница 59: ...51 USB Country Keyboard Types 1 U S 2 Belgium 3 Brazil 4 Canada 5 Czech 6 Denmark 7 Finland 8 France...

Страница 60: ...52 9 Austria Germany 10 Greece 11 Hungary 12 Israel 13 Italy 14 Latin America 15 Netherland 16 Norway 17 Poland 18 Portugal...

Страница 61: ...53 19 Romania 20 Russia 21 Slovakia 22 Spain 23 Sweden 24 Switzerland 25 Turkey1 26 Turkey 2 27 UK 28 Japan...

Страница 62: ...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 Disable All Symbologi...

Страница 63: ...55 Enable 1D Symbologies Enable 1D Symbologies Disable 1D Symbologies Disable 1D Symbologies Enable 2D Symbologies Enable 2D Symbologies Disable 2D Symbologies Disable 2D Symbologies...

Страница 64: ...56 Code 128 Restore Factory Defaults Restore the Factory Defaults of Code 128 Enable Disable Code 128 Enable Code 128 Disable Code 128...

Страница 65: ...57 UCC EAN 128 GS1 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...

Страница 66: ...58 AIM 128 Restore Factory Defaults Restore the Factory Defaults of AIM 128 Enable Disable AIM 128 Enable AIM 128 Disable AIM 128...

Страница 67: ...ctory 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 T...

Страница 68: ...art circled by red dotted line is add on code Enable 2 Digit Add On Code Disable 2 Digit Add On Code 5 Digit Add On Code An EAN 8 barcode can be augmented with a five digit add on code to form a new o...

Страница 69: ...tension 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 Disable EAN 8 Zero Extend Enable EAN 8 Z...

Страница 70: ...ory 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 da...

Страница 71: ...art circled by red dotted line is add on code Enable 2 Digit Add On Code Disable 2 Digit Add On Code 5 Digit Add On Code An EAN 13 barcode can be augmented with a five digit add on code to form a new...

Страница 72: ...64 ISSN Restore Factory Defaults Restore the Factory Defaults of ISSN Enable Disable ISSN Enable ISSN Disable ISSN...

Страница 73: ...65 ISBN Restore Factory Defaults Restore the Factory Defaults of ISBN Enable Disable ISBN Enable ISBN Disable ISBN Set ISBN Format ISBN 13 ISBN 10...

Страница 74: ...ctory 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 T...

Страница 75: ...art circled by red dotted line is add on code Enable 2 Digit Add On Code Disable 2 Digit Add On Code 5 Digit Add On Code A UPC E barcode can be augmented with a five digit add on code to form a new on...

Страница 76: ...em Character 0 Do Not Transmit System Character 0 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...

Страница 77: ...ctory Defaults of UPC A Enable Disable UPC A Enable UPC A Disable UPC A 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...

Страница 78: ...art circled by red dotted line is add on code Enable 2 Digit Add On Code Disable 2 Digit Add On Code 5 Digit Add On Code A UPC A barcode can be augmented with a five digit add on code to form a new on...

Страница 79: ...haracter can be transmitted as part of a UPC A barcode Select one of the following options for transmitting UPC A preamble to the host device transmit system character only or transmit system characte...

Страница 80: ...72 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...

Страница 81: ...codes to verify that the data complies with the check digit algorithm Barcodes passing the check will be transmitted except the last digit whereas those failing it will not be transmitted Transmit Che...

Страница 82: ...74 ITF 6 Restore Factory Defaults Restore the Factory Defaults of ITF 6 Enable Disable ITF 6 Disable ITF 6 Enable ITF 6 But Do Not Transmit Check Digit Enable ITF 6 and Transmit Check Digit...

Страница 83: ...75 ITF 14 Restore Factory Defaults Restore the Factory Defaults of ITF 14 Enable Disable ITF 14 Disable ITF 14 Enable ITF 14 But Do Not Transmit Check Digit Enable ITF 14 and Transmit Check Digit...

Страница 84: ...76 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...

Страница 85: ...to verify that the data complies with the check digit algorithm Barcodes passing the check will be transmitted except the last digit whereas those failing it will not be transmitted Transmit Check Di...

Страница 86: ...78 Industrial 25 Restore Factory Defaults Restore the Factory Defaults of Industrial 25 Enable Disable Industrial 25 Enable Industrial 25 Disable Industrial 25...

Страница 87: ...to verify that the data complies with the check digit algorithm Barcodes passing the check will be transmitted except the last digit whereas those failing it will not be transmitted Transmit Check Di...

Страница 88: ...80 Standard 25 Restore Factory Defaults Restore the Factory Defaults of Standard 25 Enable Disable Standard 25 Enable Standard 25 Disable Standard 25...

Страница 89: ...o verify that the data complies with the check digit algorithm Barcodes passing the check will be transmitted except the last digit whereas those failing it will not be transmitted Transmit Check Digi...

Страница 90: ...ble Code 39 Disable Code 39 Transmit Start Stop Character 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 sca...

Страница 91: ...83 Enable Disable Code 39 Full ASCII The scanner can be configured to identify all ASCII characters by scanning the appropriate barcode below Disable Code 39 Full ASCII Enable Code 39 Full ASCII...

Страница 92: ...rify that the data complies with the check digit algorithm Barcodes passing the check will be transmitted except the last digit whereas those failing it will not be transmitted Transmit Check Digit af...

Страница 93: ...85 Codabar Restore Factory Defaults Restore the Factory Defaults of Codabar Enable Disable Codabar Enable Codabar Disable Codabar...

Страница 94: ...ify that the data complies with the check digit algorithm Barcodes passing the checks will be transmitted except the last two digits whereas those failing them will not be transmitted Transmit Check D...

Страница 95: ...racter Do Not Transmit Start Stop Character Transmit Start Stop Character 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...

Страница 96: ...88 Code 93 Restore Factory Defaults Restore the Factory Defaults of Code 93 Enable Disable Code 93 Enable Code 93 Disable Code 93...

Страница 97: ...ify that the data complies with the check digit algorithm Barcodes passing the checks will be transmitted except the last two digits whereas those failing them will not be transmitted Transmit Check D...

Страница 98: ...90 Code 11 Restore Factory Defaults Restore the Factory Defaults of Code 11 Enable Disable Code 11 Enable Code 11 Disable Code 11...

Страница 99: ...tegrity 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 Two Check Digits MOD11 MOD9 One Check Digit...

Страница 100: ...92 Plessey Restore Factory Defaults Restore the Factory Defaults of Plessey Enable Disable Plessey Enable Plessey Disable Plessey...

Страница 101: ...verify that the data complies with the check digit algorithm Barcodes passing the checks will be transmitted except the last two digits whereas those failing them will not be transmitted Transmit Chec...

Страница 102: ...94 MSI Plessey Restore Factory Defaults Restore the Factory Defaults of MSI Plessey Enable Disable MSI Plessey Enable MSI Plessey Disable MSI Plessey...

Страница 103: ...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...

Страница 104: ...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 Applica...

Страница 105: ...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 Tran...

Страница 106: ...98 RSS Expand Restore Factory Defaults Restore the Factory Defaults of RSS Expand Enable Disable RSS Expand Enable RSS Expand Disable RSS Expand...

Страница 107: ...99 PDF417 Restore Factory Defaults Restore the Factory Defaults of PDF417 Enable Disable PDF417 Enable PDF417 Disable PDF417 Macro PDF417 Enable Macro PDF417 Disable Macro PDF417...

Страница 108: ...Matrix Restore Factory Defaults Restore the Factory Defaults of Data Matrix Enable Disable Data Matrix Enable Data Matrix Disable Data Matrix Enable Disable Mirrored DM Enable Mirrored DM Disable Mir...

Страница 109: ...ats Square barcodes having the same amount of modules in length and width 10 10 12 12 144 144 Rectangular barcodes having different amounts of models in length and width 6 16 6 14 14 22 Decode Rectang...

Страница 110: ...estore Factory Defaults Restore the Factory Defaults of QR Code Enable Disable QR Code Enable QR Code Disable QR Code Micro QR This parameter is valid only when QR Code is enabled Enable Micro QR Disa...

Страница 111: ...n Manufacturers IDs define symbology identifiers and data carrier identifiers For the details see the AIM ID Table If AIM ID prefix is enabled the scanner will add the symbology identifier before the...

Страница 112: ...C A E0 Standard UPC A E3 UPC A 2 5 Digit Add On Code Interleaved 2 of 5 I0 No check digit verification I1 Transmit check digit after verification I3 Do not transmit check digit after verification ITF...

Страница 113: ...k digit MOD11 transmit check digit H1 Two check digits MOD11 MOD11 transmit check digit H3 Do not transmit check digit after verification H8 Two check digits MOD11 MOD9 transmit check digit H9 No chec...

Страница 114: ...with AIM ISS 97 001 specifications Q1 QR2 2005 symbol ECI protocol not supported Q2 QR2 2005 symbol ECI protocol supported Q3 QR2 2005 symbol ECI protocol not supported FNC1 is the character right aft...

Страница 115: ...o identify barcode type For the details see the CODE ID Table Disable CODE ID Prefix Enable CODE ID Prefix You can choose to transmit original CODE ID or visible CODE ID by scanning the appropriate ba...

Страница 116: ...0x08 H 0x48 ITF 14 0x09 I 0x49 ITF 6 0x0A J 0x4A Code 39 0x0D M 0x4D Codabar 0x0F O 0x4F Standard 25 0x10 P 0x50 Code 93 0x11 Q 0x51 AIM 128 0x15 U 0x55 MSI Plessey 0x16 V 0x56 ISBN 0x17 W 0x57 Indus...

Страница 117: ...Suffix A terminating character such as carriage return CR or carriage return line feed pair CRLF or horizontal tab TAB can be used to mark the end of data Disable Terminating Character Suffix Append...

Страница 118: ...not displayed on the host Ensure the scanner s communication parameters such as baud rate interface match the host s settings Cannot read barcodes 1 Follow the scanning instructions in this manual to...

Страница 119: ...ds TEL 31 0 345 87 00 33 FAX 31 0 345 87 00 39 Email info 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...

Отзывы: