Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
W3AXL authored Aug 23, 2024
1 parent bad2d9a commit 764c54e
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,21 @@ The following are the relevant fields that need to be configured in Quantar RSS:
| External Transmit Clock | ENABLED |
| RT/RT Configuration | DISABLED |

#### `dvmdfsi` Configuration
`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.
#### `dvmhost` Configuration
`dvmhost` must be configured to operate in dfsi mode. Under `modem`, ensure the following parameters are set:
```yaml
modem:
protocol:
type: "uart"
mode: "dfsi"
uart:
port: /dev/ttyACM0 # change to your v24 board's serial port
speed: 115200
dfsi:
rtrt: true
diu: true
jitter: 200
```
### CCGW V24 Connection
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.
Expand Down

0 comments on commit 764c54e

Please sign in to comment.