python-can icon indicating copy to clipboard operation
python-can copied to clipboard

Not able to receive own message with PCAN.

Open db-ae2397 opened this issue 1 year ago • 2 comments

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 avatar Aug 25 '24 16:08 db-ae2397

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?

db-ae2397 avatar Aug 29 '24 05:08 db-ae2397

I can look into this -- can you provide a reproducible example you're using to setup and send a message?

Tbruno25 avatar Sep 05 '24 15:09 Tbruno25