[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. v4.0rc1-76-ge4b571af
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-08-31 22:42:49
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via e4b571af0db86c4535b0cc64a73f050298a10a2c (commit) from 331d9773b05215b998364d72217c95941ffdd392 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e4b571af0db86c4535b0cc64a73f050298a10a2c Author: Michael Black W9MDB <mdb...@ya...> Date: Mon Aug 31 17:41:48 2020 -0500 https://github.com/Hamlib/Hamlib/issues/359 Increase TS950 timeout and post_write_delay due to errors seen with MicroKeyer III diff --git a/rigs/kenwood/ts950.c b/rigs/kenwood/ts950.c index e454b683..08e08378 100644 --- a/rigs/kenwood/ts950.c +++ b/rigs/kenwood/ts950.c @@ -74,8 +74,8 @@ const struct rig_caps ts950s_caps = .serial_parity = RIG_PARITY_NONE, .serial_handshake = RIG_HANDSHAKE_NONE, .write_delay = 0, - .post_write_delay = 0, - .timeout = 500, // this rig takes over 250ms to respond an IF command + .post_write_delay = 50, + .timeout = 600, // this rig takes over 250ms to respond an IF command .retry = 10, .has_get_func = RIG_FUNC_NONE, ----------------------------------------------------------------------- Summary of changes: rigs/kenwood/ts950.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |