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.

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

Status
Not open for further replies.

catchmoiz

Newbie level 1
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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top