[Gambas-user] Barcode reader

2010-10-16 Thread M. Cs.
Is it possible to use Gambas2 (or 3) together with a barcode scanner under Linux. Is there any module available for that ? Thanks! Csaba -- Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and

Re: [Gambas-user] Barcode reader

2010-10-16 Thread EA7DFH
El 16/10/10 09:55, M. Cs. escribió: Is it possible to use Gambas2 (or 3) together with a barcode scanner under Linux. Is there any module available for that ? Thanks! Csaba -- Download new Adobe(R) Flash(R)

Re: [Gambas-user] Barcode reader

2010-10-16 Thread Ron
There are also scanners which are just USB HID devices, so they function as extra input device, just do setfocus on an textlabel input field and scan. See here for the barcode scan code I once made (for fun)... http://www.domotiga.nl/browser/trunk/DomotiGa/FBarcodes.class#L1

Re: [Gambas-user] Barcode reader

2010-10-16 Thread charlesg
I have Metrologic and Symbol scanners working with 'keyboard wedge' interface. Needs a computer with ps2 keyboard socket though. Connect scanner to keyboard port, keyboard to scanner and computer can't tell the difference. minthaka wrote: Is it possible to use Gambas2 (or 3) together with a