Added support for being able to enable the Rts/Dtr signals which is needed to Meade LS series scopes

This commit is contained in:
2020-10-13 10:30:43 +01:00
parent 1b73bb62b6
commit a59ecaf21d
5 changed files with 97 additions and 34 deletions
+1
View File
@@ -11,5 +11,6 @@ namespace ASCOM.Meade.net
public int BacklashCompensation { get; set; }
public bool ReverseFocusDirection { get; set; }
public bool DynamicBreaking { get; set; }
public bool RtsDtrEnabled { get; set; }
}
}