raspberry pi sends messages:
On that device I have two terminals open:
to look at
candump -x any
expecting TX messagesto send messages
cansend can0 110#C0FFEE
device B receives the messages sent by raspberry pi.
However, raspberry pi displays the "RX" flag, even though socketcan is setup explicitly with loopback off
.
I am confident the "TX" messages are falsely displayed with "RX" flag.
Did anybody else experience that bug or knows what the issue is?
I worked with candump
of the can-utils
toolbox two weeks ago and it worked fine. I did not update the toolbox since then.
When I turned loopback on
, I received two messages with RX
- one for the sent message
- one for the received message
I rebooted both systems, reinstalled can-utils
and still receive the same behavior.