Home > BarcodeReader

BarcodeReader

BarcodeReader is a project mainly written in ..., it's free.

A mootools class to facilitate the reading from a barcode reading device

ScannerKeystrokeObserver

ScannerKeystrokeObserver is a class to automatically detect entries from a hardware device that generates keystrokes (like a barcode scanner).

How to use

Include a reference to the ScannerKeystrokeObserver.js script file and the following code in a script block in the head of your web page.

new ScannerKeystrokeObserver({
    onRead: function(v) {
        $('txtGlobal').set('value', v).highlight();
    }
});

Screenshots

Previous:sex