Skip to content

Commit

Permalink
Merge pull request #16 from OpenAstroTech/bug-fixes
Browse files Browse the repository at this point in the history
V6.5.3.0 Updates
  • Loading branch information
ClutchplateDude authored Apr 11, 2021
2 parents 524c47d + c51956a commit e539aeb
Show file tree
Hide file tree
Showing 10 changed files with 613 additions and 429 deletions.
1 change: 1 addition & 0 deletions ASCOM.Driver/OpenAstroTracker/Models.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ namespace ASCOM.OpenAstroTracker
public class ProfileData {
public bool TraceState;
public string ComPort;
public long BaudRate;
public double Latitude;
public double Longitude;
public double Elevation;
Expand Down
1 change: 1 addition & 0 deletions ASCOM.Driver/OpenAstroTracker/OpenAstroTracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="ASCOM.png" />
<None Include="README.txt" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
Expand Down
4 changes: 2 additions & 2 deletions ASCOM.Driver/OpenAstroTracker/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.3.1.0")]
[assembly: AssemblyFileVersion("0.3.1.0")]
[assembly: AssemblyVersion("6.5.3.0")]
[assembly: AssemblyFileVersion("6.5.3.0")]

[assembly: ComVisibleAttribute(false)]
35 changes: 18 additions & 17 deletions ASCOM.Driver/OpenAstroTracker/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,28 @@
OpenAstroTracker ASCOM Driver
=============================

Version 0.3.1.0, published 20 March 2021
Version 6.5.3.0, published 10 April 2021
----------------------------------------

* History
* 0.1.3.0 2020-04-15 : Initial release
* 0.1.3.1 2020-04-16 : BUGFIX : Allow , as decimal separator where Windows regional settings use it.
* 6.5.3.0 2021-04-19 : CHANGE : Fixed Sync command. Added choosable baudrate. Lots of bug fixes.
* 0.3.1.0 2021-03-20 : CHANGE : Added Rates support and fixed a bug causing an error in MoveAxis.
* 0.3.0.0 2020-11-30 : CHANGE : Added move with slewrate support, stable release
* 0.2.0.0b 2020-04-20 : CHANGE : Local Server version of driver, first release
* 0.1.4.2b 2020-04-20 : CHANGE : Driver uses :CM LX200 Protocol command to sync
* 0.1.4.1b 2020-04-18 : BUGFIX : Driver not correctly handling return value from Halt
* 0.1.4b 2020-04-18 : CHANGE : Implement pulse guiding.
BUGFIX : Uninstaller was not correctly removing previous driver DLL
* 0.1.4.1b 2020-04-18 : BUGFIX : Driver not correctly handling return value from Halt
* 0.1.4.2b 2020-04-20 : CHANGE : Driver uses :CM LX200 Protocol command to sync
* 0.2.0.0b 2020-04-20 : CHANGE : Local Server version of driver, first release
* 0.3.0.0 2020-11-30 : CHANGE : Added move with slewrate support, stable release
* 0.3.1.0 2021-03-20 : CHANGE : Added Rates support and fixed a bug causing an error in MoveAxis.

* 0.1.3.1 2020-04-16 : BUGFIX : Allow , as decimal separator where Windows regional settings use it.
* 0.1.3.0 2020-04-15 : Initial release


* Arduino information
* Tested on Arduino Mega and ESP32. No other variants of Arduino have been tested, or are officially supported.
* Currently built for Version V1.6.32 and above of the Arduino Code (As of 2020-04-23)

* Last Conformance Test - 2020-04-13
* Tested on Arduino Mega and ESP32. No other variants of Arduino have been tested, or are officially supported (MKS falls under Mega).
* Tested with V1.9.03 firmware, which is the RECOMMENDED version.
* Will probably work with earlier version (down to V1.6.32 and later).

* Last Conformance Test - 2021-04-09 - All tests passed, no errors, no issues.

* Cautions and warnings
* CAUTION : Neither the mount nor the driver currently support setting any slew limits. Thus it is quite possible
Expand All @@ -29,9 +32,7 @@ Version 0.3.1.0, published 20 March 2021
So...keep track of your own towel.

* Known Issues
* All known current issues are probably documented at https://github.com/OpenAstroTech/OpenAstroTracker-Desktop
* All known current issues are tracked on the Discord server.

* Work in Progress / Coming soon
* Ability to set home position of mount via ASCOM


Loading

0 comments on commit e539aeb

Please sign in to comment.