****************************** Mar-29-2006 [v3.01] for Windows 2000/98/NT 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_ExtINT_AdStart P100X_IntStartExTrigger P100X_INT_AdStop P100X_IntStop, 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. Change : Change the bus number limitation to 31. ****************************** Aug-17-2005 [v2.01.01] for Windows 2000 Fix : Fix inf file to contains full PCI hardware ID. ****************************** Aug-01-2005 [v2.01] for Windows 2000 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 for Windows 2000/98/NT Add : Add external Interrupt function. ***************************** Aug-07-2003 for Windows 2000 Fix: Remove debug message output when device not found. ****************************** Jul-23-2003 for Windows 2000 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 for Windows 2000 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 for Windows 98/NT Fix : Change the Interrupt-Architecture. Fix : Fix the declaration with prefix "P100X_". for Windows 2000 PCI-1002 Development Toolkit for Windows 2000 Version: 1.00 ****************************** Jul-17-1999 for Windows 98/NT Update : Fix the demo programs of Interrupt Mode to prevents the GAP. (Don't draw the wave if the process canceled by user.) Update : Fix the declaration file for VC and BCB for adapt to C and C++ syntax. ****************************** May-15-1999 for Windows 98/NT Update : Change the format of user manual to .PDF. The user may need to free download the Adobe Arcobat Reader at http://www.adobe.com/arcobat/ Add : Add the user manual "CallDLL.pdf", it describes how to call the DLL functions with VB, VC++, Delphi, BCB. Add : Add the user manual "ResCheck.pdf", it describes how to check the resoures on Windows 95/98/NT.