Click here to Skip to main content
15,886,799 members
Articles / Programming Languages / XML

Reading from Parallel Port using Inpout32.dll

Rate me:
Please Sign up or sign in to vote.
4.51/5 (64 votes)
8 Aug 2006CPOL6 min read 408K   7.4K   84  
Using the Signal Port to read in data instead of Data Port
'Port Testing
'Created by: phebejtsov@yahoo.com
'Date: Aug 09, 2006
'This simple program shows new/experience programers
'how to communicate via parallel port.  
'When Button1 is clicked Data is written
'and read from on the 'data port' to confirm that data
'port works. When Button2 is clicked External data can
'be read through the �signal port�.


If your a novice; try to go through the tutorial first on: http://www.codeproject.com/useritems/Inpout32_read.asp

Please remember that you'll need the inpout32.dll file located on:
http://www.logix4u.net/  

Zip File Includes:
Port Interface Testing.doc (Source Code )
Executable files
Project Files


As a last resort, then use the source coded or intall the program provided.
Although the risk of anything happening is almost 0%, I provide no responsibilty for any mishaps.  If you like to publish anything with my code.  Just let me know.

Happy Programming.

Phebejtsov

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions