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
Makefile.am
README_ioptron
rot_ioptron.c Fixed functionality (AZ Mount Pro), added improvements 2023-11-28 05:07:00 -05:00
rot_ioptron.h