im using the Arduino Uno.
Im only hoping to use C# to read data from the USB Joystick that is connected to my laptop, then transfere it to my arduino on a different USB port.
on my arduino Im using a arduino sketch that is in c+, and that end is working=)
I need the c# sketch to look for alterations on the joystick and output new values as this:
255(start),1(servo#),100(servo position)
255,2,100
255,3,025
255,1,040
255,1,130
I think this is the best way of sending serial data to the arduino card?