kopia lustrzana https://github.com/Hamlib/Hamlib
Merge GitHub PR #1854
commit
c4aad6e0ec
|
@ -199,6 +199,7 @@ Set configuration parameter(s). Some common ones are:
|
||||||
.BR dcd_pathname: "Path name to the device file of the Data Carrier Detect (or squelch)"
|
.BR dcd_pathname: "Path name to the device file of the Data Carrier Detect (or squelch)"
|
||||||
.BR disable_yaesu_bandselect: "True disables the automatic band select on band change for Yaesu rigs"
|
.BR disable_yaesu_bandselect: "True disables the automatic band select on band change for Yaesu rigs"
|
||||||
.BR dtr_state: "ON turns on DTR, OFF turns it off, Unset disables it"
|
.BR dtr_state: "ON turns on DTR, OFF turns it off, Unset disables it"
|
||||||
|
.BR freq_skip: "!=0 skips setting freq on TX_VFO when in RX and on RX_VFO when in TX -- for use with gpredict and rigs that do not have TARGETABLE_VFO
|
||||||
.BR lo_freq: "Frequency to add to the VFO frequency for use with a transverter"
|
.BR lo_freq: "Frequency to add to the VFO frequency for use with a transverter"
|
||||||
.BR post_write_delay: "Delay in ms between each command sent out"
|
.BR post_write_delay: "Delay in ms between each command sent out"
|
||||||
.BR ptt_share: "True enables ptt port to be shared with other apps"
|
.BR ptt_share: "True enables ptt port to be shared with other apps"
|
||||||
|
@ -1546,7 +1547,7 @@ Returns Hamlib version with ISO8601 date/time
|
||||||
Performs test routines. Under development.
|
Performs test routines. Under development.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.BR set_gpio " \(aq" \fIGPIO#\fP "\(aq
|
.BR set_gpio " \(aq" \fIGPIO#\fP "\(aq \(aq" \fI0/1\fP "\(aq
|
||||||
Sets GPIO1, GPIO2, GPIO3, GPIO4 on the GPIO ptt port
|
Sets GPIO1, GPIO2, GPIO3, GPIO4 on the GPIO ptt port
|
||||||
Can also use 1,2,3,4
|
Can also use 1,2,3,4
|
||||||
.
|
.
|
||||||
|
@ -1559,10 +1560,6 @@ Can also use 1,2,3,4
|
||||||
.BR skip_init
|
.BR skip_init
|
||||||
Skips rig initialization -- useful when executing commands with rigctl to speed up things
|
Skips rig initialization -- useful when executing commands with rigctl to speed up things
|
||||||
.
|
.
|
||||||
.TP
|
|
||||||
.BR freq_skip " " 'skip'
|
|
||||||
When skip!=0 skips setting freq on TX_VFO when in RX and on RX_VFO when in TX -- for use with gpredict and rigs that do not have TARGETABLE_VFO
|
|
||||||
.
|
|
||||||
.SH READLINE
|
.SH READLINE
|
||||||
.
|
.
|
||||||
If
|
If
|
||||||
|
|
|
@ -1376,7 +1376,7 @@ Returns Hamlib version with ISO8601 date/time
|
||||||
Performs test routines. Under development.
|
Performs test routines. Under development.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.BR set_gpio " \(aq" \fIGPIO#\fP "\(aq
|
.BR set_gpio " \(aq" \fIGPIO#\fP "\(aq \(aq" \fI0/1\fP "\(aq
|
||||||
Sets GPIO1, GPIO2, GPIO3, GPIO4 on the GPIO ptt port
|
Sets GPIO1, GPIO2, GPIO3, GPIO4 on the GPIO ptt port
|
||||||
Can also use 1,2,3,4
|
Can also use 1,2,3,4
|
||||||
.
|
.
|
||||||
|
|
Ładowanie…
Reference in New Issue