I finally got the MSRS 2008 driver project for the SSC-32 functioning.
So I can go to the service page and change servo values to move my arm.
Anyone got a sample project to help me with the next step?
I’m would like to have some kind of keyboard or joystick control.
Any suggestions on what direction to go now I have the SSC-32 service working.
I guess I need another service that talks to the SSC driver,
just looking for an example of how to get one service to talk to another service, or create a windows form with controls on it.
This project: viewtopic.php?f=8&t=4397
has controls you can move with your mouse to control servos. You could adopt those controls to moving the servos on your arm instead. If you look in the source it calls a class that sends commands to the SSC-32. I’ve been wanting to write another class that calls the MSRS SSC-32 service instead. If you did that you’d have what you are looking for.
If you prefer an example in C# you can find converters that will convert VB to C# on the web. developerfusion.com/tools/co … to-csharp/