You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2017. It is now read-only.
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()?