[2006/11/07] 1.If the MiniOS7 version for I-7188(D) is 2.0 or later, it also need using the library version 2.0 or later to link the program. Using the library in the sub-folder named "lib" then the demo program will work in I-7188(D) that using MiniOS7 2.0. 2.The library is in Large modle. 3.Get the latest library for MiniOS7 2.0 from http://ftp.icpdas.com.tw/pub/cd/8000cd/napdos/minios7/minios7_2.0/i-7188/lib/ 4.Some differences between the library for MiniOS7 1.0 and the library for MiniOS7 2.0 : (1)The two varibles,Com4InterruptCount and Com3IntCount,are no longer used again in the library for MiniOS7 2.0. Befor the demo echo485.c is compilered, the varible,Com4InterruptCount, has to be marked. Befor the demo echocom.c is compilered, the varible,Com3IntCount, has to be marked. (2)The function name,Is7188x(),is changed to Is7188(). Befor the demo hello1.c is compilered, the function name,Is7188x(), has to be changed to Is7188(). (3)The function name,IsResetByPowerOff(),is changed to IsResetByPowerOn(). Befor the demo watchdog.c is compilered, the function name,IsResetByPowerOff(), has to be changed to IsResetByPowerOn().