mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2026-03-20 00:30:59 +03:00
add socket snippet
This commit is contained in:
4
Socket_CAN/socketcan0
Executable file
4
Socket_CAN/socketcan0
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
ip link set can0 type can bitrate 100000 triple-sampling on
|
||||
ifconfig can0 up
|
||||
Reference in New Issue
Block a user