der Unterschied ist schnell erklärt und steht auch schön in der Hilfe drin:
Zitat Zitat von Bascom Hilfe
While Inkey() returns a character from the serial buffer too, INKEY() continues when there is no character. Waitkey() waits until there is a character received. This blocks your program.
mfg