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.