kopia lustrzana https://github.com/Hamlib/Hamlib
rodzic
d724f04163
commit
f890fcf648
|
@ -726,8 +726,6 @@ Get
|
||||||
A value of 0 for Antenna will return the current TX antenna
|
A value of 0 for Antenna will return the current TX antenna
|
||||||
.IP
|
.IP
|
||||||
> 0 is 1-based antenna# (\(oq1\(cq, \(oq2\(cq, \(oq3\(cq, ...).
|
> 0 is 1-based antenna# (\(oq1\(cq, \(oq2\(cq, \(oq3\(cq, ...).
|
||||||
|
|
||||||
|
|
||||||
.IP
|
.IP
|
||||||
Option returned depends on rig. For Icom it is likely the RX only flag.
|
Option returned depends on rig. For Icom it is likely the RX only flag.
|
||||||
.
|
.
|
||||||
|
@ -736,9 +734,14 @@ Option returned depends on rig. For Icom it is likely the RX only flag.
|
||||||
Send
|
Send
|
||||||
.RI \(aq Morse \(aq
|
.RI \(aq Morse \(aq
|
||||||
symbols. For Yaesu rigs use memory#1-5 or up to 50 char msg
|
symbols. For Yaesu rigs use memory#1-5 or up to 50 char msg
|
||||||
|
|
||||||
|
Example from command line:
|
||||||
.EX
|
.EX
|
||||||
Example from command line: rigctl -m 3073 -r /dev/ttyUSB0 b "CQ CQ DE ME"
|
rigctl -m 3073 -r /dev/ttyUSB0 b "CQ CQ DE ME"
|
||||||
Yaesu example to send message#1: rigctl -m 1035 -r /dev/ttyUSB0 b 1
|
.EE
|
||||||
|
Yaesu example to send message#1:
|
||||||
|
.EX
|
||||||
|
rigctl -m 1035 -r /dev/ttyUSB0 b 1
|
||||||
.EE
|
.EE
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
@ -1319,8 +1322,8 @@ Set
|
||||||
Sets rig clock -- note that some rigs do not handle seconds or milliseconds.
|
Sets rig clock -- note that some rigs do not handle seconds or milliseconds.
|
||||||
If you try to set sec/msec and rig does not support it you will get a debug warning message.
|
If you try to set sec/msec and rig does not support it you will get a debug warning message.
|
||||||
Format is ISO8601,
|
Format is ISO8601,
|
||||||
.EX
|
|
||||||
Formats accepted allow for 2-digit or 4-digit time zone
|
Formats accepted allow for 2-digit or 4-digit time zone
|
||||||
|
.EX
|
||||||
YYYY-MM-DDTHH:MM:SS.SSS+ZZ (where +ZZ is either -/+ UTC offset HH)
|
YYYY-MM-DDTHH:MM:SS.SSS+ZZ (where +ZZ is either -/+ UTC offset HH)
|
||||||
YYYY-MM-DDTHH:MM:SS.SSS+ZZZZ (where +ZZZZ is either -/+ UTC offset HHMM)
|
YYYY-MM-DDTHH:MM:SS.SSS+ZZZZ (where +ZZZZ is either -/+ UTC offset HHMM)
|
||||||
YYYY-MM-DDTHH:MM:SS+ZZ
|
YYYY-MM-DDTHH:MM:SS+ZZ
|
||||||
|
@ -1330,6 +1333,7 @@ YYYY-MM-DDTHH:MM+ZZZZ
|
||||||
YYYY-MM-DD (sets date only)
|
YYYY-MM-DD (sets date only)
|
||||||
local (sets both clocks to local time)
|
local (sets both clocks to local time)
|
||||||
utc (sets both clocks to utc time)
|
utc (sets both clocks to utc time)
|
||||||
|
.EE
|
||||||
Note: Icom rigs expect you to set local time and the hours off to UTC.
|
Note: Icom rigs expect you to set local time and the hours off to UTC.
|
||||||
So...4PM EST example would be 2021-12-01T16:00:00-0500
|
So...4PM EST example would be 2021-12-01T16:00:00-0500
|
||||||
But...if you want to display GMT you must set the clock for GMT with zero UTC offset.
|
But...if you want to display GMT you must set the clock for GMT with zero UTC offset.
|
||||||
|
@ -1337,11 +1341,8 @@ Hopefully Icom will allow displaying either clock in the future
|
||||||
|
|
||||||
Note: Kenwood rigs only allow setting local clock, and then only if not autoset by NTP.
|
Note: Kenwood rigs only allow setting local clock, and then only if not autoset by NTP.
|
||||||
Trying to set clock when NTP is in use will set the offset, but not the time -
|
Trying to set clock when NTP is in use will set the offset, but not the time -
|
||||||
and no error status will be returned.
|
and no error status will be returned.
|
||||||
Time displayed on the auxiliary clock is solely determined by UTC and the aux offset.
|
Time displayed on the auxiliary clock is solely determined by UTC and the aux offset.
|
||||||
|
|
||||||
.EE
|
|
||||||
.
|
|
||||||
.TP
|
.TP
|
||||||
.BR get_clock
|
.BR get_clock
|
||||||
Get
|
Get
|
||||||
|
@ -1435,7 +1436,7 @@ For Unix/Linux
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.BR client_version " \(aq" \fIString\fP "\(aq
|
.BR client_version " \(aq" \fIString\fP "\(aq
|
||||||
Client can send its version to rigctld and get feedback on compatibility, deprecation, and alternatives
|
Client can send its version to rigctld and get feedback on compatibility, deprecation, and alternatives.
|
||||||
.TP
|
.TP
|
||||||
.BR hamlib_version
|
.BR hamlib_version
|
||||||
Returns hamlib version with ISO8601 date/time
|
Returns hamlib version with ISO8601 date/time
|
||||||
|
|
|
@ -136,7 +136,6 @@ etc. on Linux,
|
||||||
etc. on MS Windows. The BSD flavors and Mac OS/X have their own designations.
|
etc. on MS Windows. The BSD flavors and Mac OS/X have their own designations.
|
||||||
See your system's documentation.
|
See your system's documentation.
|
||||||
.IP
|
.IP
|
||||||
.IP
|
|
||||||
Can be a network address:port, e.g.
|
Can be a network address:port, e.g.
|
||||||
.IR 127.0.0.1:12345
|
.IR 127.0.0.1:12345
|
||||||
.IP
|
.IP
|
||||||
|
@ -741,9 +740,14 @@ number (\(oq0\(cq, \(oq1\(cq, \(oq2\(cq, ...).
|
||||||
Send
|
Send
|
||||||
.RI \(aq Morse \(aq
|
.RI \(aq Morse \(aq
|
||||||
symbols. For Yaesu rigs use memory# (1-5 for most rigs) or up to 50 char message (which will use memory#1)
|
symbols. For Yaesu rigs use memory# (1-5 for most rigs) or up to 50 char message (which will use memory#1)
|
||||||
|
|
||||||
|
Example from rigctld socket:
|
||||||
.EX
|
.EX
|
||||||
Example from rigctld socket: b CQ CQ DE ME
|
b CQ CQ DE ME
|
||||||
Yaesu example to send message#1 frm rigctld socket: b 1
|
.EE
|
||||||
|
Yaesu example to send message#1 from rigctld socket:
|
||||||
|
.EX
|
||||||
|
b 1
|
||||||
.EE
|
.EE
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
@ -1380,7 +1384,7 @@ the value terminated by the response separator. e.g. \(lqFrequency:
|
||||||
.PP
|
.PP
|
||||||
4. All commands received will be acknowledged by
|
4. All commands received will be acknowledged by
|
||||||
.B rigctld
|
.B rigctld
|
||||||
with records from rules 1 and 2. Records from rule 3 are only returned when
|
with records from rules 1 and 2. Records from rule 3 are only returned when
|
||||||
data values must be returned to the client.
|
data values must be returned to the client.
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
|
|
Ładowanie…
Reference in New Issue