UBI EasyCoder 201 IISA Manual de instrucciones Pagina 71

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 181
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 70
70
Intermec Fingerprint 6.13 – Programmer's Guide
7. INPUT TO FINGERPRINT, cont'd.
6. Input from Printer's
Keyboard, cont'd.
The printable characters actually generated by the respective ASCII
value depend on the selected character set (NASC) and possible
MAP statements, see chapter 9.1.
In case of INPUT# and LINE INPUT#, the input will not be
accepted until a carriage return (< Enter >) is issued.
This example demonstrates how the printable character and deci-
mal ASCII value of various keys on the printer's keyboard can be
printed to the screen of the host. You can break the program by
holding down the <C> key and pressing <Pause>.
10 PRINT "Character", "ASCII value"
20 OPEN "console:" FOR INPUT AS 1
30 A$=INPUT$(1,1)
40 B%=ASC(A$)
50 PRINT A$, B%
60 GOTO 30
70 CLOSE 1
RUN
Vista de pagina 70
1 2 ... 66 67 68 69 70 71 72 73 74 75 76 ... 180 181

Comentarios a estos manuales

Sin comentarios