Hi,
The CAN log from the read-out process doesn't actually represent the "content" of the EEPROM; rather, you see the CAN messages that request information from the EEPROM and the corresponding responses that contain the EEPROM data.
Quote: |
| Unfortunately, it is only displayed with 8 bits; is there a way to switch it to 16 bits? |
A bit pointless... from two 8-bit values, one should be able to create a 16-bit value in the desired byte order simply by looking at them.
Example: 0x12 0x34 can be either 0x1234 or 0x3412, depending on the byte order used.
What protocol is used to query the data? Is it KWP2000 over CAN (ISO 11898, ISO 15765-2)?
Okay, I'm ready. Please provide the German text you want me to translate into English. I will only provide the translation.
I would check the protocol IDs 0x21, 0x22, 0x23, etc., and see if any of them appear in the CAN log.
Unfortunately, the KWP2000 or UDS specifications with details on the protocol IDs are not freely available; however, I am sure that some information can be found online.
Best regards, Rainer.