[Hamlib-developer] [Hamlib/Hamlib] edcbd1: Fix rig_send_raw to return bytes read, fill buffer...
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <no...@gi...> - 2022-11-22 21:57:17
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: edcbd17612813103f931a882e3c767156448addf https://github.com/Hamlib/Hamlib/commit/edcbd17612813103f931a882e3c767156448addf Author: Mike Black W9MDB <mdb...@ya...> Date: 2022-11-22 (Tue, 22 Nov 2022) Changed paths: M src/iofunc.c M src/rig.c Log Message: ----------- Fix rig_send_raw to return bytes read, fill buffer, and also work with fixed length response/null terminator https://github.com/Hamlib/Hamlib/issues/1157 Commit: 6679eaf8bff191b2d8826359498b5efc5039b347 https://github.com/Hamlib/Hamlib/commit/6679eaf8bff191b2d8826359498b5efc5039b347 Author: Mike Black W9MDB <mdb...@ya...> Date: 2022-11-22 (Tue, 22 Nov 2022) Changed paths: M NEWS Log Message: ----------- Update NEWS Commit: 93d3a9e213c56a41b67232c6ca2ec3e39a9e6a8c https://github.com/Hamlib/Hamlib/commit/93d3a9e213c56a41b67232c6ca2ec3e39a9e6a8c Author: Mike Black W9MDB <mdb...@ya...> Date: 2022-11-22 (Tue, 22 Nov 2022) Changed paths: A tests/sendraw.c Log Message: ----------- Add sendraw.c to test directory https://github.com/Hamlib/Hamlib/issues/1157 Compare: https://github.com/Hamlib/Hamlib/compare/508eef31f913...93d3a9e213c5 |