vote up 2 vote down star
1

I have an Arduino Duemilanove USB. I have just a single LED wired up to a single port on it. I want to use C# to turn on this LED. Does anyone have a simple example of how to do this? Just the most basic on/off code is what I'm looking for.

On a side note, I know there are some libraries written for .NET communication with Arduino. The ones I've found all use Firmata and I cannot get the Firmata library to work at all with my Arduino, so I'm looking for a straightforward example using just a raw Serial command.

flag
Why use C#? And what compiler are your using? Why not just use the base language that comes with it (a C variant)? – Dan Aug 30 at 0:37
Because I want to integrate it with my existing .NET application. I don't want to be dependent on the Arduino IDE or language. – d2viant Aug 30 at 0:38
I'm pretty sure that you can interface between the .NET and the Arduino language, which is very easy. Have you programmed micro controllers before? – Dan Aug 30 at 0:41

2 Answers

vote up 4 vote down

I think that this link sort of answers your question:

http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1222229723/8

link|flag
vote up 0 vote down

Here are two links doing exactly this which may help:

http://www.vimeo.com/3726170 and http://www.youtube.com/watch?v=GN5GlVWo6sU

They both have source code available.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.