Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing I/O Ports in Java 1

Status
Not open for further replies.

fesaner

Programmer
Nov 15, 2000
1
US
Is it possible to directly access the PC parallel and serial ports with Java?

In most C++ versions there are inp() and outp()instructions that facilitate direct port addressing.

Thanks for the help
Floyd Saner
 
Dear fesaner,

Take a look at javax.comm.ParallelPort

Good luck
-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top