Skip to content

Commit 4b3006e

Browse files
committed
update doc
1 parent 964fbd8 commit 4b3006e

File tree

7 files changed

+23
-2
lines changed

7 files changed

+23
-2
lines changed

docs/um/can/can.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ For demonstration purposes, we'll use a simulated device. You can configure the
2020

2121
![alt text](image.png)
2222

23+
### Baud Rate Setting
24+
25+
The baud rate setting is used to configure the baud rate of the CAN bus.
26+
27+
Click the `Bit Timing` button to open the bit timing configuration window.
28+
![alt text](image-8.png)
29+
![alt text](image-9.png)
30+
31+
32+
2333
## Interactive Mode and Node Scripts
2434

2535
EcuBus-Pro offers two primary methods for CAN communication:

docs/um/can/image-8.png

10.5 KB
Loading

docs/um/can/image-9.png

80.5 KB
Loading

docs/um/trace/image-3.png

9.53 KB
Loading

docs/um/trace/image-4.png

9.45 KB
Loading

docs/um/trace/trace.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,18 @@ The Trace window provides an interface for viewing and exporting data. Users can
77
>[!INFO]
88
> Currently, Trace has a maximum storage capacity of 50,000 entries. When this limit is exceeded, the oldest data will be automatically deleted.
99
10-
## Supported Receive Filters
10+
## Filter
11+
12+
### Filter By Device
13+
The Trace window supports filtering by device, signal name, and signal value.
14+
> [!NOTE]
15+
> Selecting all devices or no devices has the same effect.
16+
17+
![alt text](image-3.png)
18+
19+
## Filter By Message Type
20+
21+
![alt text](image-4.png)
1122

1223
* CAN - Receive CAN-related data
1324
* LIN - Receive LIN-related data

src/renderer/src/views/uds/components/trace.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</span>
4040
<template #dropdown>
4141
<el-dropdown-menu>
42-
<el-checkbox-group v-model="checkList" size="small" style="margin: 10px">
42+
<el-checkbox-group v-model="checkList" size="small" style="margin: 10px; width: 150px">
4343
<el-checkbox
4444
v-for="item of LogFilter"
4545
:key="item.v"

0 commit comments

Comments
 (0)