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.

i o port interfacinfg is required

Status
Not open for further replies.

akshat88

Newbie level 2
Joined
Apr 12, 2011
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,292
how to open the I O ports such as db 25 connector in win 7 pls tell me
 

DB 25 is the connector for "LPT port"
please give some more details..
on which platform you want to open the LPT port..?
such as C, C++,C#, VB, labview, matlab... etc
 

DB 25 is the connector for "LPT port"
please give some more details..
on which platform you want to open the LPT port..?
such as C, C++,C#, VB, labview, matlab... etc

the platform is visual basic 6 i hv wriiten the code i want to know how to open i o ports in win 7 as porttalk 22.zip is not running on win 7 pls give a link to direct download the file
 

if you upgrade to the free Visual Basic express 2010
Microsoft Visual Studio Express - Build cutting edge Windows applications

in the toolbox under components is has a SerialPort component to talk to serial ports. Worth looking to see if it has a component to talk to the parallel port

also have a look at
**broken link removed**
Reading from Parallel Port using Inpout32.dll - CodeProject
Code for receiving data from parallel port in VB.net - GIDForums
Programming The Parallel Port In Visual Basic

if you wish to control external devices using USB is simpler these days with microcontrollers with USB interfaces
 
Last edited:

unfortunately i don't have any experience with VB. But i have worked on parallel port in labview on Win7 32 bit edition its easy..
But when i was searching i found Inpout32.dll is the one dealing with this....
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top