Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top