Intermec 6100 Reference Guide

Page of 328
APPENDIX A
Sample Configuration Files
PEN*KEY
R
 6100 Computer Programmer’s Reference Guide    A-7
; scanner.  If TRUE it does NOT allow multiplexing of the scanner and 
; external comm 1 connections.  This option uses more power.  The valid
; values are TRUE and FALSE.
EnableScannerWhenDriverLoads=FALSE
; DisplayScanningDataDialog controls whether or not the Scanning Data.  
; Dialog is displayed when the trigger is pulled.  Valid values are:  TRUE
; and FALSE.
DisplayScanningDataDialog=TRUE
; ShowWindowOnLoad controls whether or not the scanner window icon is 
; displayed on the screen.  If this is FALSE there is no way to get to the
; scanner window.  The valid values are:  TRUE and FALSE.
ShowWindowOnLoad=TRUE
; EnableScanCodes controls whether or not the scanner includes Scan Codes in
; the key messages that it generates.  Valid values are: TRUE and FALSE
EnableScanCodes=TRUE
; ExternalFlashOnScan controls whether the Good Scan light are flashed
; manually by the scanner driver when the data is received.  The valid
; values are: TRUE and FALSE.
ExternalFlashOnScan=FALSE
; AimingBeamDuration controls the length of time in milliseconds the long
; range scanner using a dedicated UART emits an aiming beam.  All other
; scanners should have this option set to 0 (the default value).
AimingBeamDuration=0
; Use this option to set the Base Address on which the driver looks for the
; Scanner UART.  The default setting is:  488 (1e8).  Valid settings are:
; 1016 (3f8) for COM1, 760 (2f8) for COM2.
DedicatedUARTAddress=488
; Use this option to set the IRQ Line on which the Scanner UART interrupts.
; Default setting is 5.  Other valid settings are:  4 for COM1, 3 for COM2.
DedicatedUARTIRQ=5
; This option is applicable to Hand held Scanners only. It sets the value of
; the Terminating character of the packet sent by the Scanner.  The default 
; setting is 03 (ETX).  Other valid settings are: 10 (LF), 13 (CR).
Postamble=03
;– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
[NPCP Driver]
; Name of device Windows outputs to and is directed out the IR Port.  This
; option must match the settings in WIN.INI
DeviceName=LPT1
; Comm Port Address and IRQ
CommAddress=0x03F8
CommVector=0x0C
; Determines FIFO usage on UART.  A value of 0 disables.
FIFODepth=16
; Determines if power on the port turns on and off.  May not work with all
; non-Norand APM services.
PowerManage=FALSE
; This option disables/enables the QueryAbort processing during printing. 
; The default setting is FALSE.  This disables the ability to cancel the 
; Print job once it is started.  Valid settings are:  TRUE and FALSE.
ProcessQueryAbort=FALSE
; This option is valid only if the FIFODepth setting is > 0.  Sets the 
; Receive interrupt trigger level.  Default value is 0.  Valid settings are 
; 0–3.  The Receive interrupt trigger is Chip dependent.  On 550 UART 
; setting, a value of 0 causes Chip to interrupt on every character. 
; However, on an ST650 UART this implies interrupt on every 8 characters (or
; after 4 char times if there is at least one character in FIFO).  For 
; further details, refer to the UART documentation on setting the top 2 bits
; in the FIFO Control Register.
FIFOTriggerLevel=0
A. Sample
Configuration Files