plz i need help .. i will discuss my graduation project after 12 day .. but i have problem in this gp . i using kinect device to detect the speed of the head joint and display it on the computer wpf programe . now i need to send this value ( speed ) to the arduino to give it to the motor to act based on it
That doesn't really tell me what wpf stands for (Water Proof Footwear ) ?
There should be no difficulty writing C# code to communicate with an Arduino. I don't know it myself as I use Linux but Google will probably have dozens of examples.
That doesn't really tell me what wpf stands for (Water Proof Footwear ) ?
Windoiws Presentation Foundation. It's a graphic form design tool that enables C# applications to present fancy forms.
OP: Of all the programming languages available on the PC for talking to the serial port, C# probably makes it the easiest. Anywhere in your code, type Serial. Highlight is, and press F1. Everything you need to know to talk to the serial port will appear.
It is YOUR project, YOUR choice of programming languages, etc. YOU need to do the research.