barcode scanner

kee nethery kee at kagi.com
Tue Nov 30 23:17:50 EST 2004


On Nov 30, 2004, at 3:37 AM, Paolo Mazza wrote:

> I want  my  rev-application to collect  data from a  barcode scanner 
> in background .  In other words,  I want to use my PC (WIN-XP) with 
> other programs and at the same time I want  my application to collect 
> and save data from the barcode scanner. Is it possible?

yes but the input has to be through something other than the normal 
keyboard interface. You'll need an alternate input stream and you'll 
need code to watch that input stream. The most common, but becoming 
obsolete quickly, is a serial interface. Then you have your app watch 
the serial interface and handle the data it receives. Beyond my 
abilities, I think Sarah has done much more work in this area.

Kee Nethery



More information about the use-livecode mailing list