Wednesday, August 27, 2014

Arduino: send command through C#

I recently started to get interested in Arduino.
Among the many projects that I made using the Starter kit, I have not found a good example on how to communicate with Arduino using C#. The Arduino program send on the LCD strings received through the serial port.
(See Project 11 of Project Book of starter kit for more info)

Arduino Sketch




C# code