I have a canbus enabled charger working at 125kpb and using a special canbus protocol. How can I add a driver sending and quering with this canbus protocol (I already did a driver with modbus)?
Also how to change the bitrate permanently? Changing it with "ip link" doesn't survive a reboot.
There are several Canbus profiles in the GUI which define a certain protocol and bitrate so I would assume that adding a new canbus profile with an extra service would be the way to go. But how to add these new profile and how to associate a driver service with this profile?