We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 10319d0 commit 2bb0f46Copy full SHA for 2bb0f46
libraries/Arduino_CAN/extras/scripts/README.md
@@ -6,3 +6,11 @@ This directory contains helpful shell scripts when working with CAN.
6
```bash
7
sudo ./setup_scan.sh
8
```
9
+Display received CAN frames via [`candump`](https://manpages.ubuntu.com/manpages/jammy/man1/candump.1.html):
10
+```bash
11
+candump can0
12
+```
13
+Transmit CAN frames via [`cansend`](https://manpages.ubuntu.com/manpages/jammy/man1/cansend.1.html):
14
15
+cansend can0 00001234#DEADBEEF
16
0 commit comments