Added extra # in front of every command as recommended by Meade.

This commit is contained in:
2019-09-30 23:27:18 +01:00
parent 0ea195e073
commit 97e77c839a
4 changed files with 260 additions and 260 deletions
+2 -2
View File
@@ -365,7 +365,7 @@ namespace ASCOM.Meade.net
{
_sharedResourcesWrapper.Lock(() =>
{
//_sharedResourcesWrapper.SendBlind(":FF#");
//_sharedResourcesWrapper.SendBlind("#:FF#");
//:FF# Set Focus speed to fastest setting
//Returns: Nothing
@@ -382,7 +382,7 @@ namespace ASCOM.Meade.net
Stopwatch stopwatch = Stopwatch.StartNew();
while (stopwatch.ElapsedMilliseconds < steps)
{
_sharedResourcesWrapper.SendBlind(directionOut ? ":F+#" : ":F-#");
_sharedResourcesWrapper.SendBlind(directionOut ? "#:F+#" : "#:F-#");
//:F+# Start Focuser moving inward (toward objective)
//Returns: None