Created Release: WinUsbNet Executables and Help Installer (Feb 19, 2012)
This is a Windows installer (.msi) that includes all the components needed for WinUsbNet. It installs executables for the USB INF Builder, the device driver installer, Microsoft's WinUSB driver...
View ArticleUpdated Release: WinUsbNet Executables and Help Installer (Feb 19, 2012)
This is a Windows installer (.msi) that includes all the components needed for WinUsbNet. It installs executables for the USB INF Builder, the device driver installer, Microsoft's WinUSB driver...
View ArticleUpdated Release: WinUsbNet (Feb 19, 2012)
WinUsbNetInstall.msi is a Windows installer that includes all the components needed for WinUsbNet. It installs executables for the USB INF Builder, the device driver installer, Microsoft's WinUSB...
View ArticleUpdated Release: WinUsbNet (Feb 19, 2012)
WinUsbNetInstall.msi is a Windows installer that includes all the components needed to use WinUsbNet. It installs executables for the USB INF Builder, the device driver installer, Microsoft's WinUSB...
View ArticleUpdated Release: WinUsbNet (Feb 19, 2012)
WinUsbNetInstall.msi is a Windows installer that includes all the components needed to use WinUsbNet. It installs executables for the USB INF Builder, the device driver installer, Microsoft's WinUSB...
View ArticleReleased: WinUsbNet v. 1.0.0 (Feb 21, 2012)
WinUsbNetInstall.msi is a Windows installer that includes all the components needed to use WinUsbNet. It installs executables for the USB INF Builder, the device driver installer, Microsoft's WinUSB...
View ArticleUpdated Release: WinUsbNet v. 1.0.0 (Feb 21, 2012)
WinUsbNetInstall.msi is a Windows installer that includes all the components needed to use WinUsbNet. It installs executables for the USB INF Builder, the device driver installer, Microsoft's WinUSB...
View ArticleUpdated Wiki: Home
Project Description The WinUsbNet class library gives .NET managed code direct access to USB devices through WinUSB, the generic USB device driver included with Windows. The project also includes tools...
View ArticleUpdated Wiki: Documentation
The WinUsbNet class library and associated tools greatly simplify creating a .NET managed application that can communicate directly with a USB device. The recommended download is an MSI installer...
View ArticleUpdated Wiki: USB INF Builder
Using the USB INF BuilderJust fill in the blanks. Each item includes an explanation in the help region at the bottom. You should create a new GUID, then use the clipboard to copy that GUID into your...
View ArticleUpdated Wiki: WinUsbNet Test App
Using the WinUsbNet Test AppTo use the WinUsbNet Test App, first copy & paste the GUID that WinUSB uses to identify the device. If you used the USB INF Builder, copy the GUID from there. Clicking...
View ArticleNew Post: HID device not found
Hello !I just tried your lib and used the example app. I paste-in theGUID of the HID class, but my device - which is working - wasnot found. Any help would be great.Btw, I found it ugly to beeing...
View ArticleSource code checked in, #22735
Upgrade: New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link: http://go.microsoft.com/fwlink/?LinkId=254563
View ArticleNew Post: creating and sending input on in-point for Generic HID mouse device...
I would like to create a Generic HID mouse device (the driver is already built into windows) and send input on the in-endpoint to it. Is this possible without using an INF and programmatically creating...
View ArticleNew Post: HID device not found
Same problem here. I'm using the HID driver, I got the GUID for it, but WinUSBNet doesn't find it. What can I do? I must create an own driver?
View ArticleNew Post: HID device not found
WinUSB is not for HID's. There is an HID driver and API for that.
View ArticleNew Post: HID device not found
I would recommend using HidSharp when working with HID devices and it works with VID/PID.https://www.nuget.org/packages/HidSharp/http://www.zer7.com/software/hidsharp VID/PID is the most common way on...
View ArticleNew Post: Unplugged device
Hi...I don't know if this project is still active, but I just tried it and it works well except if the device I'm reading/writing is unplugged while communicating. When this happens, I try to close the...
View ArticleNew Post: Unplugged device
I've moved on to other things and haven't worked with this project in a while. Maybe I'm stating the obvious, but it sounds like Dispose() is failing to free some resource. Let me know if you figure...
View Article