Evo X Real CAN Packets
Not sure if this applies to our hardware very well, but it's interesting none the less:
http://www.wire2wire.org/Can_sniffer/Can_sniffer.html
some results based on using this with a VW:
http://translate.google.com/translat...n-confort.html
Using an Arduino plus the can sniffer to sniff messages of interest and insert new messages based on what was observed (sort of like a piggyback):
http://secuduino.blogspot.com/2011/0...an-bus-ii.html
http://www.wire2wire.org/Can_sniffer/Can_sniffer.html
some results based on using this with a VW:
http://translate.google.com/translat...n-confort.html
Using an Arduino plus the can sniffer to sniff messages of interest and insert new messages based on what was observed (sort of like a piggyback):
http://secuduino.blogspot.com/2011/0...an-bus-ii.html
Not sure if this applies to our hardware very well, but it's interesting none the less:
http://www.wire2wire.org/Can_sniffer/Can_sniffer.html
some results based on using this with a VW:
http://translate.google.com/translat...n-confort.html
Using an Arduino plus the can sniffer to sniff messages of interest and insert new messages based on what was observed (sort of like a piggyback):
http://secuduino.blogspot.com/2011/0...an-bus-ii.html
http://www.wire2wire.org/Can_sniffer/Can_sniffer.html
some results based on using this with a VW:
http://translate.google.com/translat...n-confort.html
Using an Arduino plus the can sniffer to sniff messages of interest and insert new messages based on what was observed (sort of like a piggyback):
http://secuduino.blogspot.com/2011/0...an-bus-ii.html
I found it in the beta version of EcuFlash Here
Code:
[275565890] 00 00 05 16 03 7F 29 80 00 00 00 00 [275566136] 00 00 05 11 03 7F 29 80 8B F9 09 0C [275566394] 00 00 05 1C 03 7F 29 80 00 00 00 00 [275566652] 00 00 05 3B 03 7F 29 80 00 00 00 00
Edit: ok I just found the message structure in the code and found I was correct about the timestamp but the rest of the log is data (no IDs were logged, I just added that to the code). After a little more testing, the 05 *might* also represent the ID, however I'm not positive on that (just that when I added the code to log the ID's it was also 5...so maybe they are the same). After a lot of testing I was finally able to replicate my previous log by using ecuflash to read the ECU's ROM, and then after it finished immediately running the can logger. I'm starting to think that maybe the ETAC doesn't allow CAN messages through unless requested from whatever is connected to the OBD2 (and since I'm just sniffing, nothing is getting through).
Last edited by SilverJesterGSX; Jul 2, 2011 at 04:57 PM.
Also do you know why I don't see more messages when logging CAN through the OBD? I'm wondering if the ETACS is blocking all data to the OBD2 unless a request is made from the OBD2 (and since I am not making request, just listening, I'm not logging anything)?
well according to the meter diagram, there is some CAN signal going in...
http://www.youtube.com/watch?v=yQx7ZSYbd5o
see where I am trying to go?
Mart
http://www.youtube.com/watch?v=yQx7ZSYbd5o
see where I am trying to go?

Mart
Last edited by Daluv; Feb 16, 2012 at 04:28 PM.
well the meter is computer in its own right, it isn't really controlled by the rest of the ECU's in the car..
so your not going to be able to change what is displayed (other than substituting whats already being display with another value) without reprogramming it..
anyways if you get the wiring manual you will see there is a spare CANBUS connector behind the radio from memory...
so your not going to be able to change what is displayed (other than substituting whats already being display with another value) without reprogramming it..
anyways if you get the wiring manual you will see there is a spare CANBUS connector behind the radio from memory...
Yes I am aware of all of that. I cannot do as much as I want with the meter.... however having a nice CAN BUS log during an MUT-III session can be fun....
Mart
Mart
well the meter is computer in its own right, it isn't really controlled by the rest of the ECU's in the car..
so your not going to be able to change what is displayed (other than substituting whats already being display with another value) without reprogramming it..
anyways if you get the wiring manual you will see there is a spare CANBUS connector behind the radio from memory...
so your not going to be able to change what is displayed (other than substituting whats already being display with another value) without reprogramming it..
anyways if you get the wiring manual you will see there is a spare CANBUS connector behind the radio from memory...
Just curious 
Is this the same as I do with my Racelogic Video Vbox?
I spliced into the can wires at the ECU and feed into the box so I can display throttle position, revs and boost on the recorded video. I would love to have something for the brake position too

Is this the same as I do with my Racelogic Video Vbox?
I spliced into the can wires at the ECU and feed into the box so I can display throttle position, revs and boost on the recorded video. I would love to have something for the brake position too



