I want to get the serial number of a smart card reader connected to pc via USB. One way to do this is to get the iSerialNumber of the USB (smart card reader). Can anyone please guide me about the best working Java API for this purpose?

Should work in windows 7 as well. Any help will be appreciated. Thanks in advance.

link|improve this question

Related thread : stackoverflow.com/questions/862880/java-usb-library – AVD Nov 15 '11 at 4:03
Thanks @AVD. I read the thread and its not actually fit for my purpose! – HashimR Nov 15 '11 at 4:04
feedback

2 Answers

There is the jUSB API which you could use. Documentation here

link|improve this answer
Thanks. I've tried this API. Its kind of difficult to set it up. If you can help me setting up, it would really be appreciated. – HashimR Nov 15 '11 at 4:07
Windows installation instructions can be found here. The original project page here I haven't tried it personally, so I'm not sure if this will work on windows 7. – abhinav Nov 15 '11 at 4:22
feedback
up vote 0 down vote accepted

The solution I've come up with is to query WMI through C++ and then use its DLL in Java through JNI.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.