How to access the parallel port of remote machine in a LAN using Java?

Status
Not open for further replies.

catchmoiz

Newbie level 1
Joined
Sep 6, 2006
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,286
how do i access the parellel port of a remote machine in a lan
from the server
USING JAVA.
 

Re: Hello

Create a server which will run on that remote machine. This server will listen on a socket for commands from clients. Define your own protocol to update parallel port registers and send result to client. You should allow only one client at a time.
 

Re: Hello

Read Socket Programming from MSDN
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…