I am working with a bar code scanner and java currently. i wanted to know wether there is a possibility to poll this device.
What I want: a popup message every time you scan a barcode
What I dont want: is to focus a text field first to do so.
I want this to run in the background so that the user only has to scan something without anything in focus. is this possible? in other words, i dont want to use it like a keyboard but more like a sensor that informs me every time a new value is available.
thank in advance