kopia lustrzana https://github.com/Hamlib/Hamlib
rodzic
6e627bb128
commit
969d058897
|
@ -1,3 +1,10 @@
|
||||||
|
Jupiter (538)
|
||||||
|
(29 February 2012, AA6E)
|
||||||
|
The Jupiter needs current firmware, at least version 1,18. Earlier
|
||||||
|
firmware apparently had a different command protocol.
|
||||||
|
Most available commands are now implemented, with exception of NB,
|
||||||
|
NR, and AN.
|
||||||
|
|
||||||
Omni VI (563), VI Plus (564)
|
Omni VI (563), VI Plus (564)
|
||||||
(26 March 2008, AA6E)
|
(26 March 2008, AA6E)
|
||||||
Note that the Omni uses an Icom-style command interface. The Omni
|
Note that the Omni uses an Icom-style command interface. The Omni
|
||||||
|
|
|
@ -95,15 +95,12 @@ static int tt538_set_level(RIG *rig, vfo_t vfo, setting_t level, value_t val);
|
||||||
*
|
*
|
||||||
* Protocol is documented at
|
* Protocol is documented at
|
||||||
* http://www.rfsquared.com/
|
* http://www.rfsquared.com/
|
||||||
*
|
|
||||||
* Only set_freq is supposed to work.
|
|
||||||
* This is a skelton.v
|
|
||||||
*/
|
*/
|
||||||
const struct rig_caps tt538_caps = {
|
const struct rig_caps tt538_caps = {
|
||||||
.rig_model = RIG_MODEL_TT538,
|
.rig_model = RIG_MODEL_TT538,
|
||||||
.model_name = "TT-538 Jupiter",
|
.model_name = "TT-538 Jupiter",
|
||||||
.mfg_name = "Ten-Tec",
|
.mfg_name = "Ten-Tec",
|
||||||
.version = "0.4",
|
.version = "0.6",
|
||||||
.copyright = "LGPL",
|
.copyright = "LGPL",
|
||||||
.status = RIG_STATUS_BETA,
|
.status = RIG_STATUS_BETA,
|
||||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||||
|
|
Ładowanie…
Reference in New Issue