In a jee web application, I need to read data from barcode scanner(connected to the user's machine - client side),display the data in a textbos and send the code back to the server.I think I understood how to do it.
Is it possible to detect whether the scanner is connected/turned on and if not, display a warning in the web page that the scanner is not connected? (using some activex controls or any other method)