is there a way to disable ACK on received messages on a Socket CAN? #1726
Answered by zariiii9003
frosst2906 asked this question in Q&A
-
I am using a Lawicel CAN USB interface and I would like to know if with this library is it possible to enable/ disable ACK on RX messages. Thank you :) |
Beta Was this translation helpful? Give feedback.
Answered by zariiii9003 Jan 17, 2024
Replies: 1 comment 1 reply
-
Not via python-can, but there's a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by hartkopp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Not via python-can, but there's a
listen-only
parameter in SocketCAN:ip link set can0 type can listen-only on