Added 5 second timeout for the serial port.
Fixed problem with the GW command not working on the Autostar 497.
This commit is contained in:
@@ -43,8 +43,11 @@ namespace ASCOM
|
||||
|
||||
//Console.WriteLine(device.Slewing);
|
||||
|
||||
Console.WriteLine(device.UTCDate);
|
||||
device.UTCDate = DateTime.UtcNow;
|
||||
//device.UTCDate = DateTime.UtcNow;
|
||||
//Console.WriteLine(device.UTCDate.ToLocalTime());
|
||||
|
||||
|
||||
Console.WriteLine(device.AlignmentMode);
|
||||
|
||||
double l = device.SiteLatitude;
|
||||
device.SiteLatitude = l;
|
||||
|
||||
Reference in New Issue
Block a user