Developing drivers with the windows driver foundation(WDF) - Step by Step (II)
Using the KMDF universal echo driver to test
Download and extract the KMDF Echo sample from GitHub
The echo sample in GitHub:
https://github.com/Microsoft/Windows-driver-samples/general//echo/umdf2
Open the driver solution in Visual Studio
To build your driver and create a driver package, choose Build Solution from the Build menu. Microsoft Visual Studio displays build progress in the Output window. (If the Output window is not visible, choose Output from the View menu.)
In the UmdfDriver Property Pages window, go to Configuration Properties > Driver Install > Deployment,
Download and extract the KMDF Echo sample from GitHub
The echo sample in GitHub:
https://github.com/Microsoft/Windows-driver-samples/general//echo/umdf2
Open the driver solution in Visual Studio
To build your driver and create a driver package, choose Build Solution from the Build menu. Microsoft Visual Studio displays build progress in the Output window. (If the Output window is not visible, choose Output from the View menu.)
In the UmdfDriver Property Pages window, go to Configuration Properties > Driver Install > Deployment,
To deploy the driver, click Build Solution or Deploy Solution from the Build menu, or press F5 to build, deploy, and start debugging.





留言
張貼留言