This repo contains tools that let you interact with Gpio, I2c, Spi, and UART on the command line. They will run on any edition of Windows, including Windows IoT Core and Windows Enterprise. The tools are:
- GpioTestTool
- I2cTestTool
- SpiTestTool
- MinComm (UART)
- Download Visual Studio 2017. Select options for C++, Windows UWP, and Windows Desktop app development. You may need to download the latest version of the Windows SDK.
- From the start menu, run
Developer Command Prompt for VS 2017
- Navigate to the root of this repository and run:
msbuild /p:Platform=ARM /p:Configuration=Release
Valid values of Platform are: ARM, x86, x64
Valid values of Configuration are: Release, Debug