Joined: December 20 2005
Posts: 2 Posted: December 20 2005 at 10:24am | IP Logged
--------------------------------------------------------------------------------
Hi, we've got a client that needs to encode a large alphanumeric value which results in a large barcode. The resulting code is too large for the scanner to read.
Could we break it apart in, say, two rows; so we first scan the first row, read the second row and then have the data?
e.g. what I'm trying to ask is break this:
|| ||| ||| ||||| |||
into this:
|| ||| ||| <-- 1st pass
||||| ||| <-- 2nd pass
and have it read as one ean 128 barcode
