Hi,
I am using CAN0
to get the sensor values from 4 LiDAR sensors. Till now, everything works as expected. I have set the baudrate of the CAN0 to MAX i.e., 1MHz.
Now, when I add 2 more similar sensors to the same bus, I do not get their value in candump
. I have tested them to be transmitting values using a CAN logger on Windows.
I have gone through the candump pages and tried passing arguments like candump -d
to monitor dropped CAN frames but to no fruition.