controlling a stepper motor using a remote control

Hi I am having a problem trying to control a stepper motor using a XG6 remote control. I am able to read the response from the receiver but the stepper motor just does not move at all. Ive tried the stepper motor without the RC and it works fine. Please help :confused:

posttoweb.ino (1.23 KB)

Did you read this before posting a programming question ?

Please do so and follow the advice about posting code. It is so much easier if it is posted rather than attached.

Also please explain in as much detail as you can whet your program actually does and what you want it to do.

If you treat the problem as two separate parts - receiving data and controlling the motor you will be able to test each of them separately. That makes fault finding much easier.

...R
Stepper Motor Basics
Simple Stepper Code

Does bNewThrottleSignal ever have a value of true or nThrottleIn have a value greater than 1600 ?