Re: barcode recognition software



On Wed, 9 Jan 2008, jacek.kutzmann@xxxxxxxxx wrote:

I want to create a system to automatically scan and bind document
pages basing on a printed linear barcode.

Don't know much about it, and it is not clear to me why this should be java related, but I'd assume it would be simpler to buy a barcode reader, connect it to a (serial) port, and programmatically access it.

We once had to deal with barcode recognition of spectroscopic masks to be mounted on an instrument on the VLT (Very Large Telescope). The barcodes were cut in invar foils by a laser cutting machine (but I used to produce paper mockups in Postscript). We bought a few commercial barcode readers from Datalogic.

These devices had to be attached to the serial port of a PC (at the time). A maintenance program came with the readers, which had to be used only once to configure their EEPROMs. In particular the readers supported a wide range of commercial barcode standards (we selected the 2/5 interleaved).

After that we could just trigger a read from the serial port and obtain in return a 6-digit numeric code. The basic communication protocol was clearly explained in the docs, and we just wrapped it into an higher level protocol to read exactly 6 digits and handle wait. At the time we did that programmatically within a Visual Basic program, but any language should do.


--
----------------------------------------------------------------------
nospam@xxxxxxxxxxxxxx is a newsreading account used by more persons to
avoid unwanted spam. Any mail returning to this address will be rejected.
Users can disclose their e-mail address in the article if they wish so.
.



Relevant Pages

  • Re: PHP and barcode reader
    ... barcodes values from the barcode reader and returns them in a text ... This isn't really a PHP issue, but a scanner driver. ... a special driver/software to work like a keyboard, ...
    (alt.php)
  • Re: Generating and Reading Barcodes
    ... I am positive that such algorithms/programs exists because they work in real ... life with the barcode readers. ... Almost all of them are pretty much a special font. ... Then Barcode reader ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: PHP and barcode reader
    ... barcodes values from the barcode reader and returns them in a text ... This isn't really a PHP issue, but a scanner driver. ... a special driver/software to work like a keyboard, ... Your barcode reader must be plugged into the local computer. ...
    (alt.php)
  • Re: windows service : allow service to interact with desktop & SendKeys.SendWait ?
    ... sendkeys sends the scanned barcode to the active application. ... I don't know how your barcode reader works, but there is a feature in ... Windows called SerialKeys. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: PHP and barcode reader
    ... barcodes values from the barcode reader and returns them in a text ... This isn't really a PHP issue, but a scanner driver. ... a special driver/software to work like a keyboard, ...
    (alt.php)

Loading