MelbourneDeveloper / Device.Net

A C# cross platform connected device framework
MIT License
628 stars 121 forks source link

Not able to get the device from USBfinder #235

Closed Mamatha-Tech closed 2 years ago

Mamatha-Tech commented 2 years ago

Hi, Iam able to get the list of USB devices connected, but not able to establish connection to the device because usb device is null.

In Usbdevicefinder, we are getting DeviceinterfaceGuid as "000000000", and hence GetDevice method returns null.

Am i missing anything here, Could you please help me in this.

Sample