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
I would like to implement an auto-baud feature in my application. The idea is to probe the bus for incoming messages until we find the right bitrate from a list.
Is it possible to do that using socketcan interface? If so, how could I do that? Do I have to create new bus instances everytime I change the bitrate or can I reuse the same instance?