Header: #include
”7188xc.h”
Description: Prints data from the COM Port buffer. The COM Port
number is not assigned and can be modified using the
“port” parameter. Produces a formatted output, similar to
printf() from the standard C library.
Example: Please refer to “InstallCom()” for an example.
printCom1()
Function: Prints data from the buffer of COM1.
Syntax:
int printCom_1(char *fmt,...);
Header: #include
”7188xc.h”
Description: Prints data from the buffer of COM1. Produces a
formatted output, similar to printf() from standard C
library.
Example: This function is similar to printCom(). Please refer to
“InstallCom()” for an example.
I-7188XC Series User’s Manual(Ver.1.0, Apr/2007,7MH-21-10) ---
106
Содержание 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...