Commit Graph

  • 71bc7fd49a Fixed issue with slew to RA/Dec not applying negative declinations properly. ColinD 2019-07-07 14:52:06 +01:00
  • 7759862f79 Upgated version numbers to 0.6.0.1 origin/release/0.6.0.1 release/0.6.0.1 ColinD 2019-06-09 15:48:14 +01:00
  • 621b7dc2da Added check for Ascom platform 6.4 SP 1 or higher. ColinD 2019-06-09 15:45:52 +01:00
  • 58c75794bc Added check for Ascom platform 6.4 SP 1 or higher. ColinD 2019-06-09 15:43:32 +01:00
  • 8e1188ac49 Moved develop onto version 0.7.0.0 ColinD 2019-06-08 21:01:57 +01:00
  • c85f65c3e9 Merged in develop (pull request #7) origin/release/0.6.0.0 release/0.6.0.0 ColinD 2019-06-08 19:53:30 +00:00
  • d8b4886b85 Merge branch 'master' into develop ColinD 2019-06-08 20:53:09 +01:00
  • 4c92bf13c2 Slight modification to make sure that the focuser is poked less often ColinD 2019-06-08 20:34:54 +01:00
  • 22de5679b7 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. ColinD 2019-06-08 20:13:36 +01:00
  • 58ba1e6ee3 Merged in develop (pull request #6) ColinD 2019-06-04 19:06:57 +00:00
  • 5501e97b7e Added a call to activate when the setup dialog is shown. ColinD 2019-06-04 19:52:44 +01:00
  • 675ed08425 Modified the solution to be able to create as 32-bit install that works on 64bit windows 10. ColinD 2019-05-25 02:26:06 +01:00
  • 8da41cad6f Sorted out the registry settings needed to get the driver working properly on install. ColinD 2019-05-24 00:07:29 +01:00
  • 2b5b5d7188 First draft of the installer ColinD 2019-05-23 22:34:14 +01:00
  • d328c3ae4d Added localisation support ColinD 2019-05-20 21:11:16 +01:00
  • 546d0bf7f4 Added some code to the focuser connect to make it consistent with the telescope connect in that it will now test that the connection is to an Autostar. ColinD 2019-05-20 18:48:53 +01:00
  • 678b5f1ece Upgraded the error handling to ensure that all serial commands are executed after checking that there is a connection open. ColinD 2019-05-20 17:06:53 +01:00
  • 7cb50de30d Fixed problem where SlewToAltAz didn't work correctly. Now uses the RA/Dec slew for everything, and converts the values as needed. ColinD 2019-05-19 19:25:43 +01:00
  • d39846fa18 Added code to make sure that the scope returns values in high precision mode. ColinD 2019-05-19 00:59:21 +01:00
  • cf28ecc7c2 Redesigned the Altitude and Azimuth readings to use the Right Ascension and Declination co-ordinates and perform the transformation using the date and site details from the scope. This will correct the problem of the Altitude reading from the handset being incorrect. ColinD 2019-05-18 23:50:55 +01:00
  • cf5a6c72fe Re instated the Altitude value and ran conformance for both the telescope and focuser. ColinD 2019-05-18 00:08:07 +01:00
  • 85fcb8a73c Added comments for all meade commands. Fixed the Site Lat and Long setters ColinD 2019-05-17 23:56:55 +01:00
  • 79a77d4e1d Merged in feature/LocalServer (pull request #5) ColinD 2019-05-17 14:21:26 +00:00
  • b795634d70 Added support for CommandBlind and CommandString Modified the tracking rates to be setable. However, the get is now simulated. ColinD 2019-05-15 00:52:40 +01:00
  • cf3b268ef3 Merge branch 'master' into develop ColinD 2019-05-14 00:47:26 +01:00
  • 2a97d151a4 Merged in develop (pull request #4) origin/release/0.5.0.0 origin/release/0.2.0.0 release/0.5.0.0 release/0.2.0.0 ColinD 2019-05-13 23:46:50 +00:00
  • ef555796a4 Merge branch 'master' into develop ColinD 2019-05-14 00:45:58 +01:00
  • 404366d552 Focuser passes validation, this makes the code V0.2 ColinD 2019-05-14 00:23:17 +01:00
  • 3dc5efee9a Basic implementation of the IFocusserV3 ColinD 2019-05-14 00:20:49 +01:00
  • 0c1d7d7f09 Added explicit locks around all sequences of commands. ColinD 2019-05-09 18:00:17 +01:00
  • 9ec9610a3b Merge remote-tracking branch 'origin/develop' into develop ColinD 2019-05-08 18:26:51 +01:00
  • 9b7a850607 Upgraded driver version to 0.1 ColinD 2019-05-08 18:26:39 +01:00
  • 777adb260a Merged in develop (pull request #3) origin/release/0.1.0.0 release/0.1.0.0 ColinD 2019-05-08 17:23:13 +00:00
  • 43f10bad7a Merged master into develop ColinD 2019-05-08 18:22:29 +01:00
  • 3f8853c7c5 Telescope driver now passes the Ascom conformance. ColinD 2019-05-08 18:19:23 +01:00
  • fed8b1a24b Fixed issue with Target RA and Dec loosing precision ColinD 2019-05-08 17:45:42 +01:00
  • 6a4c08a7c4 Added IFocuserV3 to the driver and made sure that it's registered for ASCOM as a focuser as well. ColinD 2019-05-07 22:38:29 +01:00
  • 9608e5a31f Added support for tracking rate ColinD 2019-05-07 18:10:17 +01:00
  • 5d16edee2e Added support for MoveAxis ColinD 2019-05-07 17:51:08 +01:00
  • cc5eabdfab Implemented slew to target ColinD 2019-05-06 23:10:05 +01:00
  • 56febb46cc Implemented SyncToTarget functionality ColinD 2019-05-06 23:00:58 +01:00
  • eab151d295 Implemented SlewToAltAz and SlewToAltAzAsync ColinD 2019-05-06 22:43:01 +01:00
  • 76eb088d4e Sorted out the target RA and Dec exceptions to be compliant with ascom. ColinD 2019-05-06 20:48:18 +01:00
  • ee088ff35c Implemented RightAscension TargetRightAscension TargetDec SlewToCoord and SlewToCoordAsync ColinD 2019-05-06 20:29:32 +01:00
  • 75d2d080a3 Tidying up resharper warinings ColinD 2019-05-06 17:29:34 +01:00
  • 2d69a4fba8 Added support for altitude ColinD 2019-05-06 17:17:22 +01:00
  • e8793231d1 Fixed broken unit test ColinD 2019-05-02 18:54:52 +01:00
  • 7df8da2f59 Added 5 second timeout for the serial port. Fixed problem with the GW command not working on the Autostar 497. ColinD 2019-05-02 18:45:18 +01:00
  • ae4ba48ce2 Added support for reading Declination ColinD 2019-05-02 16:12:53 +01:00
  • c0c0bedbba Added support for parking the scope Added support for reading the scope Azimuth ColinD 2019-05-02 16:03:24 +01:00
  • 76c88420ca Added support for AtPark and Park ColinD 2019-05-02 15:14:36 +01:00
  • 7225c2d70f Added support for AlignmentMode ColinD 2019-05-02 14:05:23 +01:00
  • d2fae7607b Added unit tests for the new Pulse guide implementation. ColinD 2019-05-02 13:10:40 +01:00
  • d1b3f5718f Added unit tests for SiteLongitude ColinD 2019-05-02 13:00:52 +01:00
  • c2ecb1891c Added SiteLatitude unit tests ColinD 2019-05-02 12:50:22 +01:00
  • 9e4c7862f9 Pulse guiding support added ColinD 2019-05-02 00:31:54 +01:00
  • 0d04ecd587 Added support for UTC offset. ColinD 2019-05-01 22:43:59 +01:00
  • a59b602b54 Corrected Longitude value range ColinD 2019-05-01 19:37:58 +01:00
  • eb3c7710d7 Added unit tests for reading and writing the utcDate. Fixed a couple of defects in the code that was setting the utcDate. ColinD 2019-05-01 13:20:03 +01:00
  • ef982a3aba Added code for the site latitude and started work on the longitude. ColinD 2019-05-01 00:22:15 +01:00
  • 90eb1c604b 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 ColinD 2019-04-30 18:52:32 +01:00
  • e339831f0c Implemented AbortSlew and did some code tidy up. ColinD 2019-04-29 23:56:51 +01:00
  • dc2a24ad25 Switched the serial port over to using the .net frameworks serial port. Extracted the serial port into it's own class and created a simpler command processing mechanism. ColinD 2019-04-29 23:29:57 +01:00
  • da6b7ec55f Started working on getting the basic communications with the scope working. Working on routines to get and set the date and time in the handbox. ColinD 2019-04-29 00:06:56 +01:00
  • eca366dd10 Merged in develop (pull request #2) ColinD 2019-04-26 23:56:21 +00:00
  • f2f4b05911 Merged master into develop ColinD 2019-04-27 00:55:32 +01:00
  • 9a8e062e05 Integrate pull request a530f903: tidying up unwanted binaries and added git ignore file ColinD 2019-04-27 00:52:54 +01:00
  • a742867377 Adding git ignore file ColinD 2019-04-27 00:41:06 +01:00
  • 3be908e6bd Removed unwanted files ColinD 2019-04-27 00:40:18 +01:00
  • 6f3cf53bc9 Starting things off with a rough draft, completely untested ColinD 2019-04-26 21:17:22 +01:00