APPENDIX A
Sample Configuration Files
A-14 PEN*KEY
R
6200/6300 Hand-Held Computer Programmer’s Reference Guide
; 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
; third party 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, see the UART documentation on setting the top 2 bits
; in the FIFO Control Register.
FIFOTriggerLevel=0
; Use this option to Install/Deinstall the ISR for every Print Job. This is
; useful if the IRQ is multiplexed with some other device such as the
; Scanner. The default setting is 0 (ie. no multiplexing). The valid
; settings are 0 and 1.
IRQMultiplex=0
;– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
[IrDA Driver]
; DeviceName specifies the name of the device that Windows is sending its
; output to. The default value is LPT1.DOS which Causes all print output,
; that Windows attempts to send to the DOS device LPT1, is sent to the IrDA
; port.
DeviceName=LPT2
; Use this option to set the Base Address on which the Driver looks for the
; IR UART. Default setting is 760 (2f8). Valid settings are 1016 (3f8) for
; COM1, 760 (2f8) for COM2, 1000 (3e8) for COM3.
UARTAddress=1000
; Use this to set the IRQ Line on which the UART interrupts. Default
; setting is 3 (COM2). Other valid setting is 4 (COM1). 6100 setting is 14.
UARTIRQ=3
; This sets the type of the Hand Held computer. Default setting is PENKEY.
; Valid settings are PENKEY, 6100, 6600, JETEYE, and OMNIBOOK.
Technology=PENKEY
;– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
[Norand 6805 Printer]
; This forces the drivers to use Graphics commands for entire Document.
A. Sample
Configuration Files