1. About the Timer Driver 2. Selection Guide 3. Specification Comparison 4. Features of API-TIMER(WDM) 5. Q & A
Timer driver is composed of API-TIMER(WDM) and API-TIMER(W32). API-TIMER(WDM) is new driver software for executing timer on Windows. It was developed by the goal of "easy to use" and "high functionality" compared with API-TIMER(W32) that is a earlier edition.
When you use timer devices, you are suggested to use API-TIMER(WDM), but you should pay attention to the operation environment. API-TIMER(WDM) is planed to support the new OS and devices, but not support Windows NT4.0, Windows 95, ISA bus and so on. For those environment mentioned above, please use API-TIMER(W32). (For details, please refer to 3. Specification Comparison)
Here is the selection guide to help you easily choose the available driver.
The table shows the specification comparison of the two kinds of driver.
It can be used simply and easily because of the lineup of functions classified by functionality. A lot of sampling programs are prepared corresponding to using method.
Is API-TIMER(WDM) compatible with API-TIMER(W32)? Will API-TIMER(W32) not be sold in the future? Can API-TIMER(W32) be changed to API-TIMER(WDM) if it is being used at present?
Q. Is API-TIMER(WDM) compatible with API-TIMER(W32)?
A. Both API-TIMER(WDM) driver and API-TIMER(W32) driver are not compatible each other.
Please keep on using API-TIMER(W32) if you still use existing system. It is suggested to use API-TIMER(WDM) in which case such as developing new system and investigating the change of using board.
Q. Will API-TIMER(W32) not be sold in the future?
A. It will be kept on selling in the future. Please keep on using API-TIMER(W32) if you still use existing system.
Q. Can API-TIMER(W32) be changed to API-TIMER(WDM) if it is being used at present?
A. Yes. Uninstall the present driver and install the new driver.