You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need the friendly name of the the device or to get device by the friendly name of the device.
My problem is that I have multiple Headset with the same VendorId and same ProductId. So I need to get device by it's friendly name.
Thanks
The text was updated successfully, but these errors were encountered:
Just use the ReadProduct() method of the HidDevice object and after retrieving the byte array encode it to a string. You need to remove the zeroes in the byte array or replace the character after creating the string.
I need the friendly name of the the device or to get device by the friendly name of the device.
My problem is that I have multiple Headset with the same VendorId and same ProductId. So I need to get device by it's friendly name.
Thanks
The text was updated successfully, but these errors were encountered: