Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2bb0f46

Browse files
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‎

Lines changed: 8 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /