Intermec PENKEY 6100 Programmer's Reference Manual page 278

Hide thumbs Also See for PENKEY 6100:
Table of Contents

Advertisement

Sample Configuration Files
Sample CONFIG.SYS Code for Handwriting Recognition
EXAMPLE:
shell=d:\command.com d:\ /e:512 /p
device=d:\himem.sys /machine:2
devicehigh=d:\elanump.sys /x=C000,D400,D800,DC00,E000
device=a:\emm386.exe i=D400–EFFF FRAME=D400
device=d:\elanapm.exe
devicehigh=A:\nordosppm.exe
dos=high,umb
break=on
buffers=30
files=50
Sample PENDOSEM.BAT Code for Handwriting Recognition
EXAMPLE:
@ECHO off
REM %1 is the prefix for all files here
LH %1VLOAD %1USAREC.EXP
LH $1EMUL1X
SET PENDOS12=D9
APM Event Code Broadcast Values
//––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
// APM 1.1 BIOS event codes.
// These codes are broadcast to DOS TSR's by the APM OS Driver.
//
#define APM_STANDBYREQUEST
//
#define APM_SUSPENDREQUEST
//
#define APM_SUSPENDRESUME
//
#define APM_CRITICALRESUME
//
#define APM_BATLOW
//
#define APM_USERSTANDBY
//
#define APM_USERSUSPEND
//
#define APM_USERSTANDBYRESUME 11
//
#define APM_STATUS
//––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
// Windows APM 1.1 event codes.
// drivers and parent-windows by the Windows APM driver.
// are one less than the corresponding BIOS codes.
// are actually defined in the current Windows 3.1 WINDOWS.H header file.
//
#define PWR_STANDBYREQUEST
//
#define PWR_SUSPENDREQUEST
//
#define PWR_SUSPENDRESUME
//
#define PWR_CRITICALRESUME
//
#define PWR_CRITICALSUSPEND
//
#define PWR_USERSTANDBY
//
#define PWR_USERSUSPEND
//
#define PWR_USERSTANDBYRESUME 10
R
A-16
PEN*KEY
6100 Computer Programmer's Reference Guide
System Standby Request Notification
1
System Suspend Request Notification
2
Normal Resume System Notification
Critical Resume System Notification
4
Battery Low Notification
5
User System Standby Request Notification
9
User System Suspend Request Notification
10
User System Standby Resume Notification
Status Request – Ok to suspend?
0xFF
System Standby Request Notification
0
System Suspend Request Notification
1
Normal Resume System Notification
Critical Resume System Notification
3
Critical System Suspend Notification
User System Standby Request Notification
8
User System Suspend Request Notification
9
User System Standby Resume Notification
3
These events are broadcast to the Windows
Also, only three codes, 1–3,
2
7
APPENDIX A
Note that these codes

Advertisement

Table of Contents
loading

Table of Contents