Parallax 16 channel servo controller
If I used a Javelin how and/or can I communicate with a Parallax 16 channel servo controller. Right now I use the following syntax:
SEROUT Sdat, Baud+$8000,[noparse][[/noparse]"!SC", ch, ra, pw.LOWBYTE, pw.HIGHBYTE, CR]
Thanks--
Comments
http://tech.groups.yahoo.com/group/JavelinCode/files/Javelin%20Stamp%20IDE/lib/stamp/peripheral/servo/psc/
You will also find test programs there for one_pin and two_pin connections.
The method that·positions a servo is called setPosition() that you call with
the required parameters.
You can open the java files in any text editor including notepad.
regards peter