Home > Honeywell > Scanner > Honeywell 1202g2 Manual

Honeywell 1202g2 Manual

    Download as PDF Print this page Share this page

    Have a look at the manual Honeywell 1202g2 Manual online for free. It’s possible to download the document as PDF or print. UserManuals.tech offer 178 Honeywell manuals and user’s guides for free. Share the user manual or guide on Facebook, Twitter or Google+.

    							9 - 3
    Resetting the Factory Defaults
    If you aren’t sure what programming options are in your scanner, or you’ve changed some options and want to restore the scan-
    ner to factory default settings, first scan the Remove Custom Defaults bar code, then scan Activate Defaults.  Power cycle 
    the scanner to reset it to the factory default settings.
    Note: If using a cordless system, scanning the Activate Defaults bar code also causes both the scanner and the base or Access 
    Point to perform a reset and become unlinked.  The scanner must be placed in its base to re-establish the link before any 
    setup codes are entered.  If using an Access Point, the linking bar code must be scanned.   See Cordless System 
    Operation (Voyager 1202g)beginning on page 3-1 or Cordless System Operation (Voyager 1202g-BF)beginning on page 
    4-1 for additional information.
    The Serial Programming Commands, beginning on page 10-1 list the factory default settings for each of the commands (indi-
    cated by an asterisk (*) on the programming pages).This selection erases all your settings and resets the scanner to the original factory defaults.
    !
    Remove Custom Defaults
    Activate Defaults 
    						
    							10 - 1
    10
    Serial Programming Commands
    The 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.
    Conventions
    The 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.
    boldNames of menus, menu commands, buttons, dialog boxes, and windows that appear on the screen.
    Menu Command Syntax
    Menu commands have the following syntax (spaces have been used for clarity only):
    Prefix [:Name:] Tag SubTag {Data} [, SubTag {Data}] [; Tag SubTag {Data}] […] Storage
    PrefixThree ASCII characters: SYN M CR  (ASCII 22,77,13).
    :Name:To send information to the scanner (with the base connected to host), use :Voyager:  The default factory setting for a 
    Voyager scanner is Voyager scanner.  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.
    SubTagA 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.
    DataThe new value for a menu setting, identified by the Tag and SubTag.
    StorageA 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 Commands
    Several 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 Usage
    When 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.   
    						
    							10 - 2
    SubTag 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 Usage
    When 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 Commands
    Multiple 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 (;).
    Responses
    The device responds to serial commands with one of three responses:
    ACKIndicates a good command which has been processed.
    ENQIndicates an invalid Tag or SubTag command. 
    NAKIndicates 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 Commands
    In 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]. 
    						
    							10 - 3
    This response indicates that the device’s Codabar Coding Enable (CBRENA) is set to 1, or on; 
    the Start/Stop Character (SSX) is set to 0, or Don’t Transmit; 
    the Check Character (CK2) is set to 0, or Not Required;
    concatenation (CCT) is set to 1, or Enabled; 
    the Minimum Message Length (MIN) is set to 2 characters; 
    the Maximum Message Length (MAX) is set to 60 characters; 
    and the Default setting (DFT) has no value.  
    Serial Trigger Commands
    You can activate and deactivate the scanner with serial trigger commands.  The button is activated and deactivated by sending 
    the following commands:
    Activate:  SYN T CR
    Deactivate: SYN U CR
    The scanner scans until a bar code has been read or until the deactivate command is sent.  The scanner can also be set to turn 
    itself off after a specified time has elapsed (see Read Time-Out, which follows).
    Read Time-Out
    Use this selection to set a time-out (in milliseconds) of the scanner’s button when using serial commands to trigger the 
    scanner.  Once the scanner has timed out, you can activate the scanner either by pressing the button or using a serial trig-
    ger command.  After scanning the Read Time-Out bar code, set the time-out duration (from 0-300,000 milliseconds) by 
    scanning digits on the Programming Chart inside the back cover, then scanning Save.  Default = 30,000 ms.
    Read Time-Out 
    						
    							10 - 4
    Menu Commands
    SelectionSetting* Indicates default
    Serial Command
    # Indicates a numeric entryPage
    Product Default Settings
    Setting Custom Defaults Set Custom Defaults MNUCDF1-6
    Resetting the Custom Defaults Activate Custom Defaults DEFALT1-7
    Programming the Interface
    Plug and Play Codes Keyboard Wedge:
    IBM PC AT and Compatibles with CR suffixPAP_AT2-1
    IBM PS2 Keyboard PAPPS22-1
    RS232 Serial Port PAP2322-1
    Plug and Play Codes:
    RS485IBM Port 5B Interface PAPP5B2-2
    IBM Port 9B HHBCR-1 Interface PAP9B12-2
    IBM Port 17 Interface PAPP172-2
    IBM Port 9B HHBCR-2 Interface PAP9B22-2
    OPOS Mode OPOS Mode PAPOPS2-3
    Plug and Play Codes: IBM SurePos USB IBM SurePos Handheld PAPSPH2-3
    USB IBM SurePos Tabletop PAPSPT2-3
    IBM Secondary Interface * Enable Secondary Interface REMIFC12-3
    Disable Secondary Interface  REMIFC02-4
    Plug and Play Codes: USB USB Keyboard (PC) PAP1242-4
    USB Keyboard (Mac) PAP1252-4
    USB Japanese Keyboard (PC) PAP1342-4
    USB HID PAP1312-4
    HID Fallback Mode HID Fallback Mode (Range 0-60  *5 
    minutesUSBFTO2-4
    USB Serial Commands USB Serial Emulation for Windows XP, 
    Windows Server 2003, and laterPAP1302-5
    USB Serial Emulation for Windows 2000 PAP130;REMIFCO2-5
    CTS/RTS Emulation On USBCTS12-5
    CTS/RTS Emulation Off* USBCTS02-5
    ACK/NAK Mode On USBACK12-6
    ACK/NAK Mode Off* USBACK02-6
    Communication Timeout
    (Range 0-65535) *2000 ms232DLK#####2-6
    Timeout Retries HSTRTY2-6
    Communication Timeout Beeper - Off HSTTOA02-6
    *Communication Timeout Beeper - On HSTTOA12-6
    NAK Retries
    (Range 0-255) *0HSTRTN###2-6
    BEL/CAN Mode On BELCAN12-7
    BEL/CAN Mode Off* BELCAN02-7 
    						
    							10 - 5
    Plug and Play Codes Verifone Ruby Terminal PAPRBY2-7
    Gilbarco Terminal PAPGLB2-8
    Honeywell Bioptic Aux Port PAPBIO2-8
    Datalogic Magellan Bioptic Aux Port PAPMAG2-8
    NCR Bioptic Aux Port PAPNCR2-9
    Wincor Nixdorf Terminal PAPWNX2-9
    Wincor Nixdorf Beetle PAPBTL2-10
    Wincor Nixdorf RS232 Mode A PAPWMA2-10
    Program Keyboard 
    Country*U.S.A. KBDCTY02-11
    Albania KBDCTY352-11
    Arabic KBDCTY912-11
    Azeri (Cyrillic) KBDCTY812-11
    Azeri (Latin) KBDCTY802-11
    Belarus KBDCTY822-11
    Belgium KBDCTY12-11
    Bosnia KBDCTY332-11
    Brazil KBDCTY162-11
    Brazil (MS) KBDCTY592-11
    Bulgaria (Cyrillic) KBDCTY522-11
    Bulgaria (Latin) KBDCTY532-12
    Canada (French legacy) KBDCTY542-12
    Canada (French) KBDCTY182-12
    Canada (Multilingual) KBDCTY552-12
    China KBDCTY922-12
    Croatia KBDCTY322-12
    Czech KBDCTY152-12
    Czech (Programmers) KBDCTY402-12
    Czech (QWERTY) KBDCTY392-12
    Czech (QWERTZ) KBDCTY382-12
    Denmark KBDCTY82-12
    Dutch (Netherlands) KBDCTY112-13
    Estonia KBDCTY412-13
    Faeroese KBDCTY832-13
    Finland KBDCTY22-13
    France KBDCTY32-13
    Gaelic KBDCTY842-13
    Germany KBDCTY42-13
    Greek KBDCTY172-13
    Greek (220 Latin) KBDCTY642-13
    Greek (220) KBDCTY612-13
    Greek (319 Latin) KBDCTY652-13
    Greek (319) KBDCTY622-14 SelectionSetting
    * Indicates default
    Serial Command
    # Indicates a numeric entryPage 
    						
    							10 - 6
    Greek (Latin) KBDCTY632-14
    Greek (MS) KBDCTY662-14
    Greek (Polytonic) KBDCTY602-14
    Hebrew KBDCTY122-14
    Hungarian (101 key) KBDCTY502-14
    Hungary KBDCTY192-14
    Iceland KBDCTY752-14
    Ireland KBDCTY732-14
    Italian (142) KBDCTY562-14
    Italy KBDCTY52-14
    Japan ASCII KBDCTY282-15
    Kazakh KBDCTY782-15
    Korea KBDCTY932-15
    Kyrgyz (Cyrillic) KBDCTY792-15
    Latin America KBDCTY142-15
    Latvia KBDCTY422-15
    Latvia (QWERTY) KBDCTY432-15
    Lithuania KBDCTY442-15
    Lithuania (IBM) KBDCTY452-15
    Macedonia KBDCTY342-15
    Malta KBDCTY742-15
    Mongolian (Cyrillic) KBDCTY862-16
    Norway KBDCTY92-16
    Poland KBDCTY202-16
    Polish (214) KBDCTY572-16
    Polish (Programmers) KBDCTY582-16
    Portugal KBDCTY132-16
    Romania KBDCTY252-16
    Russia KBDCTY262-16
    Russian (MS) KBDCTY672-16
    Russian (Typewriter) KBDCTY682-16
    SCS KBDCTY212-16
    Serbia (Cyrillic) KBDCTY372-17
    Serbia (Latin) KBDCTY362-17
    Slovakia KBDCTY222-17
    Slovakia (QWERTY) KBDCTY492-17
    Slovakia (QWERTZ) KBDCTY482-17
    Slovenia KBDCTY312-17
    Spain KBDCTY102-17
    Spanish variation KBDCTY512-17
    Sweden KBDCTY232-17
    Switzerland (French) KBDCTY292-17
    Switzerland (German) KBDCTY62-17 SelectionSetting
    * Indicates default
    Serial Command
    # Indicates a numeric entryPage 
    						
    							10 - 7
    Tatar KBDCTY852-18
    Thailand KBDCTY942-18
    Turkey F KBDCTY272-18
    Turkey Q KBDCTY242-18
    Ukrainian KBDCTY762-18
    United Kingdom KBDCTY72-18
    United Stated (Dvorak right) KBDCTY892-18
    United States (Dvorak left) KBDCTY882-18
    United States (Dvorak) KBDCTY872-18
    United States (International) KBDCTY302-18
    Uzbek (Cyrillic) KBDCTY772-18
    Vietnam KBDCTY952-19
    Keyboard Wedge Modifiers
    ALT Mode *Off KBDALT02-19
    4 Characters KBDALT72-19
    Keyboard Style *Regular KBDSTY02-19
    Caps Lock KBDSTY12-19
    Shift Lock KBDSTY22-19
    Autocaps via NumLock KBDSTY72-20
    Emulate External
    KeyboardKBDSTY52-20
    Keyboard Conversion *Keyboard Conversion Off KBDCNV02-20
    Convert all Characters to Upper Case KBDCNV12-20
    Convert all Characters to Lower Case KBDCNV12-20
    Keyboard Modifiers *Control + ASCII Off KBDCAS02-21
    DOS Mode Control + ASCII KBDCAS12-21
    Windows Mode Control + ASCII KBDCAS22-21
    Windows Mode Prefix/Suffix Off KBDCAS32-21
    *Numeric Keypad Off KBDNPS02-21
    Numeric Keypad On KBDNPS12-21
    Inter-Scan Code Delay Inter-Scan Code Delay
    *0 (Range 1-30 msecs)KBDDLY##2-21
     Break Character Suppress  Break Character KBDF0B02-22
    *Transmit  Break Character KBDF0B12-22
    Keyboard Wedge Defaults Reset Keyboard Wedge Defaults KBDDFT2-22 SelectionSetting
    * Indicates default
    Serial Command
    # Indicates a numeric entryPage 
    						
    							10 - 8
    RS-232 Modifiers
    RS232 Baud Rate 300 BPS 232BAD02-23
    600 BPS 232BAD12-23
    1200 BPS 232BAD22-23
    2400 BPS 232BAD32-23
    4800 BPS 232BAD42-23
    *9600 BPS 232BAD52-23
    19200 BPS 232BAD62-23
    38400 BPS 232BAD72-23
    57600 BPS 232BAD82-23
    115200 BPS 232BAD92-23
    Word Length:  Data Bits, Stop Bits, and 
    Par ity7 Data, 1 Stop, Parity Even
    232WRD32-24
    7 Data, 1 Stop, Parity None 232WRD02-24
    7 Data, 1 Stop, Parity Odd 232WRD62-24
    7 Data, 2 Stop, Parity Even 232WRD42-24
    7 Data, 2 Stop, Parity None 232WRD12-24
    7 Data, 2 Stop, Parity Odd 232WRD72-24
    8 Data, 1 Stop, Parity Even 232WRD52-24
    *8 Data, 1 Stop, Parity None 232WRD22-24
    8 Data, 1 Stop, Parity Odd 232WRD82-24
    7 Data, 1 Stop, Parity Space 232WRD92-24
    7 Data, 2 Stop, Parity Space 232WRD102-25
    8 Data, 1 Stop, Parity Space 232WRD112-25
    7 Data, 1 Stop, Parity Mark 232WRD122-25
    7 Data, 2 Stop, Parity Mark 232WRD132-25
    8 Data, 1 Stop, Parity Mark 232WRD142-25 SelectionSetting
    * Indicates default
    Serial Command
    # Indicates a numeric entryPage 
    						
    All Honeywell manuals Comments (14)