Page 1 of 1

Barcode 128 can’t scan

PostPosted: Thu May 15, 2008 9:07 am
by oscarchoi(Legacy Member)
Dear All,

My program will write a string for barcode 128 print out.

However, when the check sum is 0. The print out barcode scan fail. If the check sum not = 0. It is ok. I already replace the check sum 0 to ASCII 194. However, also can't scan.

Thank you very much!!

Best Regards,

Oscar

Re: Barcode 128 can’t scan

PostPosted: Thu May 15, 2008 9:07 am
by benz(Legacy Member)
Compare the result with the one from FontPal. What's the difference?
The corresponding font character to code128 value 0 is Ì(0xCC), decimal value 204 in our font, not 194. The character mapping is listed here:
http://www.morovia.com/font/code128.asp ... %20Mapping

Edited by benz on February 15 2006 at 7:49am