Programming instructions

Intermec Fingerprint v7.61 Programmers Reference Manual Ed. 7124
Chapter 2 Program Instructions
IMMEDIATE, cont.
Remarks, cont.
IMMEDIATE MODE
Layout Input On/Off indicates whether or not a layout is being recorded in the
Direct Protocol as speci ed by LAYOUT INPUT and LAYOUT END.
Dbstdio On/Off indicates whether the debug standard I/O is active or not.
The following conditions are not reported:
- Running a Fingerprint application.
- Execution of a TRANSFER KERMIT, FILE& LOAD, IMAGE LOAD,
LOAD, RZ, and STORE INPUT instruction.
- Running external commands (ush).
- Running the Setup Mode or execution of a SETUP statement.
IMMEDIATE STDIO
Two lines will be transmitted on the STDOUT port with information on the
current STDIN and STDOUT channels regarding port, baud rate, character
length, parity, and stop bits.
Examples
A program can be written without using any line numbers, as illustrated by
this short example. QQQ is used as a line label:
IMMEDIATE OFF
yields:
Ok
PRINT "LINE 1"
GOSUB QQQ
END
QQQ: PRINT "LINE 2"
RETURN
IMMEDIATE ON
Ok
RUN
yields:
LINE 1
LINE 2
Ok
This example shows how the status of the various modes are checked:
IMMEDIATE MODE
yields for example:
execution=OFF, immediate=ON, input=OFF, layout input = Off
This example shows how the status of the STDIN and STDOUT channels
are checked:
IMMEDIATE STDIO
yields for example:
stdin=uart1:, 9600, 8, NONE, 1
stdout=uart1:, 9600, 8, NONE, 1