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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…