from c# to arduino

Hi

I was wondering how i can make a program in C# that send data (etc Variables) from the C# program to the arduino board over the Port. iam completely noob at C#. but can figure it out, if i get a hint on how i can send the datas

Thanks

C# makes it VERY easy to communicate with the Arduino. In the System.IO.Ports namespace, there is a SerialPort class, that makes it easy to open a port, send data, and receive responses.

I have a C# application that communicates with the Arduino. Send me an IM, with e-mail address, and I'll send it to you. You can use it as a template to build your own application.