How can I read the USB Descriptor by C#? I found LibUSB.NET but I can't get USB devices like in examples:
UsbRegDeviceList allDevices = UsbDevice.AllDevices;
it returns count = 0
How can I read the USB Descriptor by C#? I found LibUSB.NET but I can't get USB devices like in examples:
UsbRegDeviceList allDevices = UsbDevice.AllDevices;
it returns count = 0