INKEY |
Action
Returns the ASCII value of the first character in the serial input buffer. Syntax var = INKEY() var = INKEY(#channel) Remarks Var Byte, Integer,
Word, Long or String variable. The INKEY routine
can be used when you have a RS-232 interface on your uP. The INKEY() function only works with the hardware UART, not the software UART. See
also Example
PRINT
A 'yes , there was a character in the buffer END
IF 'so print it Example
|