01006f8002326000 -
The first step is identifying the format. Standard CAN frames use 11-bit identifiers (which usually look like shorter hex strings, e.g., 0x1A0 ). Your string is 16 hex digits long, which suggests it is likely a raw capture of a 64-bit value, but the core identifier is the .
If we treat 01006f80 as the ID portion (in a big-endian context) or parse the value 0x1006F80 : 01006f8002326000
