indilib / indi

INDI Core Library Repository
https://www.indilib.org
GNU Lesser General Public License v2.1
377 stars 394 forks source link

Add workaround for OnStepX failing connection #2103

Closed gy-lehel closed 2 months ago

gy-lehel commented 3 months ago

OnStepX controllers have a tendency to come up with a serial buffer blocked by garbage. As a result of this handshake with the mount will consistently fail, until that garbage is cleared. To work around this issue the :GVP# command is sent to the mount twice.

azwing commented 3 months ago

Thant's fine with me as far it fixes a firmware issue.