First, let's just set up the board to control a single servo with the FT639 chip on the Parallax development board (later on I'll show you how to do it using the Parallax servo controller board, if you prefer that). The single FT639 chip has the advantage of being small and easy to integrate into a single-board autopilot, but it's not the greatest servo controller in the world and doesn't handle high-speed applications well (we're just using it on the rudder, so it's fine for our purposes).
In this case I've connected the FT639's serial-in pin to the Stamp's pin 8 (yellow wire), and the FT639's servo 1 output pin to the signal pin to servo connector p15 (blue wire). The black and red are ground and power, of course. Couldn't be easier.
Here's the code that just tests this servo in several position. Once you get this working, the next step will be to read the R/C receiver input signals and pass them through to this servo. Go to this next post here.
Comments
The BS has the ability to drive servos with the "pulse out" command, so why do you use a separate servo controller? Is it a limitation of the Stamp that you are trying to work around?
Anyway here is the documentation for the PSC (Serial)
http://www.parallax.com/Portals/0/Downloads/docs/prod/motors/ServoC...
Did you try reading the documentation on Parallax's website? It is pretty helpful. If you are using the BOE and still have questions, I can help you out.
If you aren't using the BOE, then I have no experience with that.
I'm afraid I don't. I don't use the Parallax servo controller board, since the FT639 chip works great for me and is much smaller/cheaper. But I assume the wires aren't much different.
As for replacing the dev board, the normal next step would be to switch to a "carrier board", which is designed for wire-wrapping or soldering.
http://parallax.com/Store/Microcontrollers/BASICStampDevelopmentBoa...
If that's too big or otherwise not what you want, I'm afraid the next step is custom PCBs, and you're on your own there. Not that hard, but we just haven't gotten there yet.
Do you have any information / links on connecting the Parallax servo controller board? Also, is there a third party board to replace the development board. I am having nightmares of the wires falling out of the breadboard during flight. :) Thanks!