You guys figure out how to sort out that data? As in what is the ID and how many bytes?
That is going to be this weeks work. I am going to start working on breaking down some of the raw data off the port via software. Just have to write the parser for it.
Anonymous wrote:THAT is awesome!
I would like to understand more about what I am seeing, is this the raw data that the ECU is reading/sending?
Please help a non geek!
The first three characters is the CAN ID, the next character is the data length.
CAN ID 0x11D, data length = 5, 0x00, 0x00, 0x00, 0x00, 0x28
Mad Max wrote:
Do you break everything in the message in Byte boundaries or do you have to turn everything into Bit format and delineate from there?
They are all 11bit ID's .. ( can't mix and match on the same bus ). And the data parsed out is actual Hex values for the information going across. No breaking it down to binary.