Home  /  Autodocs  /  debug.lib

NAME

KGetChar
gets a character from the console (defaults to the serial port at 9600 baud)

SYNOPSIS

char = KGetChar()
D0

FUNCTION

Busy wait until a character arrives from the console. KGetChar is the assembly interface, _KGetChar and _kgetc are the C interfaces.