Home > Software engineering >  How to access the mainboard under Windows GPIO port?
How to access the mainboard under Windows GPIO port?

Time:09-16

One of my low-end x86 motherboard GPIO port, the CPU is D2550
I want to be in the Windows below written in my own general exe program
Access the IO port, how should do? As factory did not provide driver
I'm going to use c + + programming language

CodePudding user response:

You can try the WINIO

CodePudding user response:

https://github.com/microsoft/Windows-universal-samples/tree/master/Samples/IoT-GPIO/cppwinrt
  • Related