OBD9141 icon indicating copy to clipboard operation
OBD9141 copied to clipboard

A class to read an ISO 9141-2 port found in OBD-II ports.

Results 24 OBD9141 issues
Sort by recently updated
recently updated
newest added

Hi, I was trying to communicate with ODB2 with my 206 1.1cc auto peugeot which should have the KWB2000 slow protocol. I built the optoisolated hardware interface and it works...

Hi Ivor I'm trying to comunicate k-line data sending ECT temperature to a cluster from a honda s2000 who has a k-line communication, maybe your project can help me? I...

I'm using the readerKWP example which have initKWP and i'm setting init_success = true; so that in order for a request to be sent but on the logic analyzer nothing...

hi, thank's you for your project. i contact you because in your code, you uses a lot about the kline functin by passing true or false. If you remain, the...

Hello, I'm using MC33660 chip with 540 ohm K-line pull-up and I tried your reader_time example, modified it to support soft serial as I'm using Arduino Uno with only one...

Hi, I am using this library to read my vehicle which works with KWP FAST Protocol. I am using the hardware from Macchina (https://www.macchina.cc/catalog) The MCU that I use is...

resolved
KWP

This library uses hardcoded address for ECU. However VAG autos use non-standard ECU address (0x01) and have many other control modules on other addresses.

Good day! I need to send my own requests through Iso9141 at a speed of 4800 baud, is it possible with the help of your library? Set the request header...

Hi Ivor, I had a GSX-R 600 2011, which uses the K-line. Almost a year ago i started writing some code to comunicate with the ECU, probably i didn't found...

Good afternoon. I'm using ESP32 and I'm facing a problem. My code works until I include the LiquidCrystal_I2C.h library. After connecting, the ECU does not communicate. ``` #include #include LiquidCrystal_I2C...