Information on Digital I/O Driver

1. About the Digital I/O Driver
2. Selection Guide

3. Specification Comparison

4. Features of API-DIO(WDM)

5. Q & A


 

1. About the Digital I/O Driver

Digital I/O driver is composed of API-DIO(WDM) and API-DIO(98/PC).
API-DIO(WDM) is new driver software for executing digital I/O on Windows.  It was developed by the goal of "easy to use" and "high functionality" compared with API-DIO(98/PC) that is a earlier edition.

When you use digital I/O devices, you are suggested to use API-DIO(WDM), but you should pay attention to the operation environment.  API-DIO(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-DIO(98/PC).
(For details, please refer to 3. Specification Comparison)

INDEX

 

2. Selection Guide

Here is the selection guide to help you easily choose the available driver.

INDEX

 

3. Specification Comparison

The table shows the specification comparison of the two kinds of driver.

Specifications API-DIO(WDM) API-DIO(98/PC)
Support OS <32bitOS>
Microsoft Windows 7
Microsoft Windows Server 2008
Microsoft Windows Vista
Microsoft Windows Server 2003
Microsoft Windows XP Home Edition
Microsoft Windows XP Professional
Microsoft Windows 2000 Professional

<64bitOS>
Microsoft Windows 7 x64
Microsoft Windows Server 2008 x64 Edition
Microsoft Windows Vista x64 Edition
Microsoft Windows Server 2003 x64 Edition
Microsoft Windows XP Professional x64 Edition
<32bitOS>
Microsoft Windows 7
Microsoft Windows Vista
Microsoft Windows Server 2003
Microsoft Windows XP Home Edition
Microsoft Windows XP Professional
Microsoft Windows 2000 Professional
Microsoft Windows NT 4.0
Microsoft Windows NT 3.51
Microsoft Windows Me
Microsoft Windows 98 Second Edition
Microsoft Windows 98
Microsoft Windows 95
Support Language Microsoft Visual Basic .NET2002, 2003
Microsoft Visual Basic Ver 6.0, 2005 (*1), 2008 (*1)
Microsoft Visual C++ .NET2002(*2), 2003(*2)
Microsoft Visual C++ Ver 6.0, 2005 (*1), 2008 (*1)
Microsoft Visual C# .NET2002, 2003
Microsoft Visual C# 2005 (*1), 2008 (*1)

*1 Express Edition is contained
*2 MFC only
Microsoft Visual Basic .NET 2002, 2003
Microsoft Visual Basic Ver4.0, 5.0, 6.0, 2005
Microsoft Visual C++ .NET 2002, 2003
Microsoft Visual C++ Ver2.0, 4.0, 5.0, 6.0, 2005
Microsoft Visual C# .NET 2002, 2003, 2005
Microsoft Visual C# Ver2005
Borland Delphi Ver4.0, 5.0, 6.0
Borland C++ Builder Ver4.0, 5.0, 6.0
Borland C++ Ver4.50, 5.0
Support Device PCI Express Bus Board
CompactPCI Bus
Card Bus
PCI Bus Board
PCI Express Bus Board(Except DIO-32DM-PE)
CompactPCI Bus
Card Bus
PCI Bus Board
PC Card
ISA Bus Board
 
INDEX

 

4. Features of API-DIO(WDM)

Easy-to-understanding Interface

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.

Concealing difference between hardware functionality

The difference between hardware is concealed in the driver as possible.
The function interface is common to API of USB device.

Easy to install and set up the driver

After a device is searched out, follow the wizard direction to install the driver.
After installation, you should just make a decision of the device name in property page of device manager.
 

INDEX

 

5. Q & A

Is API-DIO(WDM) compatible with API-DIO(98/PC)?
Will API-DIO(98/PC) not be sold in the future?

Can API-DIO(98/PC) be changed to API-DIO(WDM) if it is being used at present?

Can the two kinds of driver be used at the same time?


Q. Is API-DIO(WDM) compatible with API-DIO(98/PC)?

A. Both API-DIO(WDM) driver and API-DIO(98/PC) driver are not compatible each other.

Please keep on using API-DIO(98/PC) if you still use existing system.
It is suggested to use API-DIO(WDM) in which case such as developing new system and investigating the change of using board.


Q. Will API-DIO(98/PC) not be sold in the future?

A. It will be kept on selling in the future.
Please keep on using API-DIO(98/PC) if you still use existing system.


Q. Can API-DIO(98/PC) be changed to API-DIO(WDM) if it is being used at present?

A. Yes.  Uninstall the present driver and install the new driver.


Q. Can API-DIO(WDM) and API-DIO(98/PC) be used at the same time?

A. No.  Two kinds of driver can not be used to one board.
For example, if API-DIO(98/PC) is being used, you cannot use API-DIO(WDM) for programming to implement the specific functionality.


INDEX