gary-rowe / hid4java

A cross-platform Java Native Access (JNA) wrapper for the libusb/hidapi library. Works out of the box on Windows/Mac/Linux.
MIT License
229 stars 71 forks source link

Listener detect new USB device connected [Java/Windows] #70

Closed JPizarro14 closed 4 years ago

JPizarro14 commented 6 years ago

Hi!

I'm developing a new project and I need a listener to detect when a USB device has been connected or disconnected. I've been searching different solutions for Java on Windows but I didn't found anything. Is there any possibility to develop that listener using hid4java?

Thank you so much Best regards

gary-rowe commented 6 years ago

Hi! I'll be working on this library starting Mon 16th April in order to release version 0.6.0. I can take a look at this issue then.

JPizarro14 commented 6 years ago

Hi Gary! Thank you very much! Do you have release date for version 0.6.0?

Best regards

gary-rowe commented 4 years ago

The library supports attach/detach events so I think I can close this issue.