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

Using Arduino code #3

Open
debouttethibault opened this issue Sep 22, 2023 · 4 comments
Open

Using Arduino code #3

debouttethibault opened this issue Sep 22, 2023 · 4 comments

Comments

@debouttethibault
Copy link

How do I use the provided Arduino code to connect the software to a '95 Wrangler YJ over the SCI bus? The car only has a 6-pin Data Link connector. I would like to read the error codes from the PCM.

@laszlodaniel
Copy link

laszlodaniel commented Sep 23, 2023

Here is a solution for you while they get back to this great project:

https://gist.github.com/laszlodaniel/9086006abcb726d0cee8bfde396f3de3

You will need an inverting buffer chip in the RX/TX lines because OBD1 controllers use inverted UART logic. As far as I know Kate's software does not support OBD1 controllers.

@debouttethibault
Copy link
Author

Okay, thank you very much! I will try it out as soon as I get the parts to invert the signals.

@xerootg
Copy link

xerootg commented Oct 2, 2023

You might be able to get away with using SoftwareSerial which should drop in and supports inverted logic.

@katemonster33
Copy link
Owner

Hi! Very nice to see interest still popping up for this project.

To answer your question, another set of libraries other than this one is probably what you want. In a really early commit to this repository, the Arduino code was much friendlier to use with an Arduino IDE terminal but this current version was meant to have my C# application talking to it. I was working on porting the embedded code over to C anyway so I'm not sure if it even works.

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

4 participants