We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Tomiwa,
I used your library where I found one issue we are unable to send code when we are successfully connected with the ELM OBD device.
ISSUE Found : dataOutputStream.writeChars(command);
Solution : out = new BufferedWriter(new OutputStreamWriter(outStream), 1); out.write(msg.toCharArray());
You can connect with me on Skype if you have any issue regarding that davinder_syall or emailId : [email protected]
The text was updated successfully, but these errors were encountered:
Hi Tomiwa, I used your library where I found one issue we are unable to send code when we are successfully connected with the ELM OBD device. ISSUE Found : dataOutputStream.writeChars(command); Solution : out = new BufferedWriter(new OutputStreamWriter(outStream), 1); out.write(msg.toCharArray()); You can connect with me on Skype if you have any issue regarding that davinder_syall or emailId : [email protected]
Can you send the full solution or make a PR?
Sorry, something went wrong.
No branches or pull requests
Hi Tomiwa,
I used your library where I found one issue we are unable to send code when we are successfully connected with the ELM OBD device.
ISSUE Found :
dataOutputStream.writeChars(command);
Solution :
out = new BufferedWriter(new OutputStreamWriter(outStream), 1);
out.write(msg.toCharArray());
You can connect with me on Skype if you have any issue regarding that
davinder_syall or emailId : [email protected]
The text was updated successfully, but these errors were encountered: