Odmink0

Results 8 comments of Odmink0

Hi. You can call "readResult()" at variable init: Sample: `try { ObdRawCommand custom = new ObdRawCommand(command); //command can be any ELM command like "atz" or "0130" custom.run(inputs, outputs); //inputs -...

1) Your examples correct. 2) ELM327 can understand commands with spaces and without spaces. "01 00" equals "0100".

You are welcome. If you got another questions - you can asking =)

95% - Yes. If your controller like ELM327 and understands it's syntaxis.

obd-java-api used for connect to car's CANbus via diagnose scanner based on ELM327 chip and firmware.

I think that it is impossible. obd-java-api developed especially for using with AT comands.

Read name of project: obd-java-api. obd == OBD == On-board diagnostics => https://en.wikipedia.org/wiki/On-board_diagnostics

So you can fork that project and add any options and any frame format.