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
Hi, I was wondering why Message instances have now is_fd and bitrate_switch attributes. What is the purpose of having is_fd set, but bitrate_switch off? Does it mean that Bus with FD capability send CAN 2.0 (Classical CAN) version frame?
With CAN-XL standard release, I would suggest adjusting Message class design to merge those attributes into one - can_protocol (you have enum CanProtocol defined already, so assigning one of these values should not be a problem).
On Bus level the configuration would be more complicated as I expect CAN-XL to be backwards compatible with CAN-FD (honestly, I did not check what exact changes would be introduced).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi, I was wondering why
Messageinstances have nowis_fdandbitrate_switchattributes. What is the purpose of havingis_fdset, butbitrate_switchoff? Does it mean that Bus with FD capability send CAN 2.0 (Classical CAN) version frame?With CAN-XL standard release, I would suggest adjusting
Messageclass design to merge those attributes into one -can_protocol(you have enumCanProtocoldefined already, so assigning one of these values should not be a problem).On
Buslevel the configuration would be more complicated as I expect CAN-XL to be backwards compatible with CAN-FD (honestly, I did not check what exact changes would be introduced).All reactions