obd-java-api icon indicating copy to clipboard operation
obd-java-api copied to clipboard

OBD-II Java API

Results 13 obd-java-api issues
Sort by recently updated
recently updated
newest added

Hi, While searching for a good OBD communicator / connector I came across your project. It seems pretty straight forward and simple to use (haven't gotten to deep into it...

Also removing colon on OBD responses. Some cheap adapters output a colon on the response causing a mistaken response output.

- Format code with eclipse to a better readability. - Change `TroubleCodeCommand` to use a Set (`TreeSet`) instead a `StringBuilder` to disallow duplicates and sort entries alphabetically.

I found,that your way to deal with the raw bytes of elm327 not so efficiency, this is because you deal with characters (read until '>' appear) so you need a...

Hi. i wish get the steering wheel angle data. Is it possible? thank you.

Good afternoon, I'm developing the CAN-Bus controller for Android using SocketCAN. Does library work obd-java-api with SocketCAN? Thank you. Andrew.

Hello. Need add 2 PIDs: 1) 01 30 - Warm-ups since codes cleared. Count, Formula(from wpedia): A 2) 01 4E - Time since trouble codes cleared. Minutes, Formula: 256A+B

Hello. First of all: thank you for obd-java-api! I trying to develop own OBDII trouble codes scanner app for Android phones. For connection and reading data i use this obd-java-api....

This is on a subaru 2004 outback. I found the protocol by using torque as auto didnt seem to select the right one. The data I'm getting back looks like...

Hi Pires , Did you tried the P0XXX style commands by connecting to vehicle OBD? Do they run the same way a raw command run or there is something else...