diff options
| author | Barry Golden <[email protected]> | 2020-01-07 07:22:56 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-07 07:22:56 -0800 |
| commit | 7d02cdb5827d646af591040b312eac75caae5e06 (patch) | |
| tree | e9d0eba3c4692d38c5ba19192b45c08cb056ad85 /usb/umdf_fx2 | |
| parent | a919a4e8c3e551c8677bc465b5067065de9799e5 (diff) | |
Diffstat (limited to 'usb/umdf_fx2')
| -rw-r--r-- | usb/umdf_fx2/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usb/umdf_fx2/README.md b/usb/umdf_fx2/README.md index 2d976254..f95374f2 100644 --- a/usb/umdf_fx2/README.md +++ b/usb/umdf_fx2/README.md @@ -12,7 +12,7 @@ products: The umdf\_fx2 sample is a User-Mode Driver Framework (UMDF) driver for the OSR USB-FX2 device. It includes a test app and sample device metadata, and supports impersonation and idle power down. -The sample can also be used with the CustomDeviceAccess SDK sample. The sample demonstrates how to perform bulk and interrupt data transfers to an USB device. For more information, see the specification for the [OSR USB FX-2 Learning Kit](https://www.osronline.com/hardware/OSRFX2_32.pdf). The driver and sample device metadata also work with the [Custom driver access](https://code.msdn.microsoft.com/windowsapps/Custom-device-access-sample-43bde679) sample. +The sample can also be used with the CustomDeviceAccess SDK sample. The sample demonstrates how to perform bulk and interrupt data transfers to an USB device. For more information, see the specification for the [OSR USB FX-2 Learning Kit](https://www.osronline.com/hardware/OSRFX2_32.pdf). The driver and sample device metadata also work with the [Custom driver access](https://go.microsoft.com/fwlink/p/?linkid=2114373) sample. The osrusbfx2 sample is divided into three samples: @@ -66,7 +66,7 @@ The default Solution build configuration is Debug and Win32. ## Testing the driver -You can use the [Custom driver access](https://code.msdn.microsoft.com/windowsapps/Custom-device-access-sample-43bde679) sample to test the umdf\_fx2 sample. +You can use the [Custom driver access](https://go.microsoft.com/fwlink/p/?linkid=2114373) sample to test the umdf\_fx2 sample. This sample also includes a test application, osrusbfx2.exe, that you can use to test the device. This console application enumerates the interface registered by the driver and opens the device to send read, write, or IOCTL requests based on the command line options. @@ -370,4 +370,4 @@ This directory contains a test application that can be used to drive the UMDF dr ### usb\\umdf\_fx2\\deviceMetadata -This directory contains the device metadata package for the sample. You must copy the device metadata to the system before installing the device. For information on how to update and deploy device metadata, see [Custom driver access sample](https://code.msdn.microsoft.com/windowsapps/Custom-device-access-sample-43bde679). +This directory contains the device metadata package for the sample. You must copy the device metadata to the system before installing the device. For information on how to update and deploy device metadata, see [Custom driver access sample](https://go.microsoft.com/fwlink/p/?linkid=2114373). |
