Open UnaDirezione opened 1 month ago
Please refer to the configuration instructions for python-can: https://python-can.readthedocs.io/en/stable/configuration.html
I suspect it might be as easy as adding an fd = true
entry to your ~/.canrc
file. If this is not enough you might want to look into setting the is_fd
parameter to true
in calls to underlying python-can functions (such as the wrapper in CanActions.send, see https://github.com/CaringCaribou/caringcaribou/blob/master/caringcaribou/utils/can_actions.py#L107)
If you get this working, please share your method here to help others who are in a similar situation 🙂
when configuring "can.Bus()", add "fd=True". And, When constructing "can.Message", set "is_fd" to "True".
How can I configure the code so that I can use cc. py on a bus that only supports CANFD/CANFD acceleration