Hamlib/rotators/ioptron
pdaderko c0457a0d7b
Fixed functionality (AZ Mount Pro), added improvements
Updated code to work with current AZ Mount Pro firmware.
Current firmware uses serial at 115200.
Original code looked for # delimiter on responses, but not all responses end in #.  This caused the software to timeout, which caused slow response time, and in some cases returned a failure (including :MountInfo# used at open).  All responses have fixed length replies, so code updated to look at fixed length data rather than delimiter.
Added workarounds for a couple firmware bugs.
Minor cleanup.
2023-11-28 05:07:00 -05: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
README_ioptron Directory migration to new layout 2020-01-17 09:22:44 -06:00
rot_ioptron.c Fixed functionality (AZ Mount Pro), added improvements 2023-11-28 05:07:00 -05:00
rot_ioptron.h Directory migration to new layout 2020-01-17 09:22:44 -06:00