Search found 2 matches

by cmartin64x
Fri 19. Apr 2024, 20:22
Forum: Linux
Topic: PCAN-USD FD on Rasberry Pi (SOCKET CAN)
Replies: 2
Views: 1837

Re: PCAN-USD FD on Rasberry Pi (SOCKET CAN)

I made the followind change:

from this line:

Code: Select all

sudo ip link set can0 up type can bitrate 500000 dbitrate 2000000  fd on
to this line:

Code: Select all

sudo ip link set can0 up type can bitrate 500000 sample-point 0.750 dbitrate 2000000 dsample-point 0.800 fd on
This resolved my problem
by cmartin64x
Fri 19. Apr 2024, 17:34
Forum: Linux
Topic: PCAN-USD FD on Rasberry Pi (SOCKET CAN)
Replies: 2
Views: 1837

PCAN-USD FD on Rasberry Pi (SOCKET CAN)

Hi, I tried the PCAN-USB FD with Windows software. I get great results when I grab the CAN FD messages. I then tried the SOCKET CAN approach on the Rasberry Pi and logged the captured data using candump can0 command. CAN FD messages 'seems' to be coming in, but when I try to analyse each CAN FD mess...