kopia lustrzana https://github.com/Hamlib/Hamlib
Minor documentation updates.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2586 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.9
rodzic
fb32a21fbf
commit
081831054f
|
@ -2,7 +2,7 @@
|
||||||
.\" First parameter, NAME, should be all caps
|
.\" First parameter, NAME, should be all caps
|
||||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
.\" other parameters are allowed: see man(7), man(1)
|
.\" other parameters are allowed: see man(7), man(1)
|
||||||
.TH RIGCTLD "8" "November 1, 2008" "Hamlib" "Rig Control Daemon"
|
.TH RIGCTLD "8" "January 14, 2009" "Hamlib" "Rig Control Daemon"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.\" Some roff macros, for reference:
|
.\" Some roff macros, for reference:
|
||||||
|
@ -35,7 +35,7 @@ commands shared with \fBrigctl\fP. The protocol is simple, commands are sent
|
||||||
to \fBrigctld\fP on one line and \fBrigctld\fP responds to "get" commands with
|
to \fBrigctld\fP on one line and \fBrigctld\fP responds to "get" commands with
|
||||||
the requested values, one per line, when successful, otherwise, it responds
|
the requested values, one per line, when successful, otherwise, it responds
|
||||||
with one line "RPTR x", where x is a negative number indicating the error code.
|
with one line "RPTR x", where x is a negative number indicating the error code.
|
||||||
Commands that do not return values responds with the line "RPTR x", where x
|
Commands that do not return values respond with the line "RPTR x", where x
|
||||||
is zero when successful, otherwise is a regative number indicating the error code.
|
is zero when successful, otherwise is a regative number indicating the error code.
|
||||||
Each line is terminated with a newline '\\n' character.
|
Each line is terminated with a newline '\\n' character.
|
||||||
.PP
|
.PP
|
||||||
|
@ -49,12 +49,12 @@ Please report bugs and provide feedback at the e-mail address given in the
|
||||||
REPORTING BUGS section. Patches and code enhancements are also welcome.
|
REPORTING BUGS section. Patches and code enhancements are also welcome.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
This program follows the usual GNU command line syntax, with long
|
This program follows the usual GNU command line syntax, with long
|
||||||
options starting with two dashes (`-').
|
options starting with two dashes ('-').
|
||||||
|
|
||||||
Here is a summary of the supported options:
|
Here is a summary of the supported options:
|
||||||
.TP
|
.TP
|
||||||
.B \-m, --model=id
|
.B \-m, --model=id
|
||||||
Select radio model number. See rig model list (use 'rigctl -l').
|
Select radio model number. See -l, "list" option below.
|
||||||
.TP
|
.TP
|
||||||
.B \-r, --rig-file=device
|
.B \-r, --rig-file=device
|
||||||
Use \fIdevice\fP as the file name of the port the radio is connected.
|
Use \fIdevice\fP as the file name of the port the radio is connected.
|
||||||
|
@ -71,28 +71,28 @@ device file as described above.
|
||||||
.TP
|
.TP
|
||||||
.B \-P, --ptt-type=type
|
.B \-P, --ptt-type=type
|
||||||
Use \fItype\fP of Push-To-Talk device.
|
Use \fItype\fP of Push-To-Talk device.
|
||||||
Supported types are RIG, DTR, RTS, PARALLEL, NONE.
|
Supported types are RIG (CAT command), DTR, RTS, PARALLEL, NONE.
|
||||||
.TP
|
.TP
|
||||||
.B \-D, --dcd-type=type
|
.B \-D, --dcd-type=type
|
||||||
Use \fItype\fP of Data Carrier Detect device.
|
Use \fItype\fP of Data Carrier Detect device.
|
||||||
Supported types are RIG, DSR, CTS, CD, PARALLEL, NONE.
|
Supported types are RIG (CAT command), DSR, CTS, CD, PARALLEL, NONE.
|
||||||
.TP
|
.TP
|
||||||
.B \-s, --serial-speed=baud
|
.B \-s, --serial-speed=baud
|
||||||
Set serial speed to \fIbaud\fP rate. Uses maximum serial speed from rig
|
Set serial speed to \fIbaud\fP rate. Uses maximum serial speed from rig
|
||||||
backend capabilities as the default.
|
backend capabilities (set by -m above) as the default.
|
||||||
.TP
|
.TP
|
||||||
.B \-c, --civaddr=id
|
.B \-c, --civaddr=id
|
||||||
Use \fIid\fP as the CI-V address to communicate with the rig. Only useful for
|
Use \fIid\fP as the CI-V address to communicate with the rig. Only useful for
|
||||||
Icom rigs.
|
Icom rigs.
|
||||||
.br
|
.br
|
||||||
NB: the \fIid\fP is in decimal notation, unless prefixed by
|
NB: The \fIid\fP is in decimal notation, unless prefixed by
|
||||||
\fI0x\fP, in which case it is hexadecimal.
|
\fI0x\fP, in which case it is hexadecimal.
|
||||||
.TP
|
.TP
|
||||||
.B \-L, --show-conf
|
.B \-L, --show-conf
|
||||||
List all config parameters for the radio defined with -m above.
|
List all config parameters for the radio defined with -m above.
|
||||||
.TP
|
.TP
|
||||||
.B \-C, --set-conf=parm=val[,parm=val]*
|
.B \-C, --set-conf=parm=val[,parm=val]*
|
||||||
Set config parameter. e.g. stop_bits=2
|
Set config parameter. e.g. --set-conf=stop_bits=2
|
||||||
.br
|
.br
|
||||||
Use -L option for a list.
|
Use -L option for a list.
|
||||||
.TP
|
.TP
|
||||||
|
@ -141,7 +141,7 @@ an upper case letter will be used for \fIset\fP method whereas the
|
||||||
corresponding lower case letter refers to the \fIget\fP method. Each operation
|
corresponding lower case letter refers to the \fIget\fP method. Each operation
|
||||||
also has a long name, prepend a backslash to send a long command name.
|
also has a long name, prepend a backslash to send a long command name.
|
||||||
.PP
|
.PP
|
||||||
Example (Perl): `print $socket "\\dump_caps\\n";' to see what the radio's
|
Example (Perl): `print $socket "\\\\dump_caps\\n";' to see what the radio's
|
||||||
backend can do.
|
backend can do.
|
||||||
.PP
|
.PP
|
||||||
Please note that the backend for the radio to be controlled,
|
Please note that the backend for the radio to be controlled,
|
||||||
|
@ -184,7 +184,7 @@ Set XIT, in Hz.
|
||||||
Get XIT, in Hz.
|
Get XIT, in Hz.
|
||||||
.TP
|
.TP
|
||||||
.B T, set_ptt
|
.B T, set_ptt
|
||||||
Set PTT, 0 or 1.
|
Set PTT, 0 (RX) or 1 (TX).
|
||||||
.TP
|
.TP
|
||||||
.B t, get_ptt
|
.B t, get_ptt
|
||||||
Get PTT status.
|
Get PTT status.
|
||||||
|
@ -378,7 +378,8 @@ print $socket "\\\\set_mode LSB 2400\\n"; # escape leading '\\'
|
||||||
.PP
|
.PP
|
||||||
Responses from \fBrigctld\fP are text values and match the same tokens used
|
Responses from \fBrigctld\fP are text values and match the same tokens used
|
||||||
in the \fIset\fP commands. Each value is returned on its own line. To
|
in the \fIset\fP commands. Each value is returned on its own line. To
|
||||||
signal the end of a response the "END\\n" string is sent.
|
signal the end of a response the "END\\n" string is sent when the '-e' option
|
||||||
|
is passed.
|
||||||
.PP
|
.PP
|
||||||
Example \fIget\fP (Perl code):
|
Example \fIget\fP (Perl code):
|
||||||
|
|
||||||
|
@ -402,8 +403,8 @@ the email address below. For example, TRACE output shows all of the values
|
||||||
sent to and received from the radio which is very useful for radio backend
|
sent to and received from the radio which is very useful for radio backend
|
||||||
library development and may be requested by the developers.
|
library development and may be requested by the developers.
|
||||||
.SH SECURITY
|
.SH SECURITY
|
||||||
No authentication whatsoever; don't leave this TCP port open wide to the Internet.
|
No authentication whatsoever; DO NOT leave this TCP port open wide to the
|
||||||
Please ask if stronger security is needed.
|
Internet. Please ask if stronger security is needed.
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
The daemon is not detaching and backgrounding itself.
|
The daemon is not detaching and backgrounding itself.
|
||||||
|
|
||||||
|
@ -417,7 +418,7 @@ Written by Stephane Fillod and the Hamlib Group
|
||||||
.br
|
.br
|
||||||
<http://www.hamlib.org>.
|
<http://www.hamlib.org>.
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright \(co 2000-2008 Stephane Fillod and the Hamlib Group.
|
Copyright \(co 2000-2009 Stephane Fillod and the Hamlib Group.
|
||||||
.PP
|
.PP
|
||||||
This is free software; see the source for copying conditions.
|
This is free software; see the source for copying conditions.
|
||||||
There is NO warranty; not even for MERCHANTABILITY
|
There is NO warranty; not even for MERCHANTABILITY
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
.\" First parameter, NAME, should be all caps
|
.\" First parameter, NAME, should be all caps
|
||||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
.\" other parameters are allowed: see man(7), man(1)
|
.\" other parameters are allowed: see man(7), man(1)
|
||||||
.TH ROTCTLD "8" "Novembre 1, 2008" "Hamlib" "Rotator Control Daemon"
|
.TH ROTCTLD "8" "January 14, 2009" "Hamlib" "Rotator Control Daemon"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.\" Some roff macros, for reference:
|
.\" Some roff macros, for reference:
|
||||||
|
@ -35,7 +35,7 @@ commands shared with \fBrotctl\fP. The protocol is simple, commands are sent
|
||||||
to \fBrotctld\fP on one line and \fBrotctld\fP responds to "get" commands with
|
to \fBrotctld\fP on one line and \fBrotctld\fP responds to "get" commands with
|
||||||
the requested values, one per line, when successful, otherwise, it responds
|
the requested values, one per line, when successful, otherwise, it responds
|
||||||
with one line "RPTR x", where x is a negative number indicating the error code.
|
with one line "RPTR x", where x is a negative number indicating the error code.
|
||||||
Commands that do not return values responds with the line "RPTR x", where x
|
Commands that do not return values respond with the line "RPTR x", where x
|
||||||
is zero when successful, otherwise is a regative number indicating the error code.
|
is zero when successful, otherwise is a regative number indicating the error code.
|
||||||
Each line is terminated with a newline '\\n' character.
|
Each line is terminated with a newline '\\n' character.
|
||||||
.PP
|
.PP
|
||||||
|
@ -49,12 +49,12 @@ Please report bugs and provide feedback at the e-mail address given in the
|
||||||
REPORTING BUGS section. Patches and code enhancements are also welcome.
|
REPORTING BUGS section. Patches and code enhancements are also welcome.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
This program follows the usual GNU command line syntax, with long
|
This program follows the usual GNU command line syntax, with long
|
||||||
options starting with two dashes (`-').
|
options starting with two dashes ('-').
|
||||||
|
|
||||||
Here is a summary of the supported options:
|
Here is a summary of the supported options:
|
||||||
.TP
|
.TP
|
||||||
.B \-m, --model=id
|
.B \-m, --model=id
|
||||||
Select rotator model number. See rotator model list (use 'rotctl -l').
|
Select rotator model number. See -l, "list" option below.
|
||||||
.TP
|
.TP
|
||||||
.B \-r, --rot-file=device
|
.B \-r, --rot-file=device
|
||||||
Use \fIdevice\fP as the file name of the port the rotator is connected.
|
Use \fIdevice\fP as the file name of the port the rotator is connected.
|
||||||
|
@ -62,14 +62,14 @@ Often a serial port, but could be a USB to serial adapter. Typically
|
||||||
/dev/ttyS0, /dev/ttyS1, /dev/ttyUSB0, etc.
|
/dev/ttyS0, /dev/ttyS1, /dev/ttyUSB0, etc.
|
||||||
.TP
|
.TP
|
||||||
.B \-s, --serial-speed=baud
|
.B \-s, --serial-speed=baud
|
||||||
Set serial speed to \fIbaud\fP rate. Uses maximum serial speed from rig
|
Set serial speed to \fIbaud\fP rate. Uses maximum serial speed from rotor
|
||||||
backend capabilities as the default.
|
backend capabilities (set by -m above) as the default.
|
||||||
.TP
|
.TP
|
||||||
.B \-L, --show-conf
|
.B \-L, --show-conf
|
||||||
List all config parameters for the rotator defined with -m above.
|
List all config parameters for the rotator defined with -m above.
|
||||||
.TP
|
.TP
|
||||||
.B \-C, --set-conf=parm=val[,parm=val]*
|
.B \-C, --set-conf=parm=val[,parm=val]*
|
||||||
Set config parameter. e.g. stop_bits=2
|
Set config parameter. e.g. --set-conf=stop_bits=2
|
||||||
.br
|
.br
|
||||||
Use -L option for a list.
|
Use -L option for a list.
|
||||||
.TP
|
.TP
|
||||||
|
@ -156,7 +156,8 @@ print $socket "\\\\set_pos 135 10\\n"; # escape leading '\\'
|
||||||
.PP
|
.PP
|
||||||
Responses from \fBrotctld\fP are text values and match the same tokens used
|
Responses from \fBrotctld\fP are text values and match the same tokens used
|
||||||
in the \fIset\fP commands. Each value is returned on its own line. To
|
in the \fIset\fP commands. Each value is returned on its own line. To
|
||||||
signal the end of a response the "END\\n" string is sent.
|
signal the end of a response the "END\\n" string is sent when the '-e' option
|
||||||
|
is passed.
|
||||||
.PP
|
.PP
|
||||||
Example \fIget\fP (Perl code):
|
Example \fIget\fP (Perl code):
|
||||||
|
|
||||||
|
@ -181,7 +182,7 @@ the email address below. For example, TRACE output shows all of the values
|
||||||
sent to and received from the rotator which is very useful for rotator backend
|
sent to and received from the rotator which is very useful for rotator backend
|
||||||
library development and may be requested by the developers.
|
library development and may be requested by the developers.
|
||||||
.SH SECURITY
|
.SH SECURITY
|
||||||
No authentication whatsoever; don't leave this TCP port open wide to the Internet.
|
No authentication whatsoever; DO NOT leave this TCP port open wide to the Internet.
|
||||||
Please ask if stronger security is needed.
|
Please ask if stronger security is needed.
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
The daemon is not detaching and backgrounding itself.
|
The daemon is not detaching and backgrounding itself.
|
||||||
|
@ -196,7 +197,7 @@ Written by Stephane Fillod and the Hamlib Group
|
||||||
.br
|
.br
|
||||||
<http://www.hamlib.org>.
|
<http://www.hamlib.org>.
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright \(co 2000-2008 Stephane Fillod and the Hamlib Group.
|
Copyright \(co 2000-2009 Stephane Fillod and the Hamlib Group.
|
||||||
.PP
|
.PP
|
||||||
This is free software; see the source for copying conditions.
|
This is free software; see the source for copying conditions.
|
||||||
There is NO warranty; not even for MERCHANTABILITY
|
There is NO warranty; not even for MERCHANTABILITY
|
||||||
|
|
Ładowanie…
Reference in New Issue