EmbLogic's Blog

Stepper Motor Interfacing with Parallel Port

We have Successfully Interfaced stepper motor with parallel port and tested following modes of operation:

1. Half step sequence Clockwise and Anti-clockwise.

2.Full step sequence Clockwise and Anti-clockwise.

3.Eight step sequence Clockwise and Anti-clockwise

and successfully controlled the speed of motor according to the need of application

5 Responses to Stepper Motor Interfacing with Parallel Port

  1. Vijay Partap Singh Salathia says:

    I would like to know that how to use stepper motor with Parallel Port….. What output we will send to parallel port for running stepper motor and what are hardware requirements for implementing the stepper motor project??????

  2. Mandar says:

    To interface stepper motor with parallel port requirement is–>
    1. Parallel port 25 pin male connector.
    2. Stepper motor.
    3. ULN 2003 IC.
    4. 24V power supply.

    we our case we used permanant magnet type unipolar stepper motor with step angle of 7.5.
    and IC ULN 2003 is used to drive motor because output voltage and current available from PC(parallel port) is not sufficient to drive motor…
    read ULN 2003 datasheet and Basic working of stepper motor before starting to work on actual hardware….

    • Mandar says:

      after u made all the connections….in driver we simply send data on parallel port data register (which is connected to stepper motor through ULN 2003) and according to the sequence send to motor motor will rotate in either clockwise or anticlockwise direction…

  3. Vijay Partap Singh Salathia says:

    I would like to know that what kind of structure I have to designed in parallel port device driver as I have designed scull_device in character device driver and serial_device in serial port device driver…………..

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>