static void putch(char ch)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter | Description |
---|---|
ch | sends a character to the console |
The iLCD Manager XEJoC Manager receives only one character from the panelJoC board and prints it to the console.
Note
Example
char c = 'h';
Console.putch(c);
Copyright © demmel products gmbh. All rights reserved.