kopia lustrzana https://github.com/Hamlib/Hamlib
Fix TS570 to use hardware flow control -- been wrong for 23 years
rodzic
e09dd84bc2
commit
0eca80281f
|
@ -902,7 +902,7 @@ struct rig_caps ts570s_caps =
|
||||||
RIG_MODEL(RIG_MODEL_TS570S),
|
RIG_MODEL(RIG_MODEL_TS570S),
|
||||||
.model_name = "TS-570S",
|
.model_name = "TS-570S",
|
||||||
.mfg_name = "Kenwood",
|
.mfg_name = "Kenwood",
|
||||||
.version = BACKEND_VER ".2",
|
.version = BACKEND_VER ".3",
|
||||||
.copyright = "LGPL",
|
.copyright = "LGPL",
|
||||||
.status = RIG_STATUS_STABLE,
|
.status = RIG_STATUS_STABLE,
|
||||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||||
|
@ -914,7 +914,7 @@ struct rig_caps ts570s_caps =
|
||||||
.serial_data_bits = 8,
|
.serial_data_bits = 8,
|
||||||
.serial_stop_bits = 1,
|
.serial_stop_bits = 1,
|
||||||
.serial_parity = RIG_PARITY_NONE,
|
.serial_parity = RIG_PARITY_NONE,
|
||||||
.serial_handshake = RIG_HANDSHAKE_NONE,
|
.serial_handshake = RIG_HANDSHAKE_HARDWARE,
|
||||||
.write_delay = 0,
|
.write_delay = 0,
|
||||||
.post_write_delay = 30,
|
.post_write_delay = 30,
|
||||||
.timeout = 500,
|
.timeout = 500,
|
||||||
|
|
Ładowanie…
Reference in New Issue