PCAN-USB X6 Socket CAN Passive Mode
PCAN-USB X6 Socket CAN Passive Mode
Is it possible to set PCAN-USB X6 into passive mode using the socket(netdev from Linux mainline kernel) driver, or is it only possible with chardev driver (compiled from peak website)?
-
- Sales & Support
- Posts: 1083
- Joined: Fri 20. Sep 2019, 13:31
Re: PCAN-USB X6 Socket CAN Passive Mode
Hello,
To confirm:
Do you mean by "passive mode" listen-only, so no interaction with the bus
apart from reading?
Best Regards
Marvin
To confirm:
Do you mean by "passive mode" listen-only, so no interaction with the bus
apart from reading?
Best Regards
Marvin
---
Marvin Heidemann
PEAK-Support Team
Marvin Heidemann
PEAK-Support Team
Re: PCAN-USB X6 Socket CAN Passive Mode
Hi Marvin,M.Heidemann wrote: ↑Wed 12. May 2021, 16:16Hello,
To confirm:
Do you mean by "passive mode" listen-only, so no interaction with the bus
apart from reading?
Best Regards
Marvin
Correct, listen only.
Thank you,
Andriy
-
- Sales & Support
- Posts: 1083
- Joined: Fri 20. Sep 2019, 13:31
Re: PCAN-USB X6 Socket CAN Passive Mode
Hello,
Yes, you can with the "listen-only" paramenter:
Please see:
https://www.kernel.org/doc/Documentatio ... ng/can.txt
Best Regards
Marvin
Yes, you can with the "listen-only" paramenter:
Code: Select all
sudo ip link set canx up type can bitrate 100000 listen-only on
https://www.kernel.org/doc/Documentatio ... ng/can.txt
Best Regards
Marvin
---
Marvin Heidemann
PEAK-Support Team
Marvin Heidemann
PEAK-Support Team