iwanders / OBD9141

A class to read an ISO 9141-2 port found in car diagnostic OBD-II ports.
MIT License
236 stars 72 forks source link

mitisuibishi MUT 2 (kline 5 baud init) #54

Open professor-jonny opened 9 months ago

professor-jonny commented 9 months ago

Do you think you could add support for pre obd2 MUT 2 protocol for Mitsubishi vehicles? There is protocol information here: https://web.archive.org/web/20161029144911/http://evoecu.logic.net/wiki/ECU_Development

it uses a OBD2 connector but a slightly modified Kline protocol to the standard.

iwanders commented 9 months ago

Do you think you could add support for pre obd2 MUT 2 protocol for Mitsubishi vehicles?

If you want that, you have to do it yourself :) I don't own a Mitsubishi vehicle to test on, and I don't want to do the 'I write code, you test it' approach right now, I have many things on my hands.

If you want to take a stab at it, enable the debug prints in the header file, change the baudrate and try to see if you can receive those Receive C0 55 EF 85 bytes they mention are sent after the 5 baud init.