speed control of motor by parallel port

Status
Not open for further replies.

pakiboy

Newbie level 6
Joined
Apr 15, 2007
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,361
I want to vary the speed of DC motor through parallel port using C language.....
how could i do it...can any body giv me the clue of commands use in programming for speed control in C....

can body help me this is regard ...... PLZZZzzzzzzz....
 

You can buffer one of the data-lines(as the parallel port can only source a few mA of current) and then use PWM.

You can send signals to the port by writing to a port register from within your C program.

https://www.epanorama.net/circuits/parallel_output.html The above link has detailed information regarding parallel port and its control.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…