C
Charles Wang
Hello Everyone!
I am using a micro printer with parallel interface. It can be controled by
sending command through parallel port. And get the state of pin19 to detect
whether the printer is busy(pin 19 = 1 means busy, 0 means ready).
I try to use CreateFile() and ReadFile(), but I can not get the state of
parallel port.
I notice there is few article intruduce how to cummunicate through parallel
port. Is it same as serial port? Or how can I get the pin 19's state and
send my print command? Thanks!
I am using a micro printer with parallel interface. It can be controled by
sending command through parallel port. And get the state of pin19 to detect
whether the printer is busy(pin 19 = 1 means busy, 0 means ready).
I try to use CreateFile() and ReadFile(), but I can not get the state of
parallel port.
I notice there is few article intruduce how to cummunicate through parallel
port. Is it same as serial port? Or how can I get the pin 19's state and
send my print command? Thanks!