Fix TS570 to use hardware flow control -- been wrong for 23 years

This commit is contained in:
Mike Black W9MDB 2024-09-12 08:57:58 -05:00
parent e09dd84bc2
commit 0eca80281f

View File

@ -902,7 +902,7 @@ struct rig_caps ts570s_caps =
RIG_MODEL(RIG_MODEL_TS570S),
.model_name = "TS-570S",
.mfg_name = "Kenwood",
.version = BACKEND_VER ".2",
.version = BACKEND_VER ".3",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_TRANSCEIVER,
@ -914,7 +914,7 @@ struct rig_caps ts570s_caps =
.serial_data_bits = 8,
.serial_stop_bits = 1,
.serial_parity = RIG_PARITY_NONE,
.serial_handshake = RIG_HANDSHAKE_NONE,
.serial_handshake = RIG_HANDSHAKE_HARDWARE,
.write_delay = 0,
.post_write_delay = 30,
.timeout = 500,