bboy8012
05-31-2010, 02:35 AM
I have this method
Pri ControlESC | value
Debug.tx(16)
Debug.Str(String(13, "Calibrating Mamba25 ESC complete!"))
repeat
Debug.Str(String(13,"Enter a ESC value 1810 = Full throttle, 1479 = Nuetral/Full Brake, 1048 = Full reverse: "))
value := Debug.getDec
servo.set(escPin, value)
Debug.Str(String("You Entered: "))
Debug.Dec(value)
When I input a value in the PST the ESC doesnt respond, but the number comes up on the PST. Attached is the complete code.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Pri ControlESC | value
Debug.tx(16)
Debug.Str(String(13, "Calibrating Mamba25 ESC complete!"))
repeat
Debug.Str(String(13,"Enter a ESC value 1810 = Full throttle, 1479 = Nuetral/Full Brake, 1048 = Full reverse: "))
value := Debug.getDec
servo.set(escPin, value)
Debug.Str(String("You Entered: "))
Debug.Dec(value)
When I input a value in the PST the ESC doesnt respond, but the number comes up on the PST. Attached is the complete code.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔