Testing DBC in Ubnuntu #107
MichaelBMiner
started this conversation in
General
Replies: 1 comment
-
When sending CAN fd frames, you have to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @xR3b0rn,
I am making a script to read in an excel sheet and spit out a DBC. I am now trying to test my DBC but getting no output.
This is a very short part of my DBC file.
In two terminals I am running
candump any | dbcppp decode --bus=vcan0:file.dbc
and
cansend vcan0 185300FE#1122334455667788
When I run this my candump gets no output. If I change my CANID to 1961 or 0x7A9 this works just fine. Is there a limit to the size of the CANID I am not aware of?
Beta Was this translation helpful? Give feedback.
All reactions