4
1
I'm considering purchasing a scanner such as the Esky™ Automatic USB (Bi-directional) Barcode Scanner.
I've produced some QR codes (containing valid http URLs) which I'd like students at my school to scan.
I'd like to use the machine as a terminal - students scan the URL and then are unable to do anything else (no keyboard or mouse, for instance).
As such, is it possible to set this barcode scanner (or any others) to automatically open my browser if the QR Code being scanned has a URL format?
In addition, would it then be possible to have non-URL QR content to be entered into the browser's active form field? I.e. if the QR code said 12345, it would just enter it into the active text box on the current webpage (if a webpage was open already)?
what did you ended up using with? I am trying to do the same. – Manik Arora – 2016-03-09T12:14:40.767
Are you on Windows ? – harrymc – 2013-02-26T20:10:59.763
@harrymc yes, but I could set up a linux box just as easily. – dunc – 2013-02-26T22:08:42.303
@dunc From what I see, the scanner you mention is 1D scanner, can it read QR codes? I don't think so. Also, feature you request (being able to click an URL decoded) is the work for an application, not the scanner itself. There are few Windows QR Barcode Reader Apps available for free, if you just enter that in google (just checked). They MAY have such a click-to-run function. My app on a smartphone also has. I wrote something like this for Win, in C++, but it reads only code128, so can't help. – Kitet – 2013-02-28T17:40:56.913
I looked into some projects based on a :CueCat scanner many years ago. There was information on how to grab the data using a simple script, but the main thing was that they seemed to act like a keyboard. It essentially typed the numbers and sent an enter when it was done. Maybe something like that would work well for your project? – Melikoth – 2013-03-01T15:23:25.100