usb to lpt converter
Hi All,
My LPT1 port of Laptop don´t works anynmore, and I intend to use a USB/LPT converter.
But, looking at CONTROL PANEL > SYSTEM > HARDWARE , despite I can see LPT2, at it PROPERTIES, doesn´t appear RESSOURCES tab, like bellow.
( That properties are from LPT1 )
**broken link removed**
This tab Ressources above, does not appear at LPT2 !!!
If I use standard functions to access port, I have to know base adress of port :
So, my question is : What base adress may I use at LPT2 ? ( Due is not possible to know it looking at LPT2 properties ).
Regards.
Andre.
Hi All,
My LPT1 port of Laptop don´t works anynmore, and I intend to use a USB/LPT converter.
But, looking at CONTROL PANEL > SYSTEM > HARDWARE , despite I can see LPT2, at it PROPERTIES, doesn´t appear RESSOURCES tab, like bellow.
( That properties are from LPT1 )
**broken link removed**
This tab Ressources above, does not appear at LPT2 !!!
If I use standard functions to access port, I have to know base adress of port :
Code:
#define LPT1 0x278
outportb(LPT1, Value);
Value= inportb(LPT1);
So, my question is : What base adress may I use at LPT2 ? ( Due is not possible to know it looking at LPT2 properties ).
Regards.
Andre.