aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-07-11 17:03:07 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-07-21 12:02:10 +0200
commite66a0cadb84e8892ad82ae056d2d8d4351315170 (patch)
tree0088b7ff766926b38beed13dd67a07d42dcce952
parenta88dc874700c4ef415618132542051681a1603c7 (diff)
Markdown lint
Change-Id: If93e9353fbafc7d926a2987a2e6a0c0253248de4 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--docs/3-Usage.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/3-Usage.md b/docs/3-Usage.md
index c9cf1bf..91b1067 100644
--- a/docs/3-Usage.md
+++ b/docs/3-Usage.md
@@ -264,16 +264,19 @@ You can also replay a previously dumped CAN logfiles. These logfiles can be foun
Trace has been recorded from a CAN device `can0` so you have to map it to the correct one you use for your tests.
Replay on a virtual CAN device `vcan0`:
+
```bash
canplayer -I trip_test_with_obd2_vehicle_speed_requests vcan0=can0
```
Replay on a CAN device `can0`:
+
```bash
canplayer -I trip_test_with_obd2_vehicle_speed_requests can0
```
Replay on a CAN device `can1` (porter by example):
+
```bash
canplayer -I trip_test_with_obd2_vehicle_speed_requests can1=can0
```