Forced all code to 64-bit only, will make this 32/64 bit before release.
Fixed issue in the SerialProcessor when setting the time, makes sure that there's no chance of thread stealing when pulling out the junk messages Added ConformanceResult.txt to show the progress of the driver development
This commit is contained in:
@@ -22,5 +22,7 @@ namespace ASCOM.MeadeAutostar497.Controller
|
||||
char CommandChar(string command);
|
||||
string ReadTerminated(string terminator);
|
||||
void Command(string command);
|
||||
void Lock();
|
||||
void Unlock();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user