Forum Discussion
KSPPJ
Mar 11, 2022Copper Contributor
WPF(C#) On Windows 10 Iot Enterprise
It was developed in the following environment.
os: windows 10 iot enter
Tools: Visual Studio 2017~9, WFP (C#)
CPU: Intel Xenon
hw : NI PXI System
Q1. Can WPF be developed on win 10 iot enter?
Q2...
Michael_Koster
Apr 05, 2022Brass Contributor
A1: yes, if you include all the OS feature Visual Studio needs A2: If soft realtime means that is is OK to miss deadines in some occations, it would be technically possible. But the unpredictable nature of a managed runtime (aka Garbage Collection) might be a huge problem. I would consider implementing (soft) real time using native code (C/C++/Rust) See: https://docs.microsoft.com/en-us/windows/iot/iot-enterprise/soft-real-time/soft-real-time