Bar-code Scanners for Linux?
peterjm asks: "Well, some one here at work has decided that the answer to all of our problems would be the acquisition of a bar-coder/scanner for labling and keeping track of all of our pc's in the office.
A web hunt reveiled all sorts of the little suckers, but what I was wondering is, are there any bar-scanners that are designed (or have software designed) to run under Liunx?" Linux needs support for some of these if it wants to be considered as a possible tool in the retail market.
Scanners come in several flavors. What you want are decoded, keyboard-wedge scanners. These interpose themselves between the keyboard and the keyboard port, and when they scan something, they insert the characters just as if they had been typed on the keyboard. The system shouldn't be able to tell the difference between characters produced by scanning and characters produced by typing, so there's no question of OS-related problems.
:)
Other scanners connect to the serial port and require specialized software to take the input from that port and insert it into your application. You'll want to avoid these in most cases - especially if such software doesn't exist for Linux.
Oh, and one more thing: Symbol is the largest producer of scanners in the world, and according to an engineer friend of mine who works there, they put a lot more into quality-control than other companies. Their scanners are often available at discounts of 50% or more off list price (because list price is horribly inflated), so shop around for your reseller and find a good price, but buy a Symbol scanner in the end.
--
Michael Sims
One of my back-burner projects at work is to get some magnetic buttons from www.deggy.com to work under linux. I've seen some MSAccess code which talks to their reader through serial interface. Shouldn't be that hard to do the same under linux, just need to find the time...