USB Communication

Hello,my task is how to establish USB port communication b/n two systems using java?Can you please give me API details as well as some sample programs?thanking you inadvance,A.suneel.
[211 byte] By [anchipkaa] at [2007-11-27 3:20:53]
# 1
Just check the jUSB APIs... http://www-128.ibm.com/developerworks/library/j-usb.html
pundeera at 2007-7-12 8:23:37 > top of Java-index,Java Essentials,New To Java...
# 2
http://www.google.de/search?hl=de&q=java+usb+support&btnG=Google-Suche&meta=
PhHeina at 2007-7-12 8:23:37 > top of Java-index,Java Essentials,New To Java...
# 3

Hello,

I executed the code given in the IBM article i got the following o/p.

List of available USB buses=5

Number of available USB's=2

but whenver i am trying to get Device attached to the USB i got null.

Device device = root.getChild(j);

System.out.println(device.toString());

please give me reply whats wrong with my settings?Please note that my task is establishing communication b/n two systems via USB ports like COM ports.

thanking you inadvance.

anchipkaa at 2007-7-12 8:23:37 > top of Java-index,Java Essentials,New To Java...