[Hamlib-developer] [Hamlib/Hamlib] 5ec5e6: fix(icom): fall back from optional command rejection
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: dforsi <no...@gi...> - 2026-09-06 09:36:14
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 5ec5e6d2d100d5fdb279b92bf3cb3b6bac02a628 https://github.com/Hamlib/Hamlib/commit/5ec5e6d2d100d5fdb279b92bf3cb3b6bac02a628 Author: David Christle <dch...@us...> Date: 2026-09-02 (Wed, 02 Sep 2026) Changed paths: M rigs/icom/icom.c M tests/Makefile.am A tests/testicomfallback.c Log Message: ----------- fix(icom): fall back from optional command rejection Old IC-7100 firmware rejects optional CI-V 0x25 and 0x26 probes. Use legacy frequency and mode commands in the same API call. Query legacy data mode and preserve unrelated protocol errors. Commit: 180531a944b444bab4d8ec2b553d79f0c4fab001 https://github.com/Hamlib/Hamlib/commit/180531a944b444bab4d8ec2b553d79f0c4fab001 Author: David Christle <dch...@us...> Date: 2026-09-02 (Wed, 02 Sep 2026) Changed paths: M tests/Makefile.am M tests/testicomfallback.c Log Message: ----------- test(icom): make fallback harness portable on Windows Native Windows lacks Unix socketpair and POSIX socket I/O. Use a Winsock loopback connection and Hamlib's network transport while retaining socketpair on Unix. Conflicts: tests/Makefile.am Commit: 38f22f74899d0bd3f40d66bac64ba5440e6af910 https://github.com/Hamlib/Hamlib/commit/38f22f74899d0bd3f40d66bac64ba5440e6af910 Author: dforsi <iu...@gm...> Date: 2026-09-06 (Sun, 06 Sep 2026) Changed paths: M rigs/icom/icom.c M tests/Makefile.am A tests/testicomfallback.c Log Message: ----------- Merge pull request #2136 from dchristle/fix/icom-optional-command-fallback fix(icom): fall back from rejected optional CI-V commands Compare: https://github.com/Hamlib/Hamlib/compare/2ac311ef47cd...38f22f74899d To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |