Skip to content

Commit 2bb0f46

Browse files
committed
Add documentation on how to display received frames, view transmitted frames.
1 parent 10319d0 commit 2bb0f46

File tree

1 file changed

+8
-0
lines changed
  • libraries/Arduino_CAN/extras/scripts

1 file changed

+8
-0
lines changed

libraries/Arduino_CAN/extras/scripts/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@ This directory contains helpful shell scripts when working with CAN.
66
```bash
77
sudo ./setup_scan.sh
88
```
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+
```bash
15+
cansend can0 00001234#DEADBEEF
16+
```

0 commit comments

Comments
 (0)