| Author |
get the device letter of usb as soon as it connected to the computer
|
manucng davangere
Greenhorn
Joined: Aug 10, 2009
Posts: 12
|
|
Hi all,
i am developing one software,in which i have to detect the usb arrrival and it has to get the drive letter of that device(like F,G,M).can you please help me to get code which gets the device letter of connected device .and it has to detect every time as soon as usb connects to the port and it has to get the device letter ,that means it has to work for more than one usb devices.
|
regards,
manu
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
I'm not sure if we can do this in Java without some JNI. You could try a third party library like jUSB and see if that supports what you want. If not, you will have to use JNI yourself.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
manucng davangere
Greenhorn
Joined: Aug 10, 2009
Posts: 12
|
|
Rob Prime wrote:I'm not sure if we can do this in Java without some JNI. You could try a third party library like jUSB and see if that supports what you want. If not, you will have to use JNI yourself.
i am not able to create dll also .i am not getting c/c++ code to detect device and get drive letter .do you have any source?.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
Sorry, I haven't done any USB programming at all.
|
 |
 |
|
|
subject: get the device letter of usb as soon as it connected to the computer
|
|
|