Quote:
Originally Posted by Deepnine
i dont know much about serial protocols, but isn't it possible to monitor only?
or to wire something between sniffer and the mut <-> ecu connection, that no data is sent from the sniffer.
|
The MUT Tool and ECU both talk on the K-Line, so its hard for for the Sniffer to know which one is sending/receiving and its easy to get alignment problems. I was looking mostly at the 5 Baud Init Sequences that switch to 10400 or 15625 Baud when done. You might have better luck if you just monitor the MUT 15625 stuff.
I wired a spare OBD2 plug to my existing one and hooked a 1.3 cable to that.
I used Visual Basic and the FTDI Library to make a "sniffer". I couldn't get HyperTeminal to work, don't think it can do 15625 baud or something, so I used another terminal program. I have source code for a MUT/Hybrid Logger project I never finished if you would like to see how the FTDI stuff works.