michaelcheng1991 / Golf-Training-Aid-

Using sensors to create a golfer-friendly teaching device
0 stars 0 forks source link

C# programming on arduino #4

Open michaelcheng1991 opened 9 years ago

michaelcheng1991 commented 9 years ago

This C# class combined with the Arduino sketch allows you to plug an Arduino into a PC's USB port and then have its com port detected by the C# application. Once the com port is known the C# application can then send/receive messages from the Arduino.

http://playground.arduino.cc/Csharp/SerialCommsCSharp