I have NPAPI browser plugin for Chrome,Firefox for a USB device. This plugin allows silver light web application to communicate with the USB device.
Interaction involve
1.data transfer
2.querying USB device for info
3. and saving data in to USB device.
Recently Chrome announced that it is not gonna support the NPAPI plugin in future.
I have found PPAPI support will be there in chrome but it is not a standard and it will not work on firefox and other browser.Is there other way to achieve without using plugin. Do we have any other solution for this issue?