Replies: 1 comment 2 replies
-
I think the easiest way here is to use an external CAN bus sniffer like candump on Linux or Wireshark. For Windows, depends on your interface. You could just subscribe to the corresponding COB ID on the bus object. There is a parameter on the interface implementations to receive own messages, so that your subscribed callback is invoked even for messages sent through the library. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to see the bytes of the sent CAN message in case of a SDO write transfer? (can_obj.write_sdo(index, subindex, val)
Beta Was this translation helpful? Give feedback.
All reactions