Arduino UNO basics for C#
arduino, c#, microcontroller
Solution
I'm sure you know that Arduino has a few samples that you can use with C#
Here's their C# page
Problem
Hello I am new to controlling hardware with a USB connection. I have an Arduino UNO Microcontroller and was searching for resources to get me started. I program in C# (Visual Studio 2010) and was wondering if there were some basics I could use to setting up/testing my connection. I'm looking for something as simple as a check box in my WinForm toggling the Digital I/O pin on the Arduino between high and low. Haven't been able to find much to start with. Thanks in advance.