http://www.daqsystem.com
USB-EK01 Users Manual (Rev 1.0)
- 38 -
5.4 Make USB PC driver
DDK(Driver Development Kit) shall be installed to PC in order to make a driver for
Win32.
Usable DDK is Windows 98/2000/me. Before DDK installation, Visual C++ shall be
installed more than version 5.0.
The environmental setting order that can be made from a driver is as follows.
(1) Visual C Installation
(2) DDK Installation
You can see a figure 5.15 after finished installation. Checked build
environment is a compile environment which involved a debugging information
and it is used in case of development, Free build environment is used a driver for
distribution.
[Figure 5.15 Installed DDK]
You shall make generally compile after the first installation. In other words, if
each environment performs, it will move to the folder which installed DDK.
Execution
build –cZ,
total source will be compiled. An expectation lead time is
approximately 30 minutes. If compile doesn
’
t work normally, there have a
problem of installation.
A DDK source location is as follows.
♣
NTDDK
₩
src
₩
wdm
₩
usb
₩
bulkusb
♣
NTDDK
₩
src
₩
wdm
₩
usb
₩
isousb
♣
NTDDK
₩
src
₩
wdm
₩
hid