[Hamlib-developer] [Hamlib/Hamlib] c7f9bc: fix(yaesu): drain rejected AC command responses
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: dforsi <no...@gi...> - 2026-08-29 20:29:51
|
Branch: refs/heads/Hamlib-4.7 Home: https://github.com/Hamlib/Hamlib Commit: c7f9bc9ce6b848d87e73fd907b94abd87d0be9cf https://github.com/Hamlib/Hamlib/commit/c7f9bc9ce6b848d87e73fd907b94abd87d0be9cf Author: David Christle <dch...@us...> Date: 2026-08-29 (Sat, 29 Aug 2026) Changed paths: M rigs/yaesu/newcat.c M tests/Makefile.am A tests/testnewcatset.c Log Message: ----------- fix(yaesu): drain rejected AC command responses AC commands could return ?; before the verification reply, leaving that reply queued and desynchronizing the next CAT transaction. Send each AC command once, consume responses through a synchronization query, and cover rejection, timeout, fast-command, and model-specific behavior with a simulated-radio test. Fixes #2079 Conflicts: tests/Makefile.am (cherry picked from commit 635d11feff27a04d0a09009fed26b36d3d37c09c) Commit: 26be0909b3198a644df74eaede37da61557ac34b https://github.com/Hamlib/Hamlib/commit/26be0909b3198a644df74eaede37da61557ac34b Author: dforsi <iu...@gm...> Date: 2026-08-29 (Sat, 29 Aug 2026) Changed paths: M rigs/yaesu/newcat.c M tests/Makefile.am A tests/testnewcatset.c Log Message: ----------- Merge pull request #2186 from dforsi/Hamlib-4.7 fix(yaesu): drain rejected AC command responses Compare: https://github.com/Hamlib/Hamlib/compare/f00ca5b45a8e...26be0909b319 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |