Skip to content

Releases: OpenAstroTech/OpenAstroTracker-Desktop

ASCOM Driver V6.5.3.0

11 Apr 01:48
e539aeb
Compare
Choose a tag to compare

Bug fixes to pass ASCOM Conformance Test and improve general stability.

  • Synced up version numbers between OpenAstroTracker and Telescope driver
  • Added Baud rate support to the profile dialog
  • Made sure all commands are correctly configured for no reply, number reply or string reply and consolidated handling this in one function.
  • Added some extra logging around what is being sent and received.
  • Reformatted source code to the standard C# style.
  • Made driver rates not overlap.
  • Added Altitude and Azimuth getters and calculated them from RA/DEC
  • Made the OAT logo on the properties dialog take the user to the wiki when clicked.

OATControl V0.9.9.30

16 Mar 02:23
5aff505
Compare
Choose a tag to compare

See changelog Readme for changes.

ASCOM Driver V0.3.1.0

20 Mar 08:14
5aff505
Compare
Choose a tag to compare
  • Fixed code formatting to be MS recommended style.
  • Improved rate selection and made it be physically correct.
  • Added logo to setup chooser.
  • Fixed uninstaller to remove old DLL.

NOTE: Due to a bug in the previous installer, you should uninstall the existing driver and then delete the contents of
c:\Program Files (x86)\Common Files\ASCOM\Telescope\OpenAstroTracker

Then run this installer. This is only necessary this one time. Future versions will correctly uninstall previous versions.

OATControl V0.9.9.29

09 Mar 16:55
ef80809
Compare
Choose a tag to compare

See Readme changelog for changes

OATControl V0.9.9.28

04 Mar 07:37
9f89107
Compare
Choose a tag to compare

See the Changelog or readme for changes

OATControl V0.9.9.27

27 Feb 20:27
a435499
Compare
Choose a tag to compare

See changelog in README

OATControl V0.9.9.25

15 Feb 00:25
Compare
Choose a tag to compare

See changelog

OATControl V0.9.9.24

13 Feb 02:11
Compare
Choose a tag to compare

See changelog

OATControl V0.9.9.23

07 Feb 19:52
Compare
Choose a tag to compare
  • Removed dummy call to consume second reply from :SC# command, since receive buffer is now cleared before each command

OATControl V0.9.9.22

06 Feb 22:51
8fccf76
Compare
Choose a tag to compare

See changelog for details.

  • Hardened network display in Settings dialog against bad data.
  • Added synchronization to wait for jobs processor to quit before closing port.