diff options
| author | Barry Golden <[email protected]> | 2019-09-30 10:40:48 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-30 10:40:48 -0700 |
| commit | 85e09b9be0b4359d46d3fdf196b4a39e74060920 (patch) | |
| tree | c0d6a9f68787fa8b2d991fe7ee91507e12547339 /wpd/WpdBasicHardwareDriver/README.md | |
| parent | f7eb738097908a1e32ca2a07a605bba0e85ccb95 (diff) | |
Diffstat (limited to 'wpd/WpdBasicHardwareDriver/README.md')
| -rw-r--r-- | wpd/WpdBasicHardwareDriver/README.md | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/wpd/WpdBasicHardwareDriver/README.md b/wpd/WpdBasicHardwareDriver/README.md index de510d47..56414e93 100644 --- a/wpd/WpdBasicHardwareDriver/README.md +++ b/wpd/WpdBasicHardwareDriver/README.md @@ -8,16 +8,6 @@ products: - windows-wdk --- - -<!--- - name: WPD Basic Hardware Sample Driver - platform: UMDF1 - language: cpp - category: WDP - description: Supports nine sensor devices that integrate with the Parallax BS2 programmable microcontroller. - samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620318 ----> - # WPD Basic Hardware Sample Driver (UMDF Version 1) The WpdBasicHardwareDriver is a WPD driver that supports nine devices. These devices were selected because of their simplicity. This simplicity allowed the sample to focus on the tasks that are common to portable devices without getting bogged down in hardware complexities. @@ -32,15 +22,15 @@ The circuit designs are based on the sample circuits provided by Parallax in the The microcontroller firmware for each of the nine circuits is included in the **\\firmware** subdirectory of this sample. -For a complete description of this sample and its underlying code and functionality, refer to the [WPD Basic Hardware Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff597697) description in the Windows Driver Kit documentation. +For a complete description of this sample and its underlying code and functionality, refer to the [WPD Basic Hardware Driver](https://docs.microsoft.com/windows-hardware/drivers/portable/the-wpdbasichardwaredriver-sample) description in the Windows Driver Kit documentation. ## Related topics -[WPD Design Guide](http://msdn.microsoft.com/en-us/library/windows/hardware/ff597864) +[WPD Design Guide](https://docs.microsoft.com/windows-hardware/drivers/portable/wpd-design-guide) -[WPD Driver Development Tools](http://msdn.microsoft.com/en-us/library/windows/hardware/ff597568) +[WPD Driver Development Tools](https://docs.microsoft.com/windows-hardware/drivers/portable/familiarizing-yourself-with-the-sample-driver) -[WPD Programming Guide](http://msdn.microsoft.com/en-us/library/windows/hardware/) +[WPD Programming Guide](https://docs.microsoft.com/windows-hardware/drivers/portable/wpd-programming-guide) ## Installation @@ -49,10 +39,14 @@ To test this sample, you must have a test computer. This can be a second compute To install the WpdBasicHardwareDriver sample, do the following: 1. Copy the driver binary and the wpdbasichardwaredriver.inf file to a directory on your test computer (for example, C:\\wpdbasichardwaredriver.) + 1. Copy the UMDF coinstaller, WUDFUpdate\_*MMmmmm*.dll, from the \\redist\\wdf\\\<architecture\> directory to the same directory (for example, C:\\wpdbasichardwaredriver). - **Note** You can obtain the co-installers by downloading and installing the "Windows Driver Framework (WDF)" package from [WDK 8 Redistributable Components](http://go.microsoft.com/fwlink/p/?LinkID=226396). + > [!NOTE] + > You can obtain the co-installers by downloading and installing the "Windows Driver Framework (WDF)" package from [WDK 8 Redistributable Components](https://go.microsoft.com/fwlink/p/?LinkID=253170). 1. Navigate to the directory that contains the INF file and binaries (for example, cd /d c:\\wpdbasichardwaredriver), and run DevCon.exe as follows: - **devcon.exe install wpdbasichardwaredriver.inf WUDF\\WpdBasicHardware** - You can find DevCon.exe in the \\tools directory of the WDK (for example, \\tools\\devcon\\i386\\devcon.exe).
\ No newline at end of file + + `devcon.exe install wpdbasichardwaredriver.inf WUDF\WpdBasicHardware` + + You can find DevCon.exe in the \\tools directory of the WDK (for example, \\tools\\devcon\\i386\\devcon.exe). |
