0

Essentially, I'm looking for a 1D bar-code scanner that I can program, either through provided software or some sort of programming language, that will read a bar-code and format the resulting string.

I have already tried the Datalogic Gryphon GD 4130 scanner and it didn't work well with what we needed it to do, and I thought the software they provided was hard to use.

Price isn't an issue either. So any recommendations would be great.

Mirza
  • 635
  • 1
  • 9
  • 13

2 Answers2

1

The Honeywell Voyager 9520/40 line worked well for me. The scanner itself was easily programmable by scanning "program barcodes" that they provided.

But I also needed my program to be able to detect barcode scans even if it wasn't the "active" window. And I did not want to create a global keyboard hook to check if any keyboard input was actually a barcode scan.

I found that Honeywell offered free drivers to convert this scanner's output into "serial port" input on the pc - though it was a USB scanner. This was good for programming because it's a cinch to read serial port data in most programming languages, and it would have been rough for me to create some native code to read USB port data.

When researching this I found that most scanners actually had the capability to emulate serial port input so I would recommend that you look out for that feature if you want your program to be able to detect scans without having to get the focus first.

I answered a similar question with some examples here.

Community
  • 1
  • 1
egerardus
  • 11,316
  • 12
  • 80
  • 123
0

The Symbol line of scanners work well and are programmable. We use Model: LS2208. You can program it via barcodes or with free software that can be downloaded from their site. After creating the program you can then save it and/or print it as a sheet of barcodes that can be scanned to reprogram the unit other other units.