[Last modify time:2006/09/15]
1.7521: The firmware for the I-7521(firmware version 2.0)
2.7521odm1: I-7521+ real time control DIO
3.7521odm2: I-7521+ real time control AD&DA
4.7521odm3: I-7521+ real time control Event counter
5.7521odm4: I-7521+ real time control Sensor and Multiplex
6.7522odm5: I-7522+ real time monitor HP34401A & alarm control
7.7522odm6: bypass commands from COM1 to COM3. COM3 bypasses the response to COM1.
8.7522: The firmware for the I-7522(firmware version 2.0)
9.7522a: The firmware for the I-7522A(firmware version 1.0)
10.7523: The firmware for the I-7523(firmware version 2.0)
11.7524: The firmware for the I-7524(firmware version 1.0)
12.7527: The firmware for the I-7527(firmware version 1.0)

13.hp34401a:  for I-7521/I-7522/I-7523
      [a]com.h: The header file
      [b]hp21_1.c: Linking a I-7521 to an HP34401A
      [c]hp22_1.c: Linking a I-7522 to an HP34401A
      [d]hp22_m.c: Linking Multiple-I-7522s to an HP34401A
      [e]hp23_1.c: Linking a I-7523 to an HP34401A
      [f]hp23_m.c: Linking Multiple-I-7523s to an HP34401A
      [g]hp34401a.c: Linking the PC to an HP34401A

14.lib: 
  /*All newest library files are located at: 
       For I-7521/I-7522/I-7523:
           companion cd: napdos/minios7/minios7_1.0/7188xc/lib/
                         or napdos/minios7/minios7_2.0/i-7188xc/lib/
           http://ftp.icpdas.com.tw/pub/cd/8000cd/napdos/minios7/minios7_1.0/7188xc/lib/
           http://ftp.icpdas.com.tw/pub/cd/8000cd/napdos/minios7/minios7_2.0/i-7188xc/lib/
         
       For I-7522A/I-7524/I-7527:
           companion cd: napdos/minios7/minios7_1.0/7188xb/new/lib/
                         or napdos/minios7/minios7_2.0/i-7188xb/lib/
           http://ftp.icpdas.com.tw/pub/cd/8000cd/napdos/minios7/minios7_1.0/7188xb/new/lib/  
           http://ftp.icpdas.com.tw/pub/cd/8000cd/napdos/minios7/minios7_2.0/i-7188xb/lib/ 

       If you want to re-compile the demo programs,
       please copy the newest library files into this lib directory.
   */

    For I-7521/I-7522/I-7523
       7188xs.lib:for SMALL programs. (TC/BC++/MSC/MSVC++)
       7188xl.lib:for LARGE programs. (TC/BC++/MSC/MSVC++)
       7188x.h:All the functions declared are in the 7188x.h, 
       please use #include7188x.h. 7188x.h should be in 
       the same directory as 7188xs.lib

    For I-7522A/I-7524/I-7527
       7188xbs.lib:for SMALL programs. (TC/BC++/MSC/MSVC++)
       7188xbl.lib:for LARGE programs. (TC/BC++/MSC/MSVC++)
       7188xb.h:All functions declared are in the 7188xb.h file.
       Use #include7188xb.h. 7188xb.h is put on the same 
       directory as 7188xbs.lib