Wait for a uByte character to be received from the internal USART.
Requires: hardware.bas
Syntax: Waitc()
Example:
Dim inchar As uByte
inchar=Waitc()
Notes:
When including hardware.bas into a project, it should be placed before any other source file in the project tree view.