哪吒机器人提醒:

提醒:driver writing != bus driving
【标题】How to install WDF drivers (Quick-Start)
【摘要】This post is a small quick-start on how to install WDF drivers.Part 1: Installing a UMDF driverYou can start with the echo sample, which is located at %WinDDK%\6001.18002\src\umdf\echo. First, you need to do a bcz in that directory. In your output directory you should see the following files:1) WudfEchoDriver.dll: This is the UMDF echo driver2) WudfEchoDriver.inf: This is your inf3) WudfEchoDriver.pdb: This is the pdb of your driver Copy these 3 files (the pdb is not needed actually, but it mi... (04-09 13:28)