Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using ZBar to scan VIN barcodes adds extra "I" character

I am using ZBar iOS SDK to scan VIN barcodes on an app. But it sometimes adds an extra "I" character in front of the VIN and omits the last character.

Also, I am using CODE 39 symbology. Is that correct or will I have to change it?

like image 707
ilight Avatar asked Nov 22 '25 13:11

ilight


1 Answers

The leading "I" stands for Import and is only coded into some VIN barcodes. See this discussion thread for more details:

http://sourceforge.net/projects/zbar/forums/forum/1072195/topic/4372564

As for the symbology, VIN barcodes come in a variety of formats, such as Code 39, Code 128, or PDF Matrix.

like image 117
Gambit Avatar answered Nov 25 '25 07:11

Gambit