From f672cc1bffee364f336d92ca079d6036a98e6311 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sat, 3 Jan 2015 22:14:00 +0000 Subject: [PATCH] Increase Elecraft K2 comms timeout and retries --- kenwood/k2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kenwood/k2.c b/kenwood/k2.c index b7523f1f1..60037fa7c 100644 --- a/kenwood/k2.c +++ b/kenwood/k2.c @@ -132,8 +132,8 @@ const struct rig_caps k2_caps = { .serial_handshake = RIG_HANDSHAKE_NONE, .write_delay = 0, /* Timing between bytes */ .post_write_delay = 100, /* Timing between command strings */ - .timeout = 600, /* FA and FB make take up to 500 ms on band change */ - .retry = 3, + .timeout = 2000, /* FA and FB make take up to 500 ms on band change */ + .retry = 10, .has_get_func = K2_FUNC_ALL, .has_set_func = K2_FUNC_ALL,