Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Vehicle Identification Number (VIN) #104

Closed
pranaypatel512 opened this issue Apr 14, 2016 · 3 comments
Closed

Vehicle Identification Number (VIN) #104

pranaypatel512 opened this issue Apr 14, 2016 · 3 comments

Comments

@pranaypatel512
Copy link

Is there any command or code through which we can get Vehicle Identification Number (VIN) ?

Thanks,
Pranay

@Ewg777
Copy link

Ewg777 commented Apr 14, 2016

@pires
Copy link
Owner

pires commented Apr 14, 2016

Thank you @Ewg777.

@pires pires closed this as completed Apr 14, 2016
@pranaypatel512
Copy link
Author

@Ewg777 Thanks for suggesting command.
I got Vehicle Identification Number using below code:
if (cmdID.endsWith(AvailableCommandNames.VIN.toString())) { //cmdID = obdCommandJob.getCommand().getName(); VinCommand command = (VinCommand) job.getCommand(); Log.e("COMMAND:", "VIN No:" + command.getFormattedResult()); }

O/P
https://goo.gl/6Hv8lt

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants