Not able to receive own message with PCAN.
Opened this issue · 2 comments
db-ae2397 commented
I configured CAN using the interface.Bus method and selected "receive_own_messages=True". But this doesn't seem to have any effect. I'm not receiving the sent messages back.
I checked the PCANBasic libraries, they have the support.
Is the receive_own_messages used in the implementation of 'python-can' library for the PCAN interface?
db-ae2397 commented
I noted that "receive_own_messages=True" works on Windows, but on Mac it doesn't work. Can someone help me understand why doesn't it work on Mac?
Tbruno25 commented
I can look into this -- can you provide a reproducible example you're using to setup and send a message?