winusbnet icon indicating copy to clipboard operation
winusbnet copied to clipboard

WinUSB .NET wrapper library

Results 10 winusbnet issues
Sort by recently updated
recently updated
newest added

The CH372 processor (and the compatible ones CH375 and CH376, when configured in device mode) has an "internal firmware mode" in which the chip itself takes care of all the...

https://github.com/madwizard-thomas/winusbnet/issues/11

Four our projects it' required that all assemblies have a string name, could you sign the NuGet assembly? ![grafik](https://user-images.githubusercontent.com/7830051/113294902-be2b0580-92f7-11eb-9821-27840ea4f20f.png)

Add two methods in USBDevice ``` c# public static USBDeviceInfo[] GetDevices(int VID, int PID) public static USBDevice GetSingleDevice(int VID, int PID) ``` I might have solution for that and I...

enhancement

Hi, I took a example from a site and added the winUSBNet.dll into my project based on Managed C++ coding. I could communicate with USB device. But I am not...

In another issue in the list I saw that using "{A5DCBF10-6530-11D2-901F-00C04FB951ED}" as the GUID lists all devices, however it only listed composite devices when I googled, whereas I need a...

Hi I need to read the buffer length of the Pipe In to realize how many data are waiting to read. In the other hand I have send a command...

Its cumbersome to need a Windows Forms element in order to use USBNotifier. Other libraries such as LibUsDotNet accomplish the same thing without needed a Control element. Original issue reported...

enhancement

Hi, I'm using WinUSBNet version 2.0.1. On an old Win7 32-bit machine, I encountered a problem where I lose my connection after some time. I logged USB communication, but my...

APIException: Failed to initialize WinUSB handle. Device might not be connected. Win32Exception: Недостаточно ресурсов памяти для обработки этой команды.