I was wondering if it's possible to test for the presence of an HID usb device without actually "connecting" to it?
I would like to have my program have a status bar that states whether the device is present on the host system but I don't want to have to continually call a function to attempt to connect to it. Is there anyway to do this so it is interrupt-like based as I am describing?
Thanks!