Quote Originally Posted by dragons_fire View Post
well, i just noticed that thread as you were replying.. i will give it a try when i get home... the motor controller has a reset line on it that needs to be held high, so i used a pin from the pic, so i can turn it on or off if i need too, and i think hte pic is probably going low on that pin..
You could also try using a pull-up, and keeping the pin as input. If you want a reset, then in the program change it to an output, low, pause as needed, high, then back to input.