Intermec PENKEY 6100 Programmer's Reference Manual page 145

Hide thumbs Also See for PENKEY 6100:
Table of Contents

Advertisement

SECTION 6
Adding 6805 Printer Support to PL/N Applications
EXAMPLE:
6100 CONFIG.SYS file:
buffers=50
files=99
stacks=64,256
DEVICE=D:\ELANUMP.SYS /X=C000,C400
DOS=HIGH,UMB
DEVICEHIGH=D:\ELANAPM.EXE
DEVICEHIGH=D:\NORDOSPM.EXE
DEVICEHIGH=D:\CLOCK.EXE
DEVICEHIGH=D:\PC4800.SYS LPT1 1 /I1
DEVICEHIGH=D:\PRDRV.SYS NP6805$
EXAMPLE:
100 AUTOEXEC.BAT file:
@echo off
D:\4000API.EXE /10 /16 /PC /C3
LH D:\MININET.EXE –c1 –s1152 –t0
LH D:\IRDAPDRV.EXE –fNP6805$ –b19200 –r25 –d8 –t6100
LH D:\61MOUSE.COM
C:\CALIB.EXE
C:\VROTATE.EXE 12 20 159 240 –PLN
LH D:\FONTSEL.EXE 1
C:\PSEKM0C.EXE KBDFILE.DAT
LH D:\DOSGAS.EXE 25 1 –u5000 –C
LH D:\ELANCFG.EXE /H12 /L1 /D4 /V0 /T2 /R1 /C0
LH D:\BKSP2DEL.COM
DPLNI.COM PBRRR0P.PL6 CONFIG.PLN –p –w2
" NOTE:
As of this writing, PC-PRTIO.BIN does not support printing to 4810/4815/4820 Printers and
PRTIO.BIN does not support the 6805 Printer. Include only one of these drivers in a configu-
ration, not both. Work is in progress to support all printers in a single PL/N driver.
EXAMPLE:
OPEN (PRT, PRTBUF) PR_NAME
IF CONFIG.PRINTER = PRT_6805 THEN
PUTCTL (PRT) 1049
ELSE
PUTCTL (PRT) PR_NPCPROT
ENDIF
IF CONFIG.PRINTER = PRT_4815 THEN PAGELEN = 66
Install the IrDA Drivers.
Printing
IrDA Printing
tions
Use PC PRTIO.BIN instead of PRTIO.BIN
Change the Printer Open Procedure
Supporting DOS Applications
Supporting Windows Applica
;for 6805 IR printer
;for 4810/4815/4820 printer
R
PEN*KEY
6100 Computer Programmer's Reference Guide
Conversions and Interfaces
DOS IrDA
6-9

Advertisement

Table of Contents
loading

Table of Contents