Programming instructions
Intermec Fingerprint v7.61 – Programmer’s Reference Manual Ed. 730
Chapter 2 Program Instructions
BREAK
Field of Application
Statement specifying a break interrupt character separately for the
keyboard and each serial communication channel.
Syntax BREAK<nexp
1
>,<nexp
2
>
<nexp
1
> is one of the following devices:
0 = "console:"
1 = "uart1:"
2 = "uart2:"
3 = "uart3:"
<nexp
2
> is the decimal ASCII value for the break interrupt character.
Default: Comm. channels: ASCII 03 decimal
Console: ASCII 158 decimal (<Shift> + <Pause>)
Remarks
The execution of a program can be interrupted using a method specifi ed
by the BREAK statement. In addition, the printing of a batch of labels can
also be interrupted and resumed by pressing the <Pause> or the <Print>
key on the printer’s front panel.
To issue a break interrupt, by default, hold down the <Shift> key and press
the <Pause> key. Together these keys will produce the ASCII character
158 decimal (128 + 30).