SECTION 3
Supporting Windows Applications
3-36 PEN*KEY
R
6200/6300 Hand-Held Computer Programmer’s Reference Guide
The following two sections of the Error Codes and Messages" appear to be
identical except for the Error Code number. The difference is whether or not
data is lost. This section is used when data is received.
Error # Error Code Error Message Explanation
222
HEADJAM1 Head Jam
Head Jam, All data flushed
223
PAPEROUT1 Paper Out
Paper Out, data received
224
LOWVOLTS1 Low Voltage
Printer undervoltage condition, data received
225
HIVOLTS1
Over Voltage
Printer overvoltage condition, data received
226
LOWBAT1
Low Battery
Printer battery low, data received
227
COVEROFF1 Cover Off
Cover removed, data received
This section is used when data is lost.
Error # Error Code Error Message Explanation
242
HEADJAM2 Head Jam
Head Jam. All data was flushed
243
PAPEROUT2 Paper Out
Paper Out, data lost
244
LOWVOLTS2 Low Voltage
Printer undervoltage condition, data lost
245
HIVOLTS2
Over Voltage
Printer overvoltage condition, data lost
246
LOWBAT2
Low Battery
Printer battery is low, data lost
247
COVEROFF2 Cover Off
Cover was removed, data lost
IrDA Printing
The IrDA printing support, under Windows, consists of the DOS device driver,
NORIRDA.DRV, and the Windows printer driver, NOR6805.DRV. These device
drivers work together to provide transparent IrDA printing. Applications use
the standard Windows printing API (
StartDoc(), EndDoc(),
etc.) to print to
a printer set up for LPT2.DOS output.
Installation and Configuration
Place the files in the following directories:
File
Directory
NORIRDA.DRV
WINDOWS\SYSTEM
NOR6805.DRV
WINDOWS\SYSTEM
6805 specific
UNIDRV.DLL
WINDOWS\SYSTEM
For other printers, replace NOR6805.DRV with the appropriate driver. Also,
replace the appropriate lines in the following configuration descriptions with
specific configurations for your printer.
3. Windows
Applications