0x6F1: Send request from diag scanner
0x612: Response from JBE (OBD2 firewall)
0x12: DME (ECU)
0x60: KOMBI (instrument cluster)
complete list available here
0x0547: Coolant temperature
0x0458: Oil temperature (may match coolant temp due to lack of sensor on N47)
0x01F4: Boost pressure (target)
0x076D: Boost pressure (actual)
complete list available here
XOR checksum of all bytes in message (module ID + length + data bytes)
[Address]: Address of the computer being queried.
[Length]: Total number of bytes in the message (in hex).
[Data]: One or more bytes which comprise either the command (from you) or the response (from the computer).
[Checksum]: XOR checksum, based on all of the preceding bytes. This serves as basic error correction.