// JP opened flex table

Click to See Complete Forum and Search --> : ParPort


GetOO
October 24th, 2004, 11:21 PM
I have six different types of pci parallel port cards. All do what
they are supposed to do but with my app only two of them does the job.
I call LPTx from my app.win2k.MFC.
what could be wrong?. maybe, some add extra characters,...??

amarcode
October 25th, 2004, 12:12 PM
Try to use port names like \\.\LPTx instead of LPTx. I had similar problem with serial ports larger then COM9. See MSDN (http://support.microsoft.com/default.aspx?scid=kb;%5BLN%5D;115831).

GetOO
October 25th, 2004, 03:08 PM
they are not installed at the same time.
i change one by other (same pci slot).
use LPT2. external pci parallel port.

//JP added flex table