Downgraded required .net to v4.0.
Added suppoer for "Handbox" custom action Changes how the focuser in and out functions. Now sends multiple :F+/-# and multiple stop commands to help get over problems with the #909 missing commands. Added support for checking for the older firmware that does not support the guiding commands, so uses guide rate slew instead.
This commit is contained in:
@@ -22,7 +22,7 @@ namespace ASCOM
|
||||
// Uncomment the code that's required
|
||||
#if UseChooser
|
||||
// choose the device
|
||||
string id = ASCOM.DriverAccess.Telescope.Choose("ASCOM.Meade.net.Telescope");
|
||||
string id = ASCOM.DriverAccess.Telescope.Choose("ASCOM.MeadeGeneric.Telescope");
|
||||
if (string.IsNullOrEmpty(id))
|
||||
return;
|
||||
// create this device
|
||||
@@ -44,7 +44,7 @@ namespace ASCOM
|
||||
device.Connected = true;
|
||||
|
||||
|
||||
device.SlewToAltAz(150, 50);
|
||||
//device.SlewToAltAz(150, 50);
|
||||
|
||||
//device.CommandBlind(":Sa+30*00'00#", true);
|
||||
//device.CommandBlind(":Sz50*00#", true);
|
||||
|
||||
Reference in New Issue
Block a user