148
[ 2 ] I/O devices capable of being monitored by the event poll-
ing
Listed below are the I/O devices which the event polling can monitor.
* Only for models equipped with a touch screen
■
Monitoring with the
INP
Function
Combining the
INP
function with the above functions enables more elaborate programming for
event polling.
For the
INP
function, refer to Appendix D, "I/O Ports."
I/O Devices
Monitor Means
Events
Keyboard
INKEY$
function
Input of one character
from the keyboard
Bar code reader
EOF
or
LOC
function
Presence/absence of bar
code data input or the
number of read characters
(bytes)
Receive buffer
EOF
,
LOC
, or
LOF
function
Presence/absence of
receive data or the num-
ber of received charac-
ters (bytes)
Timer
TIMEA
,
TIMEB
, or
TIMEC
function
Timer count-up
Touch screen*
INKEY$
function
Input of one character
from touch keys
Summary of Contents for BHT-BASIC 100 SERIES
Page 1: ......
Page 161: ...153 Chapter 10 Sleep Function CONTENTS 10 1 Sleep Function 154...
Page 163: ...155 Chapter 11 Resume Function CONTENTS 11 1 Resume Function 156...
Page 173: ...165 Chapter 13 Backlight Function CONTENTS 13 1 Backlight Function 166...
Page 249: ...241 Example CLOSE IF kyIn Y THEN KILL Master Dat END IF Reference Statements CLFILE...