Will VIN information be available from CAN data? Does any ECUs are module broadcasts VIN information on CAN channel?
Is it possible to read VIN from CAN data?
3.8k Views Asked by Kumar At
2
There are 2 best solutions below
1

You can read the VIN using OBD-II mode 0x9 PID 0x2, other than that, it is mainly implementation dependant. Many vendors broadcast the VIN every second or so, many times from the BCM (body control module) but it varies from vendor to vendor, and may not be happening at all.
Any car that supports CAN has a method of getting the VIN, either through TP2.0 or UDS. Is there a certain car that you're trying to communicate with?