05-27-2007 01:25 PM
05-27-2007 02:37 PM
05-27-2007 03:26 PM
05-28-2007 01:41 AM
Hai,
From the vi i infer that you read from the address 378H rather than from 379H. the status port is at the address 379H from which the read must happen. If you read 378H it returns the last value that you wrote to that port.
After connecting the the signal to 10..15 read from the 379H. That should solve your problem
With regards
JK
05-28-2007 04:00 AM
06-12-2007 04:50 AM
Hai,
The printer port works in three different modes like simple, ecp and epp. when parallel port is configured as simple port then the operations like read write and other you are trying to do will work. check out the bios settings of your system to find of which of the above mode the parallel port is configured for. Try changing that to simple and run the vi.
With best regards,
JK
12-03-2011 04:56 AM
thanks for reply i understand