Results 206 comments of Daniel Hrisca

because the pointers may be inccorect, so we search for the start of other block to see the limits

Without the file I can only suspect that it contains bus logging data that is not supported (FlexRay, MOST, Eth ...)

@CheMcKirgan please try the development branch code

Does it make any difference if you patch `time` before importing `can` ```python import sys if sys.platform == "win32": import time from win_precise_time import sleep as wpsleep from win_precise_time import...

How is this supposed to work? there is another set o functions that need to be used to setup the FlexRay bus, it can only be setup on proper FlexRay...

The same thing happens on Python 3.9 x64 running on Windows 10

Any chance you could send the file?

@fhaon the inverse conversion is simply ignored. The latest development code will generate correct files (the link address is set to 0)

@MatheusFreitas25 there were some changes merged, please try again with the development branch code

I've made some changes in the development branch. You can provide the `raw` argument as a dict: * it must contain the key `__default__` * the key are the channel...