From 9b618b6f477b16a913beea47b5f358f30f7cca15 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Tue, 14 Sep 2021 22:18:35 -0500 Subject: [PATCH] Patch from Stephen McCallum for THD72 change to hardware flow --- rigs/kenwood/thd72.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rigs/kenwood/thd72.c b/rigs/kenwood/thd72.c index 03948ed8d..76016bfb7 100644 --- a/rigs/kenwood/thd72.c +++ b/rigs/kenwood/thd72.c @@ -1632,7 +1632,7 @@ const struct rig_caps thd72a_caps = .mfg_name = "Kenwood", .version = TH_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_HANDHELD | RIG_FLAG_APRS | RIG_FLAG_TNC | RIG_FLAG_DXCLUSTER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG, @@ -1642,7 +1642,7 @@ const struct rig_caps thd72a_caps = .serial_data_bits = 8, .serial_stop_bits = 1, .serial_parity = RIG_PARITY_NONE, - .serial_handshake = RIG_HANDSHAKE_XONXOFF, + .serial_handshake = RIG_HANDSHAKE_HARDWARE, .write_delay = 0, .post_write_delay = 0, .timeout = 300,