question

stanhausc avatar image
stanhausc asked

How to change can bitrate to 125K?

When I try by:

ip link set can0 type can bitrate 125000 restart-ms 100

Cerbo responds:

RTNETLINK answers: Device or resource busy


Does anyone know where I can find the can configuration profile files? (eg "VE.Can & Lynx Ion BMS (250 kbit/s)", "CAN-bus BMS (500 kbit/s)"), if I find it I can edit it to 125Kbit/s.


According to the Cerbo manual:

You can configure the 250 kbit/s VE.Can port to 500 kbit/s (or one of several other CAN-bus speeds for other CAN-bus applications).


Regards.

cerbo gxVE.Can
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

1 Answer
bathnm avatar image
bathnm answered ·

@stanhausc I think you might need to ensure the interface is down to make the change. Try doing an ifconfig can0 down before the change. Then after teh change do an ifconfig can0 up.

2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

Related Resources