Intermec 6100 Reference Guide

Page of 328
SECTION 3
Supporting Windows Applications
PEN*KEY
R
 6100 Computer Programmer’s Reference Guide    3-31
PaperLength=  For the NORAND 6805 Printer, length values can be from 60 to
2794  (6 to 279.4 millimeters for SizeUnit=1) or 24 to 1100 (0.24 to 11.00 inches
for SizeUnit=2.  A value of 1450 for SizeUnit=1 sets the length at 5.7 inches.
NORAND  6805=NOR6805,LPT2.DOS,15,45 tells Windows that there is a printĆ
er named NORAND 6805 that uses the NOR6805 printer driver to print, using
the DOS device LPT2 with 15Ćsecond device timeĆout and 45Ćsecond retry timeĆ
out.
[devices]
NORAND 6805=NOR6805,LPT2.DOS
The following 
[PrinterPorts]
 and 
[devices]
 sections of the WIN.INI file
sets up the printer name and printer driver.
[PrinterPorts]
IrDA Printer=NOR6805,LPT2.DOS,15,45
where:
IrDA  Printer=NOR6805,LPT2.DOS,15,45 tells Windows that there is a printer
named IrDA Printer that uses the NOR6805 printer driver to print, using the
DOS device LPT2 with 15Ćsecond device timeĆout and 45Ćsecond retry timeĆout.
[devices]
IrDA Printer=NOR6805,LPT2.DOS
where:
IrDA Printer=NOR6805,LPT2.DOS tells Windows that there is a printer named
IrDA Printer that uses the NOR6805 printer driver to print, using the DOS deĆ
vice LPT2.  This section is included for compatibility with older Windows applicaĆ
tions and should match the entry in the [PrinterPorts] section of the WIN.INI
file (listed previously).
Required SYSTEM.INI Entries
[boot]
drivers= power irda pen penwindows scanner npcp
where:
drivers= tells Windows to load the installable drivers.  This list of drivers is the
standard driver list (in the required order).  The significant driver here, is irda.
This is a token driver name.  The actual driver name is specified in the [drivers]
section of SYSTEM.INI:
[drivers]
irda=norirda.drv
irda= tells Windows the actual name of the installable driver named in the
[
boot
] section of the SYSTEM.INI file.
[IRDA Driver]
deviceName=LPT2
UARTAddress=1000
UARTIRQ=14
Technology=6100
PrinterFlush=TRUE
PrtPort=0
DeviceName= is the name of the printer device for output (LPT1, LPT2, LPT3).
This option must match settings in WIN.INI (listed previously).
UARTAddress= sets the base address on which the driver looks for the IR UART.
The default setting is 760 (2f8h).  Valid settings are 1016 (3f8h for COM1), 760
(2f8h for COM2), 1000 (3e8h for COM3).  Required setting for the 6100 ComputĆ
er: 1000 (3e8h for COM3).
3. Windows
Applications