Readme notes for CAN USB setup
This commit is contained in:
parent
c23e0e56c7
commit
938e84f7da
7
README_CANABLE_V_2_0.txt
Normal file
7
README_CANABLE_V_2_0.txt
Normal 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
12
README_USB2CABFD_V1.txt
Normal 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
1
ppt2png.sh
Normal file → Executable file
@ -24,5 +24,6 @@ convert \
|
||||
image.png
|
||||
|
||||
# Clean up temporary file
|
||||
gwenview image.png
|
||||
rm $temp_file
|
||||
################################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user