kopia lustrzana https://github.com/Hamlib/Hamlib
Change TX-500 to only have 9600 baud available
https://github.com/Hamlib/Hamlib/issues/1188pull/1215/head
rodzic
f468fa3c1d
commit
b153bcd1e5
|
@ -127,15 +127,15 @@ const struct rig_caps tx500_caps =
|
|||
RIG_MODEL(RIG_MODEL_LAB599_TX500),
|
||||
.model_name = "TX-500",
|
||||
.mfg_name = "Lab599",
|
||||
.version = BACKEND_VER ".2",
|
||||
.version = BACKEND_VER ".3",
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_STABLE,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
.ptt_type = RIG_PTT_RIG,
|
||||
.dcd_type = RIG_DCD_RIG,
|
||||
.port_type = RIG_PORT_SERIAL,
|
||||
.serial_rate_min = 1200,
|
||||
.serial_rate_max = 57600,
|
||||
.serial_rate_min = 9600,
|
||||
.serial_rate_max = 9600,
|
||||
.serial_data_bits = 8,
|
||||
.serial_stop_bits = 1,
|
||||
.serial_parity = RIG_PARITY_NONE,
|
||||
|
|
Ładowanie…
Reference in New Issue