UBI EasyCoder 201 IIE Manuale delle Istruzioni Pagina 126

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 332
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 125
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
Vedere la pagina 125
1 2 ... 121 122 123 124 125 126 127 128 129 130 131 ... 331 332

Commenti su questo manuale

Nessun commento