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.