LPT1 PORT 
Author Message
 LPT1 PORT

Could some one please help me I just need to know how to find out what the
address the LPT1 port is in an running VB program .

any advice would be greatly appreciated



Wed, 12 Dec 2001 03:00:00 GMT  
 LPT1 PORT
Don't know how to determine the ADDRESS of the port, but if you're just
trying to send something out to the printer try this:

Open "lpt1" For Output As #2
Print #2, YourTextHere
Close #2

If you really need to know just the address of the port, sorry...



Quote:
> Could some one please help me I just need to know how to find out what
the
> address the LPT1 port is in an running VB program .

> any advice would be greatly appreciated



Wed, 12 Dec 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. LPT1 PORT

2. Open a LPT1 port

3. Using the LPT1 port

4. VB app to control LPT1 port.

5. LPT1 ports

6. Copy an File on LPT1 port

7. Listen to the LPT1-port

8. Listen to the LPT1-port

9. How to print string directly to LPT1-port using VB.NET?

10. Having problems sending data to LPT1 port using VB4 & Win95

11. How to send binary codes to the LPT1 port ?

12. Having problems sending data to LPT1 port using VB4 & Win95

 

 
Powered by phpBB® Forum Software