How to command a Micro Serial Servo Controller?

Unfortunately we do not have any test software, but you should be able to just download microsoft visual C#, download the program that Colin Karpfinger wrote (and links to in his tutorial), and run it without making any changes. This would let you test your servo controller.

Roborealm also apparently has a program that interfaces with our servo controllers using either of the two supported protocols:

roborealm.com/help/Pololu_SSC.php

I’ve never tried it, but it seems like it might be what you’re looking for.

Lastly, try browsing through our forums. There are many threads that contain various code examples for controlling our servo and motor controllers. All you really need to understand is how to send bytes over the serial port, and there should be examples here that show how to do this using at least LabView, C#, VB (and maybe matlab?). For example, these threads might be helpful:

- Ben