This repository has been archived by the owner on Nov 10, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 297
Output of data #136
Comments
Hi. `try { }` |
Ok, thanx. Same will works if i will try to use of of the other command classes? By the way, in the example you gave me the command should be a string with out any spaces? |
|
Thank you very much. |
You are welcome. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 thenObdCommand.getCalculatedResult()
?Thank you.
The text was updated successfully, but these errors were encountered: