Android Question OBDII library - OBD-JAVA API

jlperez

Member
Licensed User
Longtime User
Dear B4A fellows,

Has anybody used the OBD-JAVA-API library?

https://github.com/pires/obd-java-api

We're planning a OBDII project and we need to estimate some things in order to issue a budget as much as realistic as possible:

- Is the library realiable? I mean is open source and obviously we may correct bugs but it would be useful to know if it is buggy
- We need to read trouble codes, engine RPM, real-time speed, acceleration and some PID related to emissions.

Which approach do you think is better?

- to build a wrapper
- to call methods through JavaObject
- to issue PID through serial connected to Bluetooth and use AsyncStreams to receive response


Thank you in advance.
Best regards

Jose Luis
 
Top