-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
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. |
Okay, thank you very much! I will try it out as soon as I get the parts to invert the signals. |
You might be able to get away with using SoftwareSerial which should drop in and supports inverted logic. |
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. |
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.
The text was updated successfully, but these errors were encountered: