Readme notes for CAN USB setup

This commit is contained in:
Robin Clark 2024-12-10 12:37:30 +00:00
parent c23e0e56c7
commit 938e84f7da
3 changed files with 20 additions and 0 deletions

7
README_CANABLE_V_2_0.txt Normal file
View File

@ -0,0 +1,7 @@
# the CANable V2.0 does not seem to obej the sjw argument.
# hence it will miss can bus messages esp 0x0F1FD000 etc.
# 10DEC2024
sudo ip link set dev can0 down
sudo ip link set dev can0 up type can bitrate 100000 sjw 4
sudo ip link set dev can0 up

12
README_USB2CABFD_V1.txt Normal file
View File

@ -0,0 +1,12 @@
Commands to get the USB2CANFD V1 working.
==========================================
$ sudo slcand -o -s3 -t hw -S 3000000 /dev/ttyACM0
$ sudo ip link set up slcan0
RPC 28NOV2025
============================================================

1
ppt2png.sh Normal file → Executable file
View File

@ -24,5 +24,6 @@ convert \
image.png
# Clean up temporary file
gwenview image.png
rm $temp_file
################################################################################