Parallax Servo Controller Interface
homesch00lkid
Posts: 20
Is there any way to communicate with the Parallax Servo Controller over the I2C bus? We are trying to interface it with the Acroname Brainstem GP 1.0 while the serial port is used for PC communications.
Comments
So:
PSC_Pin CON 2
SEROUT PSC_Pin, xxxx, [noparse][[/noparse]"!SC", ...]
You can use SEROUT and SERIN on the same pin, according to the PSC docs.·
And ANY BS2 pin can be the 'PSC-Pin' above.· This example used pin 2.
Post Edited (allanlane5) : 3/25/2005 7:01:05 PM GMT