Programming instructions

Intermec Fingerprint v7.61 Programmers Reference Manual Ed. 7240
Chapter 2 Program Instructions
SETUP WRITE, cont.
Remarks, cont.
MEDIA,PAPER TYPE,TRANSFER,RIBBON CONSTANT,100
MEDIA,PAPER TYPE,TRANSFER,RIBBON FACTOR,25
MEDIA,PAPER TYPE,TRANSFER,LABEL OFFSET,0
MEDIA,CONTRAST,0%
#MEDIA,TESTFEED,10 3 (Info only. Comparator 015; ampli er 07)
PRINT DEFS,HEAD RESIST, 1166 (Info only)
PRINT DEFS,PRINT SPEED,150
Note that when a SETUP WRITE le is used to change the setup, the printers
present TESTFEED adjustment is not affected.
Examples
In this example, the current setup is saved in the printers temporary memory
under the name "SETUP1.SYS". Then the start adjustment is changed to
200 by the creation of a new setup le named "SETUP2.SYS. The setup
le is nally used to change the printers setup.
10 SETUP WRITE "tmp:SETUP1.SYS"
20 OPEN "tmp:SETUP2.SYS" FOR OUTPUT AS #1
30 PRINT#1,"FEEDADJ,STARTADJ,200"
40 CLOSE
50 SETUP "tmp:SETUP2.SYS"
In this example, the setup section "prt" is returned on the serial channel
"uart1:":
SETUP WRITE "prt","uart1:"