Developing Device Driver with WinDriver

To develop the device driver in Windows is one of the difficulties for the development of an application system,because it requires familiarity with inner operation system,DDK and the driver mode.In nowadays,there are some driver development tools for programming,such as WinDriver.WinDriver is a development toolkit that dramatically simplifies the difficult task of creating device drivers and hardware access applications.It shortens the developing periods on the basis of assuring the performance of driver programmes.This paper introduces the steps and methods of developing device driver in Windows operation system and gives a developing case with ISA card.