Environment: MSVC++ 5.0, Win 95/NT 4.0
How can I find out which COM and LPT ports are available on a system?
Windows device manager lists them, so there should be a possibility to get this inform...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10011902.html
Zones:
C++,
CYGWINDate Answered: 05/23/1997 Rating: 6.4 Views: 0
IM HAVING TROUBLE CONNECTING MY PRINTER TO MY COMPUTER.I CANNOT FIND A LPT PORT. WHEN LOOKING IN MY DEVICE MANAGER AND CLICKING ON COM\LPT THERE IS NO LPT PORT THERE.WHAT DO I DO AND CAN I FIND A L...
http://www.experts-exchange.com/Hardware/Peripherals/Printers_Scanners/Q_10097970.html
Zones:
PrintersDate Answered: 12/20/1998 Rating: 6.0 Views: 0
Using API calls and the standard LPT.VXD Windows driver, how can I determine the condition of the parallel port's status lines? I am using CreateFile("LPT1...") and WriteFile to send characters ou...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10101839.html
Zones:
C++,
CYGWINDate Answered: 11/29/1998 Rating: 7.4 Views: 22
I'm writing an application that needs to access the specific pins of the serial and parallel ports quickly and repeatedly, preferably in inline assembly from a C++ project. Is there any way, besid...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10208750.html
how do i send signals to lpt and com???
without assembler code please!
http://www.experts-exchange.com/Programming/Languages/Pascal/Q_10209480.html
Zones:
PascalDate Answered: 10/01/1999 Rating: 6.0 Views: 0
I just bought an ISA card that give me two LPT ports. The card has jumpers to set the IRQs to 5 or 7. The only available IRQ on my Dell PC is 3. Does a card like this share IRQs or does it need ...
http://www.experts-exchange.com/Hardware/Misc/Q_10265499.html
Zones:
HardwareDate Answered: 02/17/2000 Rating: 5.8 Views: 0
Hi, regarding the con2prt.exe utility from Microsoft, can you create printers that map via an LPT port. IE LPT2: \\<server>\<printshare>
If so what is the syntax?
I want to do it this way so some...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_10482158.html
Zones:
Windows NTDate Answered: 06/21/2000 Rating: 7.0 Views: 0
I need help in writing a program (Win32API on VisC++6.0 running on Win2000) in which it does the following:
1) Intercept data being sent TO and FROM the LPT (Printer) port.
2) Do NOT STOP the d...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_11921538.html
Hi experts.
I want to write and read to parallel printer-port using API. i wrote following code, but the write file doesn't work and i don't know why. i hope someone can help me.
THX
code:
...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20078717.html
hi , i am doing a project involving an lcd , but the one i got does'nt have any datasheets, so i must experience on it by myself , i will use the parallel port to send various data bits and test th...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20117321.html