The sample is written for the OSR USB-FX2 Learning Kit.Ī skeleton sample driver that shows how to create a Windows USB function controller driver using the USB function class extension driver (UFX). Sample KMDF Function Driver for OSR USB-FX2ĭemonstrates how to perform bulk and interrupt data transfers to a USB device. The driver samples are located in the \src subdirectory (for example, C:\WinDDK\7600.16385.1\src).ĭemonstrates how to use KMDF for a bus driver with the OSR USB-FX2 device. Windows 7 driver samples are included in Windows Driver Kit Version 7.1.0. Previous versions of Windows driver samples can be found in the following locations: View the Windows 10 USB driver samples on GitHub. There are several ways you can use the Windows 10 USB driver samples:īrowse and download individual Windows 10 driver samples on the Microsoft Samples portal.Ĭlone, fork, or download the Windows-driver-samples repo on GitHub.
If you are a Windows user experiencing problems with a USB device, please see Troubleshoot common USB problems. This topic is for USB device driver developers.