A SERVICE OF

logo

iVIEW-100 Series user’s Manual, 2006, v2.0 ----- 64
5.1.1 iVIEWL.lib
There are hundreds of functions supported in iVIEWL.lib. You can see
all their declarations in iVIEW.h. Here will list the most frequently used
functions below.
No
Type Function
1
Standard IO
Kbhit, Getch, Ungetch, Putch, Puts, Scanf, Print,
ReadInitPin, LineInput….……... more ……………..
2
COM port InstallCom, InstallCom1, InstallCom2, InstallCom3……
RestallCom, RestallCom1, RestallCom2……
IsCom, IsCom1, IsCom2……, ReadCom, ReadCom1……
ClearCom, ClearCom1…, ToCom, ToCom1, ToCom2......
PrintCom, PrintCom1, PrintCom2…………more…………
3
EEPROM EnableEEP, WriteEEP, ProtectEEP, ReadEEP,
InitEEPROM...
4
NVRAM &
RTC
ReadNVRAM, WriteNVRAM, GetTime, SetTime, GetDate,
SetDate, GetWeekDay……………
5
Flash Memory
FlashReadId, FlashErase, FlashWrite, FlashRead………
6
Timer &
Watchdog
Timer
TimerOpen, TimerClose, TimerResetValue,
TimerReadValue
DelayMs, Delay, Dealy_1, Delay_2, StopWatchStart,
StopWatchReset, StopWatchStop, StopWatchPause,
StopWatchCountine, StopWatchReadValue,
CountDownTimerStart, CountDownTimerReadValue,
InstallUserTimer, InstallUserTimer1C
EnableWDT, DisableWDT, RefreshWDT…………
7
File GeFileNo, GetFileName, GetFilePositionByNo,
GetFileInfoByNo, GetFileInfoByName…………
8
Connect to
7000
SendCmdTo7000, ReceiveResponseFrom7000,
ascii_to_hex, hex_to_ascii……
9
Others ……….………………..more …………………………..
Refer to CD\napdos\7188\minios7\manual\index.html for more detail description
and information.
For more detail description and demo programs information
please see the Appendix A: User function.