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.

Need sample VC++ program for interfacing parallel port

Status
Not open for further replies.

pops999

Junior Member level 3
Joined
Sep 8, 2004
Messages
27
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
150
_outb vc

i need example programe vc++ interface parallel port

please help me

thank
 

+tvichw32 +parallel port +example

as far as i know there's no library available in VC++.

you may need to google for some ready-made library in DLL, and download to use..
 

Re: parallel port

I presume the same syntax for parallel port interface using C would do the trick..

The function that u would have to use is _outb

More details are available from the help files of VC
 

Re: parallel port

use TvichW32
pm me if u can't get it
 

parallel port

hi,
I think the same syntax for parallel port interface used in C should work.
use _outb for the same
and outport ..
this should work..
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top