Programming instructions

Intermec Fingerprint v7.61 Programmers Reference Manual Ed. 764
Chapter 2 Program Instructions
DBSTDIO
Field of Application
Statement for selecting the standard IN/OUT channel for the Fingerprint
Debugger.
Syntax DBSTDIO <nexp
1
>,<nexp
2
>[,<sexp
1
>,<sexp
2
>]
DBSTDIO [<nexp
1
>,<nexp
2
>,]<sexp
1
>,<sexp
2
>
<nexp
1
> is the desired Debug STDIN channel:
0 = "console:"
1 = "uart1:" (default)
2 = "uart2:"
3 = "uart3:"
4 = "centronics:"
5 = "net1:"
6 = "usb1:"
<nexp
2
> is the desired Debug STDOUT channel:
0 = "console:"
1 = "uart1:" (default)
2 = "uart2:"
3 = "uart3:"
5 = "net1:"
6 = "usb1:"
<sexp
1
> Preamble (default: empty string)
<sexp
2
> Postamble (default: empty string)
Remarks
The maximum size of the preamble and postamble strings is 12 characters.
Related instructions are DBBREAK, DBBREAK OFF, DBEND, and
DBSTEP.
Example
This statement selects "uart2:" as Debug STDIO channel. Preamble is
speci ed as in" and postamble as out":
DBSTDIO 2,2,"in","out"