RC car Receiver and BS2
Miles. k
Posts: 34
I am using a 2 channel futaba AM transmitter and receiver with a 75.990MHz crystal and I'm trying to use a debug terminal to display the number of servo pulses that the receiver is receiving so i could configure a robot work with my RC controller. i used this code and it displays odd characters when i pull the trigger like "`e K~ 0123"
' {$STAMP BS2}
' {$PBASIC 2.5}
pulses VAR Word
DO
PULSIN 1, 1, pulses
DEBUG HOME, pulses
LOOP
any help would be greatly appreciated, if my post is unclear just notify my on what i should clear up.
Thanks,
Miles
' {$STAMP BS2}
' {$PBASIC 2.5}
pulses VAR Word
DO
PULSIN 1, 1, pulses
DEBUG HOME, pulses
LOOP
any help would be greatly appreciated, if my post is unclear just notify my on what i should clear up.
Thanks,
Miles
Comments
I hope this helps.
SJW