hardbyte / python-can

The can package provides controller area network support for Python developers
https://python-can.readthedocs.io
GNU Lesser General Public License v3.0
1.26k stars 599 forks source link

Not able to receive own message with PCAN. #1843

Open db-ae2397 opened 2 weeks ago

db-ae2397 commented 2 weeks ago

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 2 weeks ago

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 1 week ago

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