I have to interface my web application (RoR) with a barcode scanner, a Motorola DS3578 scanner, running in batch mode.
The way I see this is that each PC (Windows) connected with such a scanner (with craddle), runs a small program (.Net ?) that grabs the barcodes from the scanner when it's inserted into its craddle, then "dumps" these barcodes into my web application using a webservice I still have to develop.
I'm capable of writing this webservice. I haven't worked with .Net programs interfacing directly with scanners though, so that's why my question: how could I write an easy, short, .Net program doing just the communication between the scanner and the web service, preferably without any user interface. (transparent in the background) Or alternatively, does such a tool exist, ready of the shelve?