[Hamlib-developer] [Hamlib/Hamlib] 635d11: 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:19:05
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 635d11feff27a04d0a09009fed26b36d3d37c09c https://github.com/Hamlib/Hamlib/commit/635d11feff27a04d0a09009fed26b36d3d37c09c 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 Commit: da76639d663b82589d3b2526eb7f0d68148a55f0 https://github.com/Hamlib/Hamlib/commit/da76639d663b82589d3b2526eb7f0d68148a55f0 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 #2132 from dchristle/fix/2079-newcat-tune-rejection fix(yaesu): drain rejected AC command responses Compare: https://github.com/Hamlib/Hamlib/compare/8cf9b1033b07...da76639d663b To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |