4.4 Functions and Demo Programs List
There are several demo programs that designed for I-7188XB(D). For
more detailed information regarding these programs, please refer to the
contents in later sections. The functions of the demo programs are as
follows:
Folder Demo
program
Explanation
Section
Hello_C 3.3.4
Hello
+
Detecting if the operation system is
MiniOS7.
Note:
MSC does not support C++
language. The + file is only
supported by BC.
C_Style_IO
1. Shows how to write a function to
input data.
2. Shows how to retrieve a string.
3. Shows how to use a C function:
sscanf, or just use Scanf().
Receive Receive
data
from the COM Port.
Slv_COM
The PC sends commands to the
I-7188XB(D), and receives responses
from the I-7188XB(D). Also shows how
to use another COM Port or LED to show
information to help debug a program.
COM_Port
ToCom_In_Out
Reads/writes the byte data via the
COM Port.
4.6
DateTime
Reads the date and time from an
RTC and prints it on a monitor (user
can also set the date and time).
IO_PIN
Reads/writes the DO and DI of the
I-7188XB(D).
4.11
Led
Shows how to use the DelayMs function
to switch the LED ON or OFF.
LED
Seg7led
Controls the red LED and 5-digit
7-segment LED.
4.7
Config_1_Basic
In many applications, a text file is
needed in order to record specific
information so that the program can
read it. FSeek can be used to retrieve
specific information from a text file.
File
Config_2_Advanced
Extends config_1_Basic, and adds
GetProFileInt, GetProFileFloat and
GetProFileStr. These functions can
be used to determine the "Type" from
a text file.
I-7188XB Series User’s Manual(Ver.1.0, Apr/2007,
7MH-020-10
) ---
51
Summary of Contents for I-7188XB Series
Page 88: ...I 7188XB Series User s Manual Ver 1 0 Apr 2007 7MH 020 10 88...
Page 138: ...I 7188XB Series User s Manual Ver 1 0 Apr 2007 7MH 020 10 138...
Page 144: ...Step 8 Make the project I 7188XB Series User s Manual Ver 1 0 Apr 2007 7MH 020 10 144...
Page 151: ...Step 8 Rebuild the project I 7188XB Series User s Manual Ver 1 0 Apr 2007 7MH 020 10 151...