Search:

Type: Posts; User: sunnycyboid

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    907

    question once again..

    dear all,
    i would now try to explain the question agian now for the sake of mr. salem.
    the question is..

    how can we send signals to the printer port using this function?


    the...
  2. Replies
    1
    Views
    833

    more about the code

    dear all,
    here is the basic function to run a stepper motor.

    void move_x1ccw(int distance,int speed)
    {
    int j;
    distance=200*distance;/* for 1.8 deg stepper motor */...
  3. Replies
    1
    Views
    2,545

    function to run stepper motor

    dear all,
    HERE IS A BRIEF SUMMARY OF MY WORK TO HELP ME OUT.
    i have been working to run a robot with a function called outportb() .this function is responsible to send one byte...
Results 1 to 3 of 3