update draft page
This commit is contained in:
parent
077fa88ce7
commit
babfc0ea56
1 changed files with 11 additions and 0 deletions
|
@ -102,6 +102,17 @@ For newer hamlib versions (≥4.5) use the rig 2050 like:
|
|||
$ rigctld -m 2050 -r /dev/cuaU0 -s 9600 -v
|
||||
```
|
||||
|
||||
In combination with Digirig I would probably use something like this,
|
||||
because otherwise Digirig would instantly key the transceiver:
|
||||
|
||||
```console
|
||||
$ rigctld -m 2014 -r /dev/cuaU0 -s 9600 --set-conf=rts_state=OFF -v
|
||||
```
|
||||
|
||||
Well, I tested this on my desk at home but never used my Laptop for
|
||||
doing digital modes with my TX-500 though -- but I want this to be noted
|
||||
here just in case I should need it someday.
|
||||
|
||||
On another terminal start [`cloudlogbashcat.sh`](https://github.com/g0wfv/CloudlogBashCat):
|
||||
|
||||
```console
|
||||
|
|
Loading…
Reference in a new issue