[Hamlib-developer] [Hamlib/Hamlib] a8aba7: Add tcflush back into flush routine
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <no...@gi...> - 2023-03-06 17:28:40
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: a8aba7c13b523915cfa554f63de0d8140e3a9cdb https://github.com/Hamlib/Hamlib/commit/a8aba7c13b523915cfa554f63de0d8140e3a9cdb Author: Mike Black W9MDB <mdb...@ya...> Date: 2023-03-06 (Mon, 06 Mar 2023) Changed paths: M src/serial.c Log Message: ----------- Add tcflush back into flush routine https://github.com/Hamlib/Hamlib/issues/1241 Commit: edc18103f005f05c0ad5458970b9da7b96c516a1 https://github.com/Hamlib/Hamlib/commit/edc18103f005f05c0ad5458970b9da7b96c516a1 Author: Mike Black W9MDB <mdb...@ya...> Date: 2023-03-06 (Mon, 06 Mar 2023) Changed paths: M src/iofunc.c Log Message: ----------- Move semicolon removal after complete string is read. xg3 was expecting single ; response and old way was causing timeouts Compare: https://github.com/Hamlib/Hamlib/compare/2622113d2f70...edc18103f005 |