APPENDIX A
Sample Configuration Files
PEN*KEY
R
6200/6300 Hand-Held Computer Programmer’s Reference Guide A-13
[Pen Driver]
; Pen*Key increases wOffsetX to move cursor down relative to pen.
wOffsetX=693
; Increase wOffsetY to move cursor to left relative to pen.
wOffsetY=318
; Increase wDistinctWidth to make cursor move slower relative to pen in the
; up/down direction on screen.
wDistinctWidth=3512
; Increase wDistinctHeight to make cursor move slower relative to pen in the
; left\right direction on screen.
wDistinctHeight=3043
; Range: 1..200. Set to 120–150 if you install hardware recognition.
PointsPerSecond=50
;– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
[Scanner Driver]
; ScannerHardwareType controls the type of hardware the scanner is using.
; This value MUST be set or the driver does not load. There is no default
; value. The valid values are: PEN*KEY/33, PEN*KEY, and TETHERED.
ScannerHardwareType=PEN*KEY
; MessageBeepScanVerification controls the type of beep generated when a
; good scan is obtained. Valid values are: OFF, INTERNAL, EXTERNAL, and
; ALL (Does both internal and external).
MessageBeepScanVerification=INTERNAL
; MessageBeepStatusNotification controls the type of beep generated when a
; status change happens. Valid values are: OFF INTERNAL, EXTERNAL, and ALL
; (Does both internal and external).
MessageBeepStatusNotification=INTERNAL
; MessageBoxStatusNotification controls whether or not a message box is
; generated when a status change happens. Valid values are: TRUE and FALSE.
MessageBoxStatusNotification=TRUE
; EnableScannerWhenDriverLoads controls when the scanner is enabled. If
; TRUE, scanner is enabled when it is loaded by Windows and is always active
; until Windows shuts down. This option (if TRUE) does not require the
; OpenDriver and CloseDriver calls issued by the application to use the
; 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:
A. Sample
Configuration Files