From 438ec779b4087d3347fc6834d1d16a13677c8e1b Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 19 Oct 2019 11:54:04 +0100 Subject: [PATCH] Changed the code to detect any exception when trying to run a :GVP after the initial connect. --- Meade.net/SharedResources.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meade.net/SharedResources.cs b/Meade.net/SharedResources.cs index 3f2c537..2eb5f19 100644 --- a/Meade.net/SharedResources.cs +++ b/Meade.net/SharedResources.cs @@ -260,7 +260,7 @@ namespace ASCOM.Meade.net ProductName = SendString(":GVP#"); FirmwareVersion = SendString(":GVN#"); } - catch (TimeoutException) + catch (Exception) { ProductName = TelescopeList.LX200CLASSIC; FirmwareVersion = "Unknown";