Started working on getting the basic communications with the scope working.
Working on routines to get and set the date and time in the handbox.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using ASCOM.Utilities.Interfaces;
|
||||
using System;
|
||||
using ASCOM.Utilities.Interfaces;
|
||||
|
||||
namespace ASCOM.MeadeAutostar497.Controller
|
||||
{
|
||||
@@ -9,5 +10,7 @@ namespace ASCOM.MeadeAutostar497.Controller
|
||||
bool Connected { get; set; }
|
||||
|
||||
string CommandString(string command, bool raw);
|
||||
bool Slewing { get; }
|
||||
DateTime utcDate { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user