diff options
| author | Barry Golden <[email protected]> | 2015-08-07 17:05:36 -0700 |
|---|---|---|
| committer | Barry Golden <[email protected]> | 2015-08-07 17:05:36 -0700 |
| commit | 93217010e0c3d492c432fbccb167f6070775ba36 (patch) | |
| tree | 914aa9ccf9757a996882321d0896262989e80459 /wpd/WpdBasicHardwareDriver/ReadMe.md | |
| parent | 7c089b4b332b8a8bd2e29672bbf4f6ee430b3e77 (diff) | |
Update README.md
Diffstat (limited to 'wpd/WpdBasicHardwareDriver/ReadMe.md')
| -rw-r--r-- | wpd/WpdBasicHardwareDriver/ReadMe.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wpd/WpdBasicHardwareDriver/ReadMe.md b/wpd/WpdBasicHardwareDriver/ReadMe.md index 238860a9..523d6022 100644 --- a/wpd/WpdBasicHardwareDriver/ReadMe.md +++ b/wpd/WpdBasicHardwareDriver/ReadMe.md @@ -3,7 +3,7 @@ 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. -This sample driver is based on the WpdHelloWorldDriver that is also included in the Windows Driver Kit (WDK). The "Supporting the WPD Infrastructure” sections for this driver show the changes that were made to the WpdHelloWorldDriver source so that it can communicate with basic hardware devices. Before you work through the topics in this section of the documentation, be familiar with the WpdHelloWorldDriver. +This sample driver is based on the WpdHelloWorldDriver that is also included in the Windows Driver Kit (WDK). The "Supporting the WPD Infrastructure" sections for this driver show the changes that were made to the WpdHelloWorldDriver source so that it can communicate with basic hardware devices. Before you work through the topics in this section of the documentation, be familiar with the WpdHelloWorldDriver. The sensor devices that are supported by the WpdBasicHardwareDriver, such as the Memsic 2125 Accelerometer, are sold by the Parallax Corporation in Rocklin, California. @@ -11,7 +11,7 @@ To use these sensors with the WpdBasicHardwareDriver, you must purchase the sens The circuit designs are based on the sample circuits provided by Parallax in their sensor data sheets. These circuits are designed to integrate each sensor with the Parallax BS2 programmable microcontroller . -The microcontroller firmware for each of the nine circuits is included in the src\\wpd\\WpdBasicHardwareDriver\\firmware subdirectory in the Windows Driver Kit (WDK). +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. @@ -37,7 +37,7 @@ To install the WpdBasicHardwareDriver sample, do the following: 2. 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](http://go.microsoft.com/fwlink/p/?LinkID=226396). 3. 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** |
