Hey everybody
I received my Arduino not too long ago, and kind of went head first into it. I'm an intermediate programmer in VB and a few other languages, but the Arduino coding is new to me.
Basically, what I'm trying to do is control multiple L.E.D's Brightness on the Arduino using Visual Basic 2008. In other words, a RGB setup. I have already made my form and it uses a Colour Dialog to let you select any colour you want, 3 labels then display the Red value, Blue value and Green value. Can someone help me with the code for the Arduino? What would I send using the Serial Port tool in Visual Basics? I'm a complete noob right now, so any help would be appreciated

If anyone is wondering, I am using the PWM ports 9, 10, and 11, and the Arduino Duemilanove board.