Page 1 of 1

.NET Core and UWP support status

Posted: Thu Aug 22, 2019 4:49 am
by Niels9001
Hi Phidget community,

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!

Regards,
Niels

Re: .NET Core and UWP support status

Posted: Fri Aug 23, 2019 1:01 pm
by Patrick
UWP support is something we are looking into, but it's currently not possible because of USB permissions issues imposed my Microsoft.

-Patrick

Re: .NET Core and UWP support status

Posted: Sat Aug 24, 2019 12:18 am
by Niels9001
Thanks for the update, Patrick. What kind of limitations?

Are you talking to them directly about these limitations? I might be able to hook you up with the right people to talk to.

Niels

Re: .NET Core and UWP support status

Posted: Tue Aug 27, 2019 4:01 pm
by Patrick
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.

-Patrick

Re: .NET Core and UWP support status

Posted: Sat May 01, 2021 1:23 pm
by ProtonTim
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?

Re: .NET Core and UWP support status

Posted: Mon May 03, 2021 9:16 am
by Patrick
UWP isn't supported currently - it is a limitation of Windows USB support. We are looking at supporting UWP with new hardware at some point.

-Patrick