Questions tagged [vin]

VIN is an abbreviation for Vehicle Identification Number

A Vehicle Identification Number, commonly abbreviated to VIN, is a unique code including a serial number, used by the automotive industry to identify individual motor vehicles, towed vehicles, motorcycles, scooters and mopeds as defined in ISO 3833.

To know more visit Wiki

38 questions
1
vote
0 answers

Can I use Apple Car Play to get me the car VIN Number

I'm in the discovery stages of an extension to my application. I'm looking to enable my app to work with Apple CarPlay. I'm looking to see if a user plugs in their phone, can I get a VIN Number from the car?
Brett
  • 11
  • 2
1
vote
1 answer

rOpengov/mpg, looping through VIN numbers returns error vs single use?

I'm trying to loop through the fevehicle() function in the mpg package courtesy of: https://github.com/rOpenGov/mpg I've been trying to feed the function multiple vinids, even giving the function 5 seconds of rest between loops just in case, but I…
LoF10
  • 1,907
  • 1
  • 23
  • 64
1
vote
0 answers

zBar sdk not scaning VIN code

I am using zBAr SDK to scan VIN code. I am following the zBar's tutorial to set scan symbology of Code_39. Each time I run the app it says "the image picker failing to read". I am using the following code [reader1.scanner setSymbology:…
0
votes
2 answers

VIN RegEx Pre 1980

I'm trying to use a RegEx that will catch any pre 1980's VIN (Vehicle Identification Numbers). Anythign pre 1980's will not be required to be 17 digits and can contain 'O's and 'U's. This site claimed to have a RegEx for it (it also explains the…
mint
  • 3,341
  • 11
  • 38
  • 55
0
votes
0 answers

OBD2: Reading VIN number using CAN Reader and custom Python Code

I am trying to read vehicles VIN number using CAN Reader and my custom Python Code, following OBD2 specification and I cannot obtain the whole VIN number as I receive only one response back. I noticed that after sending this: 7DF#0209005555555555 I…
sermp
  • 1
  • 1
0
votes
0 answers

Can the default priority be changed in J1939 from SAE?

As per SAE document for J1939 the default priority is specified but can the default priority be changed. Will it have any impact if the default priority is changed?
0
votes
0 answers

Vehicle Data Provider for USA vehicles

Which are the best vehicle data providers available currently which can give details like Year, Make, Model, Trim, VIN, Fuel type, Body Type etc. I need information for all the vehicles available in USA region.
kushal
  • 1
  • 1
0
votes
1 answer

Need an api for VIN recognition?

We are doing car auctions and need an API for VIN recognition, where can we find such an API, and if there is a free one, even better!
0
votes
1 answer

Trying to add a vin function to a automobile inventory program

The legitimacy of the vin is irrelevant. I just want to make sure that the user only enters 17 digits. This is what I have so far: #Automobile Inventory print('Automobile Inventory') class Automobile: def __init__(self): self._make = "" …
0
votes
0 answers

VIN decoder api

I know this is not a question to ask here, but we have googled for hours and cannot find what we need. What we need is a company that has an API that we can use to find information about new vehicles. We transport new vehicles (europe only) and I…
GuidoG
  • 11,359
  • 6
  • 44
  • 79
0
votes
1 answer

api that gives all needed pieces for a car from its vin number

I'm developing an application and I'm looking for an api that gives all car parts from its vin number I know it's not going to be for free and it's ok any suggestions please ? thank you
taki taki
  • 1
  • 1
0
votes
1 answer

pyvin: Parsing VIN number

Context Same code for decoding a column with Vehicle Identification Numbers, for one of the libraries i'm getting an error. Code import pandas as pd from vininfo import Vin # COUNTRY AND BRAND from pyvin import VIN # MODEL AND YEAR db =…
0
votes
2 answers

Text mining a large list of Notes for Vehicle Identification Number (VIN#) with Python

I have a large data set of Insurance Claims data with 2 columns. One column is a claim identifier. The other is a large string of notes that go with the claim. My goal is to text mine the Claims Notes for a specific VIN number. Typically a VIN# is…
Coldchain9
  • 1,373
  • 11
  • 31
0
votes
0 answers

Vin Check in Javascript to use for PDF

I'm kind of new to Javascript and I'm trying to figure out how this all works. I'm making a form in Adobe Acrobat Pro. On of the required fields for my customers is to enter a valid VIN (the Vehicle Indentification Number of your car). The VIN is…
0
votes
2 answers

OBD-Python unable to get VIN number

I am using the library OBD-Python and when I tried to get a VIN number from my vehicle even following the Custom Commands documentation, I received this message: [obd.obd] 'b'0902': VIN NUMBER' is not supported Date: 2018-07-09 14:48:30.428588 --…