Hi Guys, is there a lib available that will allow use of the Odyssey GPIO & SPI functionality under .Net core? Or even a driver lib to interface to?
Instead of a dedicated user-mode driver/lib; Maybe there a possibility to get user mode enabled under Windows 10. This at least would allow .Net Core to access GPIO via RHProxy. There is another unanswered post in the forum attempting to use Windows Resource Hub and extending the ACPI tables.
In theory this should work fine, it would just require an ASL file building containing the appropriate hardware features.
Hi @Dirk
Sorry we do not have such library to control 40 Pin GPIO under Windows Env. If you prefer using GPIO control over Windows, could you consider using the 28 GPIO Pin from the Arduino Core?(This should be easy to implement using Arduino IDE).
Currently, we recommend our users to develop the CPU GPIO control under Linux Env.
Sorry for the issue caused.
Best Regards,
Anson He
Thank you for the reply. I wonder what the difficulty is in making these available under Windows IOT?
It would really be a good addition to tweak your bios and provide an ASL file or a ready to use ASM to take an advantage of RHPROXY.
At least this would give full advantage of Windows IOT Enterprise on running in Kiosk mode with an UWP dev that can access ports in user mode.