I wrote a simple program to talk to a Phidgets servo controller, and hooked up a 9 gram servo to it. It is based on Simple Servo. The program is contained here: http://igor.chudov.com/tmp/servo.c After I wrote it, it was working. Meaning that the servo would rotate as instructed and stopped. Then I ...