Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VIN Barcode Scanner SDK [closed]

I am searching for a VIN (vehicle identification number) barcode SDK. Has any1 implemented then please help me with some tutorials ans sample codes. I din't find anything helpful.All i found is barcode reader but not VIN.

Any help will be appreciated.Thanks

like image 462
Dhara Avatar asked Dec 04 '22 13:12

Dhara


1 Answers

I know this has been answered already, but...

VIN's are just Code 39 Barcodes.

You can use: http://zxing.org/w/decode.jspx to read the barcode and then use http://developer.edmunds.com/ to decipher the vehicle information. This is the best no cost solution I've been able to come up with.

like image 174
Brad Avatar answered Dec 27 '22 17:12

Brad