Intermec 6100 Reference Guide

Page of 328
APPENDIX A
Sample Configuration Files
A-14    PEN*KEY
R
 6100 Computer Programmer’s Reference Guide
;
0x6f
Contrast Up
;
0x70
Suspend
;
NOTE:
You cannot remap key 15 or 79 (the Yellow key)
;===========================================================================
;Key #
Scan Code
; Key Definition
 0
=
0x0A
; 9
 1
=
0x09
; 8
 2
=
0x08
; 7
 3
=
0x70
; On/Off (Suspend/Resume, I/O)
 4
=
0x07
; 6
 5
=
0x06
; 5
 6
=
0x05
; 4
 7
=
0x0F
; Tab
 8
=
0x04
; 3
 9
=
0x03
; 2
10
=
0x02
; 1
11
=
0x0E
; BackSpace
12
=
0x1C
; Enter
13
=
0x0B
; 0
14
=
0x01
; Escape
64
=
0x6D
; Backlight On/Off
65
=
0x6E
; Contrast Down
66
=
0x6F
; Contrast Up
67
=
0x38
; Alt
68
=
0x51
; Page Down
69
=
0x48
; Up Arrow
70
=
0x49
; Page Up
71
=
0x47
; Home
72
=
0x4D
; Right Arrow
73
=
0x50
; Down Arrow
74
=
0x4B
; Left Arrow
75
=
0x34
; Period “.”
76
=
0x4FC
; End
77
=
0x0C
; Minus “–”
78
=
0x1D
; Control
Setups for Third Party Applications
This code may be helpful in setting up thirdĆparty applications, but keep in mind
the thirdĆparty companies are the best sources for support for this subject.
Some of the files required are located in the Tool Kit (such as the mouse and calĆ
ibration programs), some are supplied with PenPal, and some can be separately
purchased from Intermec Technologies Corporation.
EXAMPLE:
Sample PenPal (DOS) Setup
The following is an example of DOS code that could set up PenPal (DOS), through the use of
an AUTOEXEC.BAT file.
PATH a:\;d:\;
rem *** Always put ELANAPM.EXE before ELANCFG ***
ELANAPM.EXE
REM Disable Video Memory writes as Activity
D:/ELANCFG –V0 /H8 /L12 /D20 /T2
REM Load the handwriting recognition
call PENDDSEM.BAT
REM Load the PEN PAL modified pen driver
61MOUSE.COM
REM Calibrate, if required.
CALIB.EXE
REM Run the sample PEN PAL program – Other sample programs may be chosen
PPCP <APP.RUN>
A. Sample
Configuration Files