Programming instructions
Intermec Fingerprint v7.61 – Programmer’s Reference Manual Ed. 7138
Chapter 2 Program Instructions
KEYBMAP$, cont.
Remarks, cont.
Position numbers of the EasyCoder 501/601 XP keyboard . The keys printed
on the keyboard overlay are marked with a shade of gray. Key position
number 1 (Shift) cannot be remapped.
Position numbers of the EasyCoder F-series keyboard. The key marked
“Shift" cannot be remapped.
Examples
The following example illustrates the mapping of the keyboard for EasyCoder
501 XP (unshifted keys only).
10 B$=CHR$128+CHR$1+STRING$(4,0)+CHR$(2)+
STRING$(4,0)+CHR$(3)
20 B$=B$+STRING$(4,0)+CHR$(4)+STRING$(4,0)+
CHR$(5)+STRING$(18,0)
30 B$=B$+".147"+CHR$(0)+"0258"+CHR$(0)+
CHR$(8)+"369"+CHR$(0)+CHR$(31)
40 B$=CHR$(0)+CHR$(28)+CHR$(30)+STRING$(2,0)+
CHR$(13)+CHR$(29)+CHR$(0)
50 KEYBMAP$(0)=B$
RUN