Honeywell 1981A Barcode Scanner User Manual 14C0587R 1981i 3 2015 02 10
Honeywell International Inc Barcode Scanner 14C0587R 1981i 3 2015 02 10
Contents
- 1. 14C0587R-1981i-User Manual-1-2015-02-10
- 2. 14C0587R-1981i-User Manual-2-2015-02-10
- 3. 14C0587R-1981i-User Manual-3-2015-02-10
14C0587R-1981i-User Manual-3-2015-02-10
![9 - 19Interface KeysKeyboard Function RelationshipsThe following Keyboard Function Code, Hex/ASCII Value, and Full ASCII “CTRL”+ relationships apply to all terminals that can be used with the scanner. Refer to page 2-16 enable Control + X (Control + ASCII) Mode.The last five characters in the Full ASCII “CTRL”+ column ( [ \ ] 6 - ), apply to US only. The following chart indicates the equiva-lents of these five characters for different countries.Function Code HEX/ASCII Value Full ASCII (CTRL + X Mode)NUL 00 @SOH 01 ASTX 02 BETX 03 CEOT 04 DENQ 05 EACK 06 FBEL 07 GBS 08 HHT 09 ILF 0A JVT 0B KFF 0C LCR 0D MSO 0E NSI 0F ODLE 10 PDC1 11 QDC2 12 RDC3 13 SDC4 14 TNAK 15 USYN 16 VETB 17 WCAN 18 XEM 19 YSUB 1A ZESC 1B [FS 1C \GS 1D ]RS 1E ^US 1F _Country CodesUnited States [\]6-Belgium [ < ] 6 -Scandinavia 8<96-France ^8$6=Germany à + 6 -Italy \ + 6 -Switzerland <. . 6 -United Kingdom [ ¢ ] 6 -Preliminary draft_1](https://usermanual.wiki/Honeywell/1981A.14C0587R-1981i-User-Manual-3-2015-02-10/User-Guide-2529881-Page-1.png)
![9 - 2Denmark 8 \ 9 6 -Norway 8 \ 9 6 -Spain [ \ ] 6 -Country CodesPreliminary draft_1](https://usermanual.wiki/Honeywell/1981A.14C0587R-1981i-User-Manual-3-2015-02-10/User-Guide-2529881-Page-2.png)






![11 - 111Serial Programming CommandsThe serial programming commands can be used in place of the programming bar codes. Both the serial commands and the programming bar codes will program the scanner. For complete descriptions and examples of each serial programming com-mand, refer to the corresponding programming bar code in this manual.The device must be set to an RS232 interface (see page 2-1). The following commands can be sent via a PC COM port using terminal emulation software.ConventionsThe following conventions are used for menu and query command descriptions:parameterA label representing the actual value you should send as part of a command.[option] An optional part of a command.{Data} Alternatives in a command.bold Names of menus, menu commands, buttons, dialog boxes, and windows that appear on the screen.Menu Command SyntaxMenu commands have the following syntax (spaces have been used for clarity only):Prefix [:Name:] Tag SubTag {Data} [, SubTag {Data}] [; Tag SubTag {Data}] […] StoragePrefix Three ASCII characters: SYN M CR (ASCII 22,77,13).:Name: This command is only used with cordless devices. It is used to specify whether you’re communicating with the base or the scanner. To send information to the scanner (with the base connected to host), use :Xenon: The default factory setting for a Xenon scanner is Xenon scanner. This setting is changed by using the BT_NAM command, which accepts alphanumeric values. If the name is not known, a wildcard (*) can be used :*:.Note: Since the base stores all work group settings and transfers to them to scanner once they are linked, changes are typically done to the base and not to the scanner.Tag A 3 character case-insensitive field that identifies the desired menu command group. For example, all RS232 configuration settings are identified with a Tag of 232.SubTag A 3 character case-insensitive field that identifies the desired menu command within the tag group. For example, the SubTag for the RS232 baud rate is BAD.Data The new value for a menu setting, identified by the Tag and SubTag.Storage A single character that specifies the storage table to which the command is applied. An exclamation point (!) performs the command’s operation on the device’s volatile menu configuration table. A period (.) performs the command’s operation on the device’s non-volatile menu configuration table. Use the non-volatile table only for semi-permanent changes you want saved through a power cycle.Query CommandsSeveral special characters can be used to query the device about its settings.^What is the default value for the setting(s).?What is the device’s current value for the setting(s).*What is the range of possible values for the setting(s). (The device’s response uses a dash (-) to indicate a continuous range of values. A pipe (|) separates items in a list of non-continuous values.):Name: Field Usage (Optional)This command returns the query information from the scanner.Tag Field UsageWhen a query is used in place of a Tag field, the query applies to the entire set of commands available for the particular storage table indicated by the Storage field of the command. In this case, the SubTag and Data fields should not be used because they are ignored by the device. Preliminary draft_1](https://usermanual.wiki/Honeywell/1981A.14C0587R-1981i-User-Manual-3-2015-02-10/User-Guide-2529881-Page-9.png)
![11 - 2SubTag Field Usage When a query is used in place of a SubTag field, the query applies only to the subset of commands available that match the Tag field. In this case, the Data field should not be used because it is ignored by the device.Data Field UsageWhen a query is used in place of the Data field, the query applies only to the specific command identified by the Tag and SubTag fields.Concatenation of Multiple CommandsMultiple commands can be issued within one Prefix/Storage sequence. Only the Tag, SubTag, and Data fields must be repeated for each command in the sequence. If additional commands are to be applied to the same Tag, then the new command sequence is separated with a comma (,) and only the SubTag and Data fields of the additional command are issued. If the additional command requires a different Tag field, the command is separated from previous commands by a semicolon (;).ResponsesThe device responds to serial commands with one of three responses:ACK Indicates a good command which has been processed.ENQ Indicates an invalid Tag or SubTag command. NAK Indicates the command was good, but the Data field entry was out of the allowable range for this Tag and SubTag combination, e.g., an entry for a minimum message length of 100 when the field will only accept 2 characters.When responding, the device echoes back the command sequence with the status character inserted directly before each of the punctuation marks (the period, exclamation point, comma, or semicolon) in the command.Examples of Query CommandsIn the following examples, a bracketed notation [ ] depicts a non-displayable response.Example: What is the range of possible values for Codabar Coding Enable?Enter: cbrena*.Response: CBRENA0-1[ACK]This response indicates that Codabar Coding Enable (CBRENA) has a range of values from 0 to 1 (off and on). Example: What is the default value for Codabar Coding Enable?Enter: cbrena^.Response: CBRENA1[ACK]This response indicates that the default setting for Codabar Coding Enable (CBRENA) is 1, or on. Example: What is the device’s current setting for Codabar Coding Enable?Enter: cbrena?.Response: CBRENA1[ACK]This response indicates that the device’s Codabar Coding Enable (CBRENA) is set to 1, or on. Example: What are the device’s settings for all Codabar selections?Enter: cbr?.Response: CBRENA1[ACK],SSX0[ACK],CK20[ACK],CCT1[ACK],MIN2[ACK],MAX60[ACK],DFT[ACK].Preliminary draft_1](https://usermanual.wiki/Honeywell/1981A.14C0587R-1981i-User-Manual-3-2015-02-10/User-Guide-2529881-Page-10.png)










![11 - 132D Reread Delay *2D Reread Delay Off DLY2RR0 4-13Short (1000ms) DLY2RR1000 4-13Medium (2000ms) DLY2RR2000 4-13Long (3000ms) DLY2RR3000 4-13Extra Long (4000ms) DLY2RR4000 4-13Character Activation Mode *Off HSTCEN0 4-13On HSTCEN1 4-13Activation Character (Range 0-255) *12 [DC2]HSTACH### 4-14*Do Not End Character Activation After Good ReadHSTCGD0 4-14End Character Activation After Good ReadHSTCGD1 4-14Character Activation Timeout (Range 1 - 300,000) *30,000 msHSTCDT###### 4-14Character Deactivation Mode *Off HSTDEN0 4-14On HSTDEN1 4-14Deactivation Character (Range 0-255) *14 [DC4]HSTDCH### 4-15Illumination Lights *Lights On SCNLED1 4-15Lights Off SCNLED0 4-15Aimer Delay 200 milliseconds SCNDLY200 4-15400 milliseconds SCNDLY400 4-15*Off (no delay) SCNDLY0 4-15User-Specified Aimer Delay Range 0 - 4,000 ms SCNDLY#### 4-16Aimer Mode Off SCNAIM0 4-16*Interlaced SCNAIM2 4-16Centering Window Centering On DECWIN1 4-17*Centering Off DECWIN0 4-17Left of Centering Window (*40%) DECLFT### 4-17Right of Centering Window (*60%) DECRGT### 4-18Top of Centering Window (*40%) DECTOP### 4-17Bottom of Centering Window (*60%)DECBOT### 4-17Preferred Symbology On PRFENA1 4-18*Off PRFENA0 4-18High Priority Symbology PRFCOD## 4-18Low Priority Symbology PRFBLK## 4-19Preferred Symbology Timeout(*500) Range 100-3000PRFPTO#### 4-19Preferred Symbology Default PRFDFT 4-19Output Sequence Editor Enter Sequence SEQBLK 4-21Default Sequence SEQDFT 4-21Selection Setting* Indicates defaultSerial Command# Indicates a numeric entryPagePreliminary draft_1](https://usermanual.wiki/Honeywell/1981A.14C0587R-1981i-User-Manual-3-2015-02-10/User-Guide-2529881-Page-21.png)





































![A - 1AReference ChartsSymbology ChartsNote: “m” represents the AIM modifier character. Refer to International Technical Specification, Symbology Identifiers, for AIM modifier character details.Prefix/Suffix entries for specific symbologies override the universal (All Symbologies, 99) entry.Refer to Data Editing beginning on page 5-1 and Data Formatting beginning on page 6-1 for information about using Code ID and AIM ID.Linear SymbologiesAIM HoneywellSymbology ID Possible modifiers (m)ID HexAll Symbologies 99Codabar ]Fm0-1 a 61Code 11 ]H3 h 68Code 128 ]Cm0, 1, 2, 4 j 6ACode 32 Pharmaceutical (PARAF) ]X0 < 3CCode 39 (supports Full ASCII mode) ]Am0, 1, 3, 4, 5, 7 b 62TCIF Linked Code 39 (TLC39) ]L2 T 54Code 93 and 93i ]Gm0-9, A-Z, a-mi69EAN ]Em0, 1, 3, 4 d 64EAN-13 (including Bookland EAN) ]E0 d 64EAN-13 with Add-On ]E3 d 64EAN-13 with Extended Coupon Code ]E3 d 64EAN-8 ]E4 D 44EAN-8 with Add-On ]E3 D 44GS1GS1 DataBar ]em0y79GS1 DataBar Limited ]em{ 7BGS1 DataBar Expanded ]em}7DGS1-128 ]C1 I 492 of 5China Post (Hong Kong 2 of 5) ]X0 Q 51Interleaved 2 of 5 ]Im0, 1, 3 e 65Matrix 2 of 5 ]X0 m 6DNEC 2 of 5 ]X0 Y 59Straight 2 of 5 IATA ]Rm0, 1, 3 f 66Straight 2 of 5 Industrial ]S0 f 66MSI ]Mm0, 1 g 67Telepen ]Bmt74UPC 0, 1, 2, 3, 8, 9, A, B, CPreliminary draft_1](https://usermanual.wiki/Honeywell/1981A.14C0587R-1981i-User-Manual-3-2015-02-10/User-Guide-2529881-Page-59.png)
![A - 22D SymbologiesPostal SymbologiesUPC-A ]E0 c 63UPC-A with Add-On ]E3 c 63UPC-A with Extended Coupon Code ]E3 c 63UPC-E ]E0 E 45UPC-E with Add-On ]E3 E 45UPC-E1 ]X0 E 45Add Honeywell Code ID 5C80Add AIM Code ID 5C81Add Backslash 5C5CBatch mode quantity 535AIM HoneywellSymbology ID Possible modifiers (m)ID HexAll Symbologies 99Aztec Code ]zm0-9, A-C z 7AChinese Sensible Code (Han Xin Code) ]X0 H 48Codablock A ]O6 0, 1, 4, 5, 6 V 56Codablock F ]Om0, 1, 4, 5, 6 q 71Code 49 ]Tm0, 1, 2, 4 l 6CData Matrix ]dm0-6 w 77GS1 ]em0-3 y 79GS1 Composite ]em0-3 y 79GS1 DataBar Omnidirectional ]em0-3 y 79MaxiCode ]Um0-3 x 78PDF417 ]Lm0-2 r 72MicroPDF417 ]Lm0-5 R 52QR Code ]Qm0-6 s 73Micro QR Code ]Qms73AIM HoneywellSymbology ID Possible modifiers (m)ID HexAll Symbologies 99Australian Post ]X0 A 41AIM HoneywellSymbology ID Possible modifiers (m)ID HexPreliminary draft_1](https://usermanual.wiki/Honeywell/1981A.14C0587R-1981i-User-Manual-3-2015-02-10/User-Guide-2529881-Page-60.png)
![A - 3ASCII Conversion Chart (Code Page 1252)In keyboard applications, ASCII Control Characters can be represented in 3 different ways, as shown below. The CTRL+X func-tion is OS and application dependent. The following table lists some commonly used Microsoft functionality. This table applies to U.S. style keyboards. Certain characters may differ depending on your Country Code/PC regional settings. British Post ]X0 B 42Canadian Post ]X0 C 43China Post ]X0 Q 51InfoMail ]X0 , 2cIntelligent Mail Bar Code ]X0 M 4DJapanese Post ]X0 J 4AKIX (Netherlands) Post ]X0 K 4BKorea Post ]X0 ? 3FPlanet Code ]X0 L 4CPostal-4i ]X0 N 4EPostnet ]X0 P 50Non-printable ASCII control charactersKeyboard Control + ASCII (CTRL+X) Mode Control + X Mode Off (KBDCAS0)Windows Mode Control + X Mode On (KBDCAS2)DEC HEX Char CTRL + X CTRL + X function000 NUL Reserved CTRL+ @ 101 SOH NP Enter CTRL+ A Select all202 STX Caps Lock CTRL+ B Bold303 ETX ALT Make CTRL+ C Copy404 EOT ALT Break CTRL+ D Bookmark505 ENQ CTRL Make CTRL+ E Center606 ACK CTRL Break CTRL+ F Find707 BEL Enter / Ret CTRL+ G 808 BS (Apple Make) CTRL+ H History909 HT Tab CTRL+ I Italic10 0A LF (Apple Break) CTRL+ J Justify11 0B VT Tab CTRL+ K hyperlink12 0C FF Delete CTRL+ L list, left align13 0D CR Enter / Ret CTRL+ M 14 0E SO Insert CTRL+ N New15 0F SI ESC CTRL+ O Open16 10 DLE F11 CTRL+ P Print17 11 DC1 Home CTRL+ Q Quit18 12 DC2 PrtScn CTRL+ R 19 13 DC3 Backspace CTRL+ S Save20 14 DC4 Back Tab CTRL+ T 21 15 NAK F12 CTRL+ U 22 16 SYN F1 CTRL+ V Paste AIM HoneywellSymbology ID Possible modifiers (m)ID HexPreliminary draft_1](https://usermanual.wiki/Honeywell/1981A.14C0587R-1981i-User-Manual-3-2015-02-10/User-Guide-2529881-Page-61.png)
![A - 4Lower ASCII Reference TableNote: Windows Code page 1252 and lower ASCII use the same characters. 23 17 ETB F2 CTRL+ W 24 18 CAN F3 CTRL+ X 25 19 EM F4 CTRL+ Y 26 1A SUB F5 CTRL+ Z 27 1B ESC F6 CTRL+ [ 28 1C FS F7 CTRL+ \ 29 1D GS F8 CTRL+ ] 30 1E RS F9 CTRL+ ^ 31 1F US F10 CTRL+ - 127 7F ⌂NP Enter Printable CharactersDEC HEX Character DEC HEX Character DEC HEX Character 32 20 <SPACE> 64 40 @96 60 `33 21 !65 41 A97 61 a34 22 "66 42 B98 62 b35 23 #67 43 C99 63 c36 24 $68 44 D100 64 d37 25 %69 45 E101 65 e38 26 &70 46 F102 66 f39 27 '71 47 G103 67 g40 28 (72 48 H104 68 h41 29 )73 49 I105 69 i42 2A *74 4A J106 6A j43 2B +75 4B K107 6B k44 2C ,76 4C L108 6C l45 2D -77 4D M109 6D m46 2E .78 4E N110 6E n47 2F /79 4F O111 6F o48 30 080 50 P112 70 p49 31 181 51 Q113 71 q50 32 282 52 R114 72 r51 33 383 53 S115 73 s52 34 484 54 T116 74 t53 35 585 55 U117 75 u54 36 686 56 V118 76 v55 37 787 57 W119 77 w56 38 888 58 X120 78 x57 39 989 59 Y121 79 y58 3A :90 5A Z122 7A z59 3B ;91 5B [123 7B {60 3C <92 5C \124 7C |61 3D =93 5D ]125 7D }62 3E >94 5E ^126 7E ~Non-printable ASCII control charactersKeyboard Control + ASCII (CTRL+X) Mode Control + X Mode Off (KBDCAS0)Windows Mode Control + X Mode On (KBDCAS2)DEC HEX Char CTRL + X CTRL + X functionPreliminary draft_1](https://usermanual.wiki/Honeywell/1981A.14C0587R-1981i-User-Manual-3-2015-02-10/User-Guide-2529881-Page-62.png)




![A - 9Dec 35 36 64 91 92 93 94 96 123 124 125 126Hex 23 24 40 5B 5C 5D 5E 60 7B 7C 7D 7EUS 0 1 # $ @ [ \ ] ^ ` { | } ~CA 54 95 # $ à â ç ê î ô é ù è ûCA 18 96 # $ à â ç ê É ô é ù è ûJP 28 98 # $ @ [ ¥ ] ^ ` { | } ⎯CN 92 99 # ¥ @ [ \ ] ^ ` { | } ⎯GB 787 £ $ @ [ \ ] ^ ` { | } ˜FR 383 £ $ à ° ç § ^ µ é ù è ¨DE 484 # $ § Ä Ö Ü ^ ` ä ö ü ßCH 686 ù $ à é ç ê î ô ä ö ü ûSE/FI 282 # ¤ É Ä Ö Å Ü é ä ö å üDK 888 # $ @ Æ Ø Å ^ ` æ ø å ˜NO 994 # $ @ Æ Ø Å ^ ` æ ø å ¨IE 73 97 £ $ Ó É Í Ú Á ó é í ú áIT 585 £ $ § ° ç é ^ ù à ò è ìPT 13 92 # $ § Ã Ç Õ ^ ` ã ç õ °ES 10 90 # $ § ¡ Ñ ¿ ^ ` ° ñ ç ˜ES 51 91 # $ · ¡ Ñ Ç ¿ ` ´ ñ ç ¨COUNTRYCountry KeyboardHoneywell CodePageISO / IEC 646 National Character ReplacementsPreliminary draft_1](https://usermanual.wiki/Honeywell/1981A.14C0587R-1981i-User-Manual-3-2015-02-10/User-Guide-2529881-Page-67.png)








