Demo list for 7188XB

Folder

Demo

Explanation

Hello

Hello_C

Detecting if the operation system is Minios7. 

Note: MSC don't support C++.  Hello _ C ++ is only supported by BC.

Hello_C++

COM_Ports

C_Style_IO

1. Show how to write a function for input data.
2. To get a string.
3. To use C function: sscanf,or just use Scanf().

Receive

Receive COM port.

Slv_COM

PC sends commands to I-7188, and get back responses. And shows how to use another COM port or LED to show information to help you debug your program.

ToCom_In_Out

To Read/Write the byte data via COM port.

DateTime

¡@

To read the date and time of RTC peer second and print it on monitor (user can set the date and time).

IO_PIN

¡@

The program will send DOx High or Low, and DIx will also read High or Low.

Pwrsave1

¡@

Demo for how to use CPU's power save mode.

LED

Led

To use DelayMs function for LED ON/OFF.

Seg7led To control red led and 7-segment display.

File

Config_1_Basic

In many applications, users need one text file to record some information and the program can read it. You can use FSeek to get specific information in text files.

Config_2_Advanced To extend config_1_Basic, and add GetProFileInt,  GetProFileFloat, GetProFileStr. You can use these functions to discriminate "Type" from text files.
WriteFile

write and build a file to flash

Memory Demo5

To read and write NVSRAM.

EEPROM

To write a value to EEPROM and show it on monitor.

EEPROM-r

Reading the data you wrote to EEPROM.

EEPROM-w

To input a value to write to EEPROM block 1 peer address (value will auto-plus 1).

Flash

To read, write and erase Flash memory.

Flash-r

To read the value that is wrote to the flash memory.

Flash-w

To input a value wrote in flash memory (value will auto-plus 1).

NVRAM-r

To read the value that is wrote to NVRAM.

NVRAM-w

To write a value to NVRAM (value will auto-plus 1).

Top-Mem

Demonstration for function: ¡¥AllocateTopMemory()¡¦

Misc Reset Restore initial value.
Runprog To use Ungetch() to run another program.
SerialNumber

To get serial number of 7188.

Watchdog If system is reset by watchdog timer, then load this file and run it. 
7K87K_Module 7K87K_demo_for_com User can use com2 to connect and control 7k or 87k modules.
7K87K_AI_for_Com
7K87K_DI_for_Com
7K87K_DIO_for_Com
7k87K_DO_for_Com
AO_024_for_Com
AO_22_26_for_Com

Timer

Demo90 It¡¦s the demonstration for using Timer function.
Demo91 To use CountDownTimer channel 0 for LED ON/OFF.
Demo92 To use StopWatch channel 0 for led ON/OFF.
Demo96 To use User timer function for 5DigitLed.
Demo97 To use DelayMs function for LED ON/OFF.
Demo98 To use I-7188 timer function to send/receive data to or from 7000's modules.

XBoard

  Demo programs for all I/O expansion boards which is suitable for the i-7188XB controller.

¡@

¡@