parallax servo controller
science_geek
Posts: 247
i am working on getting a parallax servo controller to work with the propellor. so far it does nothing. the following is the main code im using. im using the fullduplexserial. if anyone has any example code, can you please help me
repeat
··· uart.tx(string("!SC"))
··· uart.tx(0)
··· uart.tx(0)
··· uart.tx(500)
··· uart.tx($0D)
repeat
··· uart.tx(string("!SC"))
··· uart.tx(0)
··· uart.tx(0)
··· uart.tx(500)
··· uart.tx($0D)
Comments
Post Edited (Carnibus) : 1/29/2009 1:43:58 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dennis B. Page, Page Radio Company
I connect the signal line directly to·the Propeller pin and power the PSC with 3.3V via the 3-pin cable.· My PSCs operate reliably with 3.3V.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dennis B. Page, Page Radio Company