Jan-29-2007 [V3.03]

Fix PNP Board mapping problem

******************************
Dec-01-2006 [v3.02]

Add Channel Scan function
******************************
Mar-29-2006 [v3.01]

Change : There are functions reserved now, and new functions are provided 
         to replace them. They have the same parameters.
         
         Old function              New function
         ================          ==================
         P100X_Delay               P100X_DelayTick
         P100X_Do                  P100X_DigitOut
         P100X_Di                  P100X_DigitIn

         P100X_SetChannelConfig    P100X_SetChConfig
         P100X_Polling             P100X_AdPollingH
         P100X_AdPolling           P100X_AdPollingF
         P100X_AdsPolling          P100X_AdMultiPollingF
         P100X_AdsPacer            P100X_AdMultiPacer

         P100X_InstallIrq          P100X_IntInstall
         P100X_GetBuffer           P100X_IntGetBufferH
         P100X_GetFloatBuffer      P100X_IntGetBufferF
         P100X_GetIntCount         P100X_IntGetCount
         P100X_INT_AdStart         P100X_IntStart
         P100X_ExINT_AdStart       P100X_IntStartExTrigger
         P100X_INT_AdStop          P100X_IntStop
         P100X_RemoveIrq           P100X_IntRemove

         The parameter of P100X_DigitOut() and P100X_DigitIn() functions 
         have a little difference from the old ones. New function requires 
         4-byte data type to transfer 2-byte data, it is useful for programming
         languages whichs do not support unsigned data type.
         
Change : Combines the DLL driver and OCX control in a single setup program.

Fix    : The intrrupt function may cause crash in some critical system. Fix it!

******************************
Aug-17-2005 [v2.01.01]

Fix : Fix inf file to contains full PCI hardware ID.

******************************
Aug-01-2005 [v2.01]

Change : Repack the SDK to register it's inf file when installation.

Change : Remove all manual from the SDK package. Users can get these
         manual from the CD directly.
         CD:\NAPDOS\PCI\PCI-1002\Manual   (for Hardware and software)
         CD:\NAPDOS\PCI\Manual            (for related manuals)

******************************
Jan-26-2005

Add : Add external Interrupt demo for VB.

*****************************
Aug-07-2003

Fix: Remove debug message output when device not found.

******************************
Jul-23-2003

Change : PCI-1002 board changes the EEPROM configuration to require 256 
         I/O address range (original requires 512 I/O address range) for 
         the BAR1.
         Driver has been fix the check the size of I/O address range, and 
         supports both old and new configuration of hardware.

******************************
Aug-07-2001

Change : Change the ISR to uses the dynamic allocated buffer.
         Add the P100X_RemoveIrq() to remove the buffer.

Change : Driver gets the base-address information while P100X_ActiveBoard()
         been called. Thus, before calling the P100X_GetConfigureAddressSpace()
         function, users have to make sure the P100X_ActiveBoard() have been
         called with the specified board number.


******************************
Mar-02-2000

PCI-1002 Development Toolkit
for Windows 2000
Version: 1.00


