I want to control my servos through joystick using SSC32. I am a newbie to robotics. I am working on a robotic arm and already controlling 7 servos through speech using serial communication in Visual Studio(C#). So serial communication is not a problem.
Kindly suggest me a appropriate way so that I can control the arm via joystick.
I am stuck in the middle.Please reply ASAP.
ASAP?
Get a BB II and a PS2.
Alan KM6VV
Thanx for your quick response…but my query is still unanswered. I want to control servo(using SSC 32) through joystick. Please provide me right approach to do so in Visual studio(VB or C#).
you should do it via DirectX using direct input.
download Direct X SDK and look at the dinput samples
they have samples code for the joystick
if you do not want to use Direct X, you can also do it with the win32 API functions.
Thanx every1 for your support, it really helped