To make it possible to run an application on Windows IoT it needs to be an ARM application and therefore I need to create a new UWP application. While doing this I choose to support the Windows 10 Creators Update (Build 15063).
With the new project there are 2 things I need to implement:
- Connect to the Z-Wave USB Interface
- Connect to the SignalR host
This topic is describing the first step together with small testcase to make sure that the implementation of the Z-Wave USB Interface is done before I continue. In short: I just want to make sure it works and I want to have the easiest solution possible 🙂
Continue reading [Domotica | Win IoT | .NET Core 2.1] UWP Host Controller with Z-Wave USB Interface