Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Parallel Port Interfacing on Windows XP using c language

Status
Not open for further replies.

shedeed

Member level 4
Joined
Sep 26, 2004
Messages
70
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,288
Location
Egypt
Activity points
631
i need some assistance to enable interfacing the Standard parallel port on windows xp.
am working an a PC based Oscilloscope project using the parallel port but it isn't working.
i tried the inpout32.dll method but it uses C++.
So am obliged either to shift the program into C++ OR to use another method in C language
 

use port talk library it is available ont the net for free
 

Don't use all these things
Do the following
if any doubt mail me

here is the way to interface in C language
http://www.embeddedtronics.com:80/public/Electronics/minidaq/userport/UserPort.zip
download this file and unzip it
then copy Userport.sys to WINDOWS\SYSTEM32\DRIVERS
then run USERPORT.EXE
u will get a message driver started
Now u do programming in C/C++/JAVA and interface in XP or other version of
Windows.
If you are not getting Userport.zip from this link search in google for it.
Another good site for getting it
http://www.geocities.com/Juanga69/parport/




for more see my e-book from
www.bibinjohn.tk
 

    shedeed

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top