I am working on a project where I would like to access data that's been stored on a device which is recognised as a usb HID class and I want to create a firefox plugin that access these data when needed.
what is the best way of aproaching this ? I know first of all I have to deal with the USB HID protocol and then I was thinking of making NPAPI cross browser plugin using QT-browser plugin.
Is there any better alternative. And please give a good solution for linking usb HID protocol and firefox plugin as I am new to this.
thank you