Skip to content
New issue

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

Issue to send PID Code #2

Open
davinder12 opened this issue Apr 23, 2024 · 1 comment
Open

Issue to send PID Code #2

davinder12 opened this issue Apr 23, 2024 · 1 comment

Comments

@davinder12
Copy link

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]

@Tomiwa-Ot
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants