Obd2 fault codes
xavierDesarrollo opened this issue · 4 comments
xavierDesarrollo commented
Hi, OBD2 sends you fault codes, how I do to see these codes on android eclipse or what kind of class or method of obd_java_api can i to use???? please help me.
I need to connect to obd2 by bluetooth and get wathever fault code that obd2 throw me and show in my android.
pranaypatel512 commented
Did you tried any code using obd_java_api?
xavierDesarrollo commented
hi pranaypatel, no i didn't.... please help me, how can i use thouse codes??
Pho3niX90 commented
@xavierDesarrollo please have a look at https://github.com/pires/android-obd-reader for an android example.
The classes you would use are
TroubleCodesCommand.java
PendingTroubleCodesCommand.java
PermanentTroubleCodesCommand.java
pires commented
Thank you @Pho3niX90.