4.4 Functions and Demo Programs List
There are several demo programs that designed for I-7188XC(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-7188XC(D), and receives responses
from the I-7188XC(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
IO_PIN
Reads/writes the DO and DI of the
I-7188XC(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.
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.
File
EEPROM
Writes a value to the EEPROM and
shows it on the monitor.
I-7188XC Series User’s Manual(Ver.1.0, Apr/2007,7MH-21-10) ---
51
Содержание 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...