[Hamlib-developer] [Hamlib/Hamlib] b365b0: Un-break hamlib on TM-D710/TM-V71/etc
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <no...@gi...> - 2025-06-18 03:09:14
|
Branch: refs/heads/Hamlib-4.6.3 Home: https://github.com/Hamlib/Hamlib Commit: b365b0afe0886d5b183e1739953f62f472b12631 https://github.com/Hamlib/Hamlib/commit/b365b0afe0886d5b183e1739953f62f472b12631 Author: Lars Kellogg-Stedman <la...@od...> Date: 2025-06-17 (Tue, 17 Jun 2025) Changed paths: M rigs/kenwood/kenwood.c Log Message: ----------- Un-break hamlib on TM-D710/TM-V71/etc Commit d1e0e3f introduced a `remove_nonprint` method that breaks hamlib on all TM-D710/TM-V71A devices by erroneously removing the command termination character (`\r`). This commit adopts a solution proposed by @GeoBaltz that only runs `remove_nonprint` if the command termination character itself is printable. Resolves: #1767 #1698 (cherry picked from commit 85c9e15eac641ddddad57fc4b1683becaa6d7e83) Commit: cea177f3959cb57673573273f839bea2450f93b5 https://github.com/Hamlib/Hamlib/commit/cea177f3959cb57673573273f839bea2450f93b5 Author: Nate Bargmann <n0...@n0...> Date: 2025-06-17 (Tue, 17 Jun 2025) Changed paths: M NEWS Log Message: ----------- Update NEWS on Kenwood command terminator fix Compare: https://github.com/Hamlib/Hamlib/compare/371db9ffd2ef...cea177f3959c To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |