Programming instructions
149
Intermec Fingerprint 6.13 – Programmer's Guide
15. PRINTER FUNCTION CONTROL, cont'd.
Continued!
PRSETUP.PRG Utility Program
The program PRSETUP.PRG is included in some Configuration
EPROM:s and allows you to print the current setup values both on
the screen of your terminal/computer and on paper in your Intermec
Fingerprint printer. For best result, labels or tickets should have a
length of at least 70 mm (≈ 2
3
/4").
1 'Prsetup.prg ver 1.2 92-06-26 (ew)
5 ON ERROR GOTO 500
6 F$="SW020BSN.2":FONT F$
7 IF EFLAG%<>0 THEN F$="SW030RSN.2"
10 SETUP WRITE "qzqw"
20 OPEN "qzqw" FOR INPUT AS # 1
30 FONT F$ : DIR 4
40 X% = 50 : Y% = 10
50 LINE INPUT # 1 , A$
60 PRINT A$
65 EFLAG%=0
70 PRPOS X% , Y%
80 IF EFLAG%<>0 THEN PRINTFEED:FONT F$ :
X% = 50: Y% = 10: DIR 4:GOTO 65
85 A%=SPLIT(A$,"B",44)
90 IF B$(0)="SER-COM" THEN PRTXT
B$(1)+","+B$(A%-2)+","+B$(A%-1):GOTO 95
91 PRTXT B$(A%-2)+","+B$(A%-1)
95 FOR I%=0 TO A%
96 B$(I%)=""
97 NEXT I%
100 X% = X% + 30
110 IF EOF ( 1 ) = 0 THEN GOTO 50
120 IF X% > 50 THEN PRINTFEED
130 CLOSE # 1
140 KILL "qzqw"
199 END
500 EFLAG%=ERR
510 RESUME NEXT
RUN
6. Printer Setup,
cont'd.