You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add a method to set the bitrate/baudrate? Module works great for me, but I need to switch the bitrate at runtime based upon input from one of the CAN devices on our network.
Hi, are there any plans to support libsocketcan in the near future? It would be perfect, if I could set the bitrate and message filter directly from your code.
Would it be possible to add a method to set the bitrate/baudrate? Module works great for me, but I need to switch the bitrate at runtime based upon input from one of the CAN devices on our network.
Right now I just have to shell out to the
ip
command which works, but it'd be really nice if there was something similar to libsocketcan'sset_can_bitrate
method to set bitrate for a specific interface: https://lalten.github.io/libsocketcan/Documentation/html/group__extern.html#gaf69a4a0d7424e5a61d60991295f50559The text was updated successfully, but these errors were encountered: