Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.02 KB

NETInterface

This repo demonstrates how to interface between SingleTact, Arduino and Windows through a .NET application.

Program Your Arduino Board?

https://github.com/SingleTact/ExampleArduinoInterface

Windows 10/11 User?

This app is available in Windows Store.

Setting up the development environment

The manual assumes that you are using a full version of MS Visual Studio 2010.

Clone this repo

In the command prompt (or otherwise), run:

git clone [email protected]:SingleTact/NETInterface.git

Open project solution in MS Visual Studio

In MS Visual Studio, open the solution:

SingleTact Demo.sln

When you hit run, everything should build fine and debugger should start.

Found a bug?

If you have been so lucky to discover a bug, or would like to suggest a feature, or just discuss stuff, feel free to submit an issue.

License

Standard MIT license applies. See LICENSE.md for details.