Generate CAN Bus log #1202
Answered
by
allwinds12
allwinds12
asked this question in
Q&A
|
I have a can bus log in a different format and looking to generate a mf4 out of it using this library is this possible? |
Answered by
allwinds12
May 16, 2025
Replies: 1 comment 1 reply
|
You should look at replaying your file with python-can and using their mf4 writer class to generate the new file |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank you for the workaround, i will try that, it would be nice to have it in this library
edited/added: it worked like a charm, thank you for your help