Support for UWP apps and Windows on ARM

.NET and C# language support on Windows, macOS and Linux
harkish
Fresh meat
Posts: 1
Joined: Tue Nov 04, 2025 9:17 am

Support for UWP apps and Windows on ARM

Post by harkish »

Hi

I recently purchased the PhidgetAccelerometer SKU: MOT0100_0 and I want to use it with a UWP application that I have written for Windows on ARM. I downloaded the Phidgets control panel app and it seems to detect the accelerometer and works fine. Some questions please

1. Do you support UWP apps using the C# library?
2. I was able to write a WinUI app using the C# library that you have provided. IS that the recommended way?
3. What framework is the Phidgets control app written in and what charting library is being used?

Thanks
User avatar
Patrick
Lead Developer
Posts: 691
Joined: Mon Jun 20, 2005 8:46 am
Location: Calgary

Re: Support for UWP apps and Windows on ARM

Post by Patrick »

We don't support UWP, and UWP is functionally dead anyway. WinUI should work fine. We support modern .NET across Windows, macOS and Linux, as well as .NET Framework 4.6+.

The control panel is written in .NET Framework and WinForms.

-Patrick