vesc_tool
vesc_tool copied to clipboard
A workaround for canbus on linux
libsocketcan does not allow you to set a bitrate on the interface which the Qt lib wants todo.
Even if you comment it out Qt will try and set a default and that fails.
If you ask to set a bitrate with an empty Qvariant() things kindof just work.
This might be useful to someone.