Skip to content

Commit 764c54e

Browse files
authored
Update README.md
1 parent bad2d9a commit 764c54e

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,21 @@ The following are the relevant fields that need to be configured in Quantar RSS:
3838
| External Transmit Clock | ENABLED |
3939
| RT/RT Configuration | DISABLED |
4040

41-
#### `dvmdfsi` Configuration
42-
`dvmdfsi` must be configured to operate in seiral mode (`2`), with `theManufacturer` set to `true`, and have the correct serial port name specified. The DVM-V24 operates at a native `115200` baud.
41+
#### `dvmhost` Configuration
42+
`dvmhost` must be configured to operate in dfsi mode. Under `modem`, ensure the following parameters are set:
43+
```yaml
44+
modem:
45+
protocol:
46+
type: "uart"
47+
mode: "dfsi"
48+
uart:
49+
port: /dev/ttyACM0 # change to your v24 board's serial port
50+
speed: 115200
51+
dfsi:
52+
rtrt: true
53+
diu: true
54+
jitter: 200
55+
```
4356
4457
### CCGW V24 Connection
4558
We are still investigating compatibility with the CCGW's V24 port. In theory, it should be possible, however early tests have shown the CCGW in Quantar compatibility mode does not properly mirror the Quantar's V24 port behavior.

0 commit comments

Comments
 (0)