IrisCrimson
IrisCrimson
Within https://github.com/cantools/cantools/blob/master/cantools/database/can/formats/dbc.py line 274 ff: attribute = Sequence( 'BA_', 'STRING', ZeroOrMore(choice(Sequence('BO_', 'NUMBER'), Sequence('SG_', 'NUMBER', 'WORD'), Sequence('BU_', 'WORD'), Sequence('EV_', 'WORD'))), choice('NUMBER', 'STRING'), ';') should be changed to: attribute = Sequence( 'BA_',...
### Describe the bug If standard frames are tried to send, the can id is cut at the 10th bit instead of 11th bit ### To Reproduce send a message...