Ivor Wanders

Results 116 comments of Ivor Wanders

I'm not sure I 100% understand the question, but `HIGH` and `LOW` are just defines to `true` and `false`. In the function I use `enabled` as a variable. If `enabled`...

Hi! > Almost a year ago i started writing some code to comunicate with the ECU, probably i didn't found your library because you implemented the KWP recently. Yeah, it...

> I think that i have an old version of this document that cost around 140€! I found it on google but i didn't add in my repo because i...

> My issue is not knowing whether it is slow or fast init though. Does that matter with your code? Yes it does, I think... I only implemented KWP fast...

Hey, what you need should all be possible. You should be able to change the baud rate [here](https://github.com/iwanders/OBD9141/blob/f1a913b2d7945e2c47b744fb25903ce844258921/src/OBD9141.h#L22). > the method of obtaining data is different, instead of PID, I...

Please read [this post](https://github.com/iwanders/OBD9141/issues/3#issuecomment-190848125) as a start. For some first pointers on debugging this, I see you already enabled debugging :+1: . The KWP fast protocol has not had the...

> I do hold a ELM based OBD Dongle, When I connect with Torque app it is showing the protocol as 'KWP FAST' and it is reading the parameters like...

> How exactly can I do this, is it with a help of OBD splitter cable ? Once I connect my OBD ELM dongle, I do not have access to...

@aster94 just reached out in another issue, he/she has a [library](https://github.com/aster94/Keyword-Protocol-2000) that's specifically tailored towards KWP, it may be worth to give that a try, it has a slightly different...

> till now I have tried your library only using a Hardware Serial from Chipkit Max32 and I have my own doubts on Chipkit Internal Pullup resistors, do you suggest...