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.

Control parallel port over LAN or internet ?

Status
Not open for further replies.

kitora

Newbie level 2
Joined
Jun 23, 2005
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,298
Hi there,

Anybody know how to write VB program to read/write parallel port over internet or LAN? Thks.
 

You will need a server program running on the computer with the parallel port and a a client program to talk to it.

Server listens on a TCP port, client conects to it. Make up a simple protocol to send commands to the server.

Read the communication area over at visual basic forums including the sticky post with FAQ's.

Operation over the internet may require configuring any firewall and connection sharing system in the way.
 

It is a little like the network share printer. I think it is easy to implement.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top