Programming instructions

Intermec Fingerprint v7.61 Programmers Reference Manual Ed. 7200
Chapter 2 Program Instructions
PRINT KEY ON/OFF
Field of Application
Statement for enabling or disabling printing of a label by pressing
the Print key.
Syntax PRINT KEY ON|OFF
Default: PRINT KEY OFF
Remarks
In the Immediate Mode and in the Intermec Direct Protocol, the <Print>
key can be enabled to issue printing commands, corresponding to
PRINTFEED statements. This implies that each time the <Print> key
is pressed, one single label, ticket, tag, or portion of continuous stock
will be printed and fed out.
Note that this statement cannot be entered in the Programming Mode (use
KEY ON and ON KEY GOSUB statements instead).
Example
This example shows how the Print key is enabled in the Intermec Direct
Protocol and a label is printed (abbreviated instructions are used
whenever available):
INPUT ON
PRINT KEY ON
PP 100,100
FT "Swiss 721 BT"
PT "TEST LABEL"
<Press Print Key>
INPUT OFF