Hi
I have to write a high performace read and write through a parallel port
and I need to access the all the parallel port pins. I am planning to
write a Par class driver.
For testing this driver, I connected two PCs using a parallel cable. But
whenver I write to the port (LPT1) it is not coming out. While debugging
the ParClass sample given in NTDDK I found that ParInitializeDevice() is
looping. Any Idea how to test …?
My Program contains CreateFile(), and WriteFile(), and CloseHandle(). Do I
need to do any initializations…?
Thanks