A SERVICE OF

logo

iVIEW-100 Series user’s Manual, 2006, v2.0 ----- 113
A.2.1 Type 1: Standard IO
Function Description
Kbhit Checks if any key board hit data is currently
available in the input buffer of COM1.
Getch Wait until get one character from key board hit.
Ungetch Put one character back to COM1's input buffer.
Putch Send one character to COM1.
Puts Send a string to COM1.
Scanf Get a formatted data like C's scanf. ( cannot
used on MSC / VC++, just TC/BC only)
Print Print a formatted data like C’s printf.
ReadInitPin Read the status of INIT* pin.
LineInput Input one line from StdInput.
……more……
T
here are more user function for Standard IO,
please refer to Appendix C iVIEW.h and CD\
Napdos\7188\miniOS7\manual\
index.html for
more detail information.