I-7188XA Series User’s Manual ( Ver1.2, Feb/2014, 7MH-019-10 ) ---
110
Header:
#include ”7188xa.h”
Description: Sends data to COM1. Assigned to COM1.
Example: Please refer to “InstallCom1()” for an example.
printCom()
Function: Prints data to COM and PC. The COM Port number is not
assigned.
Syntax:
int printCom(int port,char *fmt,...);
Header:
#include ”7188xa.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 ”7188xa.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.
Summary of Contents for I-7188XA
Page 62: ...I 7188XA Series User s Manual Ver1 2 Feb 2014 7MH 019 10 62 5 6 COM1 RS 232 1 2 232...
Page 90: ...I 7188XA Series User s Manual Ver1 2 Feb 2014 7MH 019 10 90 1 2...
Page 140: ...I 7188XA Series User s Manual Ver1 2 Feb 2014 7MH 019 10 140...
Page 146: ...I 7188XA Series User s Manual Ver1 2 Feb 2014 7MH 019 10 146 Step 8 Make the project...
Page 153: ...I 7188XA Series User s Manual Ver1 2 Feb 2014 7MH 019 10 153 Step 8 Rebuild the project...
Page 158: ...I 7188XA Series User s Manual Ver1 2 Feb 2014 7MH 019 10 158...
Page 162: ...I 7188XA Series User s Manual Ver1 2 Feb 2014 7MH 019 10 162...
Page 164: ...I 7188XA Series User s Manual Ver1 2 Feb 2014 7MH 019 10 164...