I was wondering what the current status (and if there's any documentation) around Phidgets support for the Universal Windows Platform.
Announcements during Microsoft's Build 2019 developer conference makes clear that UWP is here to stay. Having Phidgets support would be great. I saw that there were some previous topics around this last year, but I wanted to check where we are with this and respark the conversation!
Phidgets are USB HID class, and UWP doesn't allow directly opening/interacting with HID devices. We will likely have to switch the USB stack away from HID to get things working in UWP.
I am currently trying to implement the use of Phidgets in C# UWP application, but the Phidgets throw an exception every time I try to open them. Is there a way to get the phidgets to work in UWP?