GPIO Driver For Windows 10
Can you give any update on the GPIO driver support for Windows 10? I am running Windows 10 IOT Enterprise on the UP squared board and would like to write c++ code in Visual Studio using the GPIO. As far as i can tell this is not available yet.
Comments
-
Is there any update on this one, having the same issue.
I even would like to use System.Device.Gpio from c# like this example https://docs.microsoft.com/en-us/samples/microsoft/windows-iotcore-samples/hello-blinky-background/
but there is no default driver, and I can't find any. -
Hi
Since UpFramework does not yet support the Windows API, please use the UpBridge.
Please visit the link below to download the UpFrameworkSetup & UpDemoApp. You can find the example of the DIO in the UpDemoApp.
https://downloads.up-community.org/download/up-sdk-for-windows-10-and-windows-iot/Please note that the UpDemoApp is a UWP app.
-
Hi
Is there a way to get pin status ? Am not able to get pin status ..
Can I get the same in python ..