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.29k stars 601 forks source link

[help!!!!]how can i get to know the messages (using the send(msgs, timeout) func) have been successfully acked on the CANBUS? #1819

Closed leijr closed 3 months ago

leijr commented 3 months ago

for example, i send msgs in a very high frequency, but i dont know if the msg i send successfully acked on the can bus. i try to send next message after the previous message has been acked by the can bus is there any functions or api can help me resolve this? really appreciated!!! thank you very much

Tbruno25 commented 3 months ago

What's the use case? The protocol itself handles ack's and you should never really need to verify this.