Appendix D: Library Function List
The table below lists the most commonly used functions. For more
details of all functions, refer to the instructions in the
CD:\Napdos\MiniOS7\document\Lib_Manual_For_7188XABC\index_e.htm
file or
http://ftp.icpdas.com/pub/cd/8000cd/napdos/minios7/document/lib_man
ual_for_7188xabc/index_e.htm on the web.
Type 1: Standard IO
Function Description
Kbhit
Checks if any keyboard input data is currently available in the input
buffer of COM1.
Getch
Waits until a single character is received from keyboard input.
Ungetch
Returns a single character to the input buffer of COM1.
Putch
Sends a single character to COM1.
Puts
Sends a string to COM1.
Scanf
Retrieves formatted data such as scanf in the C language (Cannot
used on MSC/VC++, only TC/BC)
Prints formatted data such as printf in the C language.
ReadInitPin
Reads the status of the INIT* pin.
LineInput
Inputs a single line from StdInput.
…More…
There are more user functions for Standard IO. For more detailed
information, please refer to the 7188xc.h file and
CD:\Napdos\MiniOS7\document\Lib_Manual_For_7188XABC\index.htm
I-7188XC Series User’s Manual(Ver.1.0, Apr/2007,7MH-21-10) ---
97
Содержание I-7188XC Series
Страница 87: ...I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 87...
Страница 136: ...I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 136...
Страница 142: ...Step 8 Make the project I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 142...
Страница 149: ...Step 8 Rebuild the project I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 149...