This repository was archived by the owner on Nov 10, 2017. It is now read-only.

Description
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 yet).
However, i have one small question. While the ObdCommand.readResult() is invoked, where do the decoded output goes to?
Is it a log file, or is it being printed on to the screen?
Should i create an instance of ObdCommand() and then ObdCommand.getCalculatedResult()?
Thank you.