Hamlib/rotators/spid
torque d049b90aa9
spid: flush serial input buffer before command send
This seems to take care of the log data pretty much entirely and is
possibly a much simpler alternative solution to the previous two
commits. However, for full robustness, I think it makes sense to keep
all three of these changes together. Also, it's entirely possible that
this approach introduces a performance regression: I haven't
particularly looked at how the buffer flushing is implemented, but if
it ends up doing looped reads with a timeout, this could slow down
command processing for the SPID object significantly. Since I've only
tested this through the command line interface, I have not taken a
close look at performance.
2023-08-22 17:25:53 -07:00
..
Android.mk Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default 2022-02-04 07:41:36 -06:00
Makefile.am Directory migration to new layout 2020-01-17 09:22:44 -06:00
spid.c spid: flush serial input buffer before command send 2023-08-22 17:25:53 -07:00
spid.h [rotators] Fix includes 2023-02-16 19:08:24 +01:00
spid.txt Directory migration to new layout 2020-01-17 09:22:44 -06:00