Hello,
I am trying to use a parallel port to control a stepper motor, but I'm having a bit of trouble "taming" the parallel port. I read this article http://www.epanorama.net/circuits/parallel_output.html and I still don't know what to do.
I read that if I go to device manager and check the port properties I should see something like "Input/Output Range 0378 - 037F", but when I do that I get this:"Input/Output Range DC80 - DC87". The port is set for LPT1 and now I'm puzzled because I don't know what address to put in the C program that I use to control the pins.
From the moment the computer starts I measure 5V constantly with my voltmeter. I tried using all three addresses in the #define (378,3BC,278) and then send 0 to the Data so that all pins go low, but I still measured 5V.
Anyway, this sis where I am and I hope somebody can help me with this. If I can provide any information, please let me know and I will do my best to explain my situation even better.
Thank you in advance.