{{ message }}
-
Beta Was this translation helpful? Give feedback.
Answered by
TK603799
Jan 13, 2026
Replies: 1 comment 5 replies
-
|
What CAN interface are you using? Do the frames show up when logging via |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

It works as intended. The issue was caused most likely by my test program which terminated immediately after sending, thus, it was not waiting for any response...
tested with python-can v4.6.1, canopen v2.3.0
'self.network.subscribe(0x18EEFF5A, self.__on_received_j1939)'
'self.network.send_message(0x18EA5A01, [0x00, 0xEE, 0x00])'
'time.sleep(1)'