Using the LPT1 port 
Author Message
 Using the LPT1 port

I want to use a parallel port of my PC , the LPT1, for example,
and the only way i see is using a function of windows API.
        Does anybody knows if i can do this in a different way?


Fri, 02 Oct 1998 03:00:00 GMT  
 Using the LPT1 port

You can write data to LPT1 by :-

        Open "LPT1:" for output as 1
        Print #1,"this is a test"
        Close #1

This will send the text 'this is a test' to LPT1

(check the syntax, its something like that)


Quote:
>I want to use a parallel port of my PC , the LPT1, for example,
>and the only way i see is using a function of windows API.
>    Does anybody knows if i can do this in a different way?


|\   /\   /|
|*\/**\/*|
----------
=================================================
When the going gets tough, its time to go home
=================================================



Wed, 11 Nov 1998 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Read port LPT1:

2. LPT1 PORT

3. Read port LPT1:

4. LPT1 PORT

5. Open a LPT1 port

6. Parallel Port LPT1 Configurations

7. VB app to control LPT1 port.

8. LPT1 ports

9. Copy an File on LPT1 port

10. How to Capture the Port Printer LPT1

11. Listen to the LPT1-port

12. Listen to the LPT1-port

 

 
Powered by phpBB® Forum Software