| Author |
hardware niterfacing in Java
|
Raza Taqi
Greenhorn
Joined: Jul 06, 2004
Posts: 11
|
|
Respected Group Members, Is it possible to do hardware interfacing through java,I mean to say that lets suppose I have 3 LED(Light Emitting Diodes) and I want to control them through parallel ports than does java provides some methods or are there any specific API's avaliable for interfacing through parallel ports,serial ports and other hardware devices.In C language we have outportb() function for interfacing to parallel ports are any such of these available in Java.
|
 |
Ben Wood
Ranch Hand
Joined: Aug 14, 2001
Posts: 342
|
|
Hi Raza, Take a look at the javax.comm API http://java.sun.com/products/javacomm/
|
SCJP 1.4, www.gsi3d.org.uk
|
 |
 |
|
|
subject: hardware niterfacing in Java
|
|
|