Symbol PPC barcode scanner problem

  • Thread starter Thread starter Zanna
  • Start date Start date
Z

Zanna

Hi all,

I've got a problem with a Symbol PocketPC with integrated barcode scanner
(in particular a 2800 series).

With the .net CF Symbol libraries: I cannot read (I see the symbol samples)
barcodes (type interlaved 2/5) with less than 8 characters.

I can read "12345678", "1234567890" but not "1234" or "123456".

Someone can help me?

Thank you
 
Havn't tested, but have you set
MyReader.Decoders.I2OF5.MinimumLength ?

Interleaved 2 of 5 is one of the length matters barcode formats.
 
Adam Goetz said:
Havn't tested, but have you set
MyReader.Decoders.I2OF5.MinimumLength ?

Yes, thanks, I had found this "well hidden" property.

Surely Symbol could write a more "helpful help".

Thank you.
 
Back
Top