Kai Zhang
Kai Zhang
`line 47 of .\uds\uds_communications\TransportProtocols\Can\CanConnection.py, "extended=False" makes it impossible to support diagnostics over extended CAN ID.` ``` def transmit(self, data, reqId, extended=True): canMsg = can.Message(arbitration_id=reqId, extended_id=extended) canMsg.dlc = 8 canMsg.data =...
+1
removing the "-g 100" opiton from the command, canplayer follows the timestamp from the log.
> This might be correct. Can you post the section of the log file that led to this output? here you go: > $ cat candump-2023-11-29_102133.log > (0000052894.459000) can0 0F1##5BD004000170000A000000000A00000000000000A000800000000000000000000...
It was recorded via `candump`, and I slightly aligned the timestamp (the millisecond portion) mannually.
> Thanks! I can confirm the behavior and will take a closer look at it. Actually I have to remember myself why I made the gap value configurable o_O IIRC...