From 1ce2afe9cef9697117a34ff23c90157d42e55364 Mon Sep 17 00:00:00 2001 From: Colin Dawson Date: Thu, 24 Nov 2022 15:21:32 +0000 Subject: [PATCH] Trying the Ack command instead to see if this can workaround the CM bug. --- Meade.net.Telescope/Telescope.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meade.net.Telescope/Telescope.cs b/Meade.net.Telescope/Telescope.cs index 3491dd6..d8fcfdf 100644 --- a/Meade.net.Telescope/Telescope.cs +++ b/Meade.net.Telescope/Telescope.cs @@ -3362,7 +3362,7 @@ namespace ASCOM.Meade.net catch (TimeoutException) { //Some old autostars timeout as the result isn't properly returned, until the next successful command is sent! - result = SharedResourcesWrapper.SendString(Tl, "Ga"); + result = GetAlignmentString(); } //:CM# Synchronizes the telescope's position with the currently selected database object's coordinates. //Returns: