Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/15/02 18:36
Read: times


 
#22991 - RE: Stepper Motor Questions
I'm using G210 stepper drive (Geckodrive) to for stepper motor. I was playing with Lexmark printer stepper motor for moving paper. It is very easy to programm. You have to send just 2 TTL signal to Gecko drive one for direction and other one for step. I use 87C51 microcontroller.
Assebler code:
;to move 1 step
setb p2.3 ;direction
setb p2.3

setb p2.2 ;step
setb p2.2
setb p2.2
setb p2.2
clr p2.2

Good luck

Galina

List of 5 messages in thread
TopicAuthorDate
Stepper Motor Questions            01/01/70 00:00      
RE: Stepper Motor Questions            01/01/70 00:00      
RE: Stepper Motor Questions            01/01/70 00:00      
........Steve Taylor &Matt Bucknall            01/01/70 00:00      
RE: Stepper Motor Questions            01/01/70 00:00      

Back to Subject List