Erik Moqvist
Erik Moqvist
I've actually never used the tester class in any project myself. The only time I used it is in the motor tester example, which is very small and simple. I've...
I don't know what J1939TP means, so you are probably right.
Try `python -m cantools generate_c_source ...` instead of `cantools generate_c_source ...`.
Sounds fair. Feel free to create a PR.
Hmm, on second thought, make sure the rendered readme looks good on Github as well. It is probably not possible to use a local repo image, but I'm not sure.
You're right, there is no such API. Feel free to design it and submit a PR.
`can` is a differnt project. Check here: https://github.com/hardbyte/python-can
Please implement a fix and I'll merge it. Thanks.
Not right now, no. Why is the message length 48 in the blf file? Isn't that the error?
All signals are decoded at once in cantools. Either all signals in the message will be discarded, or you have to pad the message data to allow decoding of all...