Commit Graph

  • 07665b7617 removed unused local variable ColinD 2020-02-27 23:42:23 +00:00
  • 6130cb6d64 Added new feature to allow the guiding style to be forced, Auto = driver decides. Pulse guiding will use the newer pulse guiding technique, Guide rate slew, will use the older technique. ColinD 2020-02-27 22:57:19 +00:00
  • d925312403 Merge branch 'master' into develop ColinD 2020-02-24 21:05:10 +00:00
  • 5a18577552 Merged in develop (pull request #20) Meade.net/0.7.11.208 ColinD 2020-02-24 21:01:21 +00:00
  • c7f1a4272f Slewing now reports false when performing a guide command using the old guiding method. ColinD 2020-02-20 21:31:09 +00:00
  • 6601fa6205 Added a check to ensure that pulse guide commands fail when the scope is slewing or already being moved on the same axes. ColinD 2019-12-11 23:53:37 +00:00
  • e2abda2d14 Merged in develop (pull request #19) Meade.net/0.7.10.204 ColinD 2019-12-03 21:10:42 +00:00
  • 97810b5575 Attempt ad fixing the double.parse error. ColinD 2019-12-02 12:39:03 +00:00
  • 1185770a94 Added try catch to the default constructor to show the details of an error if something goes wrong. ColinD 2019-12-01 00:11:13 +00:00
  • 25d88b0609 Set global com visible to false and only exposed the classes that need to be. ColinD 2019-11-30 19:15:06 +00:00
  • 85c77787ce Added unit test for getting site count ColinD 2019-11-12 10:35:03 +00:00
  • 2181ff5602 Added extra # in front of every command as recommended by Meade. Code inspections Duplicate reconcile Code upgraded to use .net 4.5 Added log message for when a pulse guide move is completed that will show the difference. .net 4.5 is not being recognised as installed, so trying a different variable. Modified how the old guiding method is implmented - it's now much simplified and uses the same move axis commands as normal slewing, which is what it does under the hood anyway. Modified how the RA detection is done, and changed the message logs RA position report on connect to trigger for ALL connects. Modified the LX200 Classic connections, so that if a :GVP is returned when :GVP# is sent, it assumes an error. A timeout will be assumed to be an LX200 Classic. Started working on unit testing for the sharedresources class. Changed the code to detect any exception when trying to run a :GVP after the initial connect. Upgraded the Profile code to be contained inside a wrapper and started adding unit tests to cover. Meade.net/0.7.9.198 ColinD 2019-10-22 21:52:42 +00:00
  • 9505468efc Code inspection cleanup ColinD 2019-10-22 22:06:40 +01:00
  • 2cbb1fb68c Code inspection cleanup ColinD 2019-10-22 21:51:59 +01:00
  • ba0ae056ea Forcing the disconnect to make sure that the tests work as expected. ColinD 2019-10-22 21:40:45 +01:00
  • dff7bce6b0 Unit Testing for the connect method. ColinD 2019-10-22 21:27:07 +01:00
  • a155e27eac Upgraded the Profile code to be contained inside a wrapper and started adding unit tests to cover. ColinD 2019-10-21 21:16:09 +01:00
  • 438ec779b4 Changed the code to detect any exception when trying to run a :GVP after the initial connect. ColinD 2019-10-19 11:54:04 +01:00
  • 307517ded0 Updated nuget packages. Started working on unit testing for the sharedresources class. ColinD 2019-10-15 21:33:51 +01:00
  • 8efa8752df Corrected defect where the scope will not attempt to connect the serial port ColinD 2019-10-13 21:15:30 +01:00
  • 7f6f478dfc Modified the LX200 Classic connections, so that if a :GVP is returned when :GVP# is sent, it assumes an error. A timeout will be assumed to be an LX200 Classic. ColinD 2019-10-12 12:40:01 +01:00
  • 7a92581fa8 Moved the RA position report on connect to trigger for ALL connects, not just the first connection. ColinD 2019-10-05 13:47:14 +01:00
  • 7f8c2cb559 Removed the alignmode check as it is not supported on all telescopes. Added current RA and dec to the log when the telescope connects. ColinD 2019-10-05 11:23:10 +01:00
  • 3dc87e3724 Added new alignment mode to the log ColinD 2019-10-04 20:42:46 +01:00
  • 670a5ccf81 Modified how the RA detection is done, and changed the message logs ColinD 2019-10-04 20:34:42 +01:00
  • 9af0613183 Modified how the old guiding method is implmented - it's now much simplified and uses the same move axis commands as normal slewing, which is what it does under the hood anyway. ColinD 2019-10-04 18:20:32 +01:00
  • 5df0e21a58 Another attempt at adding .net 4.5 checking ColinD 2019-10-03 23:34:13 +01:00
  • 149bad2d31 .net 4.5 is not being recognised as installed, so trying a different variable. ColinD 2019-10-03 23:12:27 +01:00
  • 276f0352e3 Added log message for when a pulse guide move is completed that will show the difference. ColinD 2019-10-02 18:55:24 +01:00
  • f22e9cdd02 Code inspections ColinD 2019-10-01 22:06:42 +01:00
  • ee3862f949 Code inspections ColinD 2019-10-01 22:03:57 +01:00
  • 2972ae31aa Code upgraded to use .net 4.5 ColinD 2019-10-01 22:00:55 +01:00
  • 79cdd60d07 Duplicate reconcile ColinD 2019-10-01 21:51:06 +01:00
  • f92f21ab72 Code inspections ColinD 2019-10-01 21:44:36 +01:00
  • 2a56cfa700 Duplicate reconcile ColinD 2019-10-01 21:16:47 +01:00
  • babb2a7492 Code inspections ColinD 2019-10-01 20:57:49 +01:00
  • 23960d8c7c Code inspections ColinD 2019-10-01 19:42:40 +01:00
  • cb97358100 Code inspections ColinD 2019-10-01 19:37:39 +01:00
  • 28889bdb49 Code inspections ColinD 2019-10-01 19:12:34 +01:00
  • 5efde9f6e0 Code inspections ColinD 2019-10-01 19:03:48 +01:00
  • 12e46edc74 Code inspections ColinD 2019-10-01 18:55:20 +01:00
  • 9969fce375 Merge branch 'master' into develop ColinD 2019-09-30 23:30:44 +01:00
  • 97e77c839a Added extra # in front of every command as recommended by Meade. ColinD 2019-09-30 23:27:18 +01:00
  • 0ea195e073 Merge branch 'master' into develop ColinD 2019-09-30 22:28:10 +01:00
  • 4aa5cf233e Merged in develop (pull request #17) Meade.net/0.7.8.165 ColinD 2019-09-30 21:27:36 +00:00
  • eb775bba18 Code inspections ColinD 2019-09-30 22:14:34 +01:00
  • 4ff193fadf Unneeded collection, so commented it out ColinD 2019-09-30 22:11:58 +01:00
  • a61915a3b5 Adding some experimental support for the LX-200 EMC ColinD 2019-09-30 22:10:00 +01:00
  • f33ca49592 Code inspections ColinD 2019-09-29 23:20:44 +01:00
  • 1c4d65bec3 Code inspections ColinD 2019-09-29 23:07:56 +01:00
  • 300e042340 Code inspections ColinD 2019-09-29 23:00:44 +01:00
  • ec48f1f36e Code inspections ColinD 2019-09-29 22:56:58 +01:00
  • 13176cb286 Code inspections ColinD 2019-09-29 22:51:18 +01:00
  • 970b1f1571 Code inspections ColinD 2019-09-29 22:43:48 +01:00
  • 7465260354 Code inspections ColinD 2019-09-29 22:34:46 +01:00
  • 2a13fcd40a Code inspections ColinD 2019-09-29 22:26:17 +01:00
  • 19f831695d code inspections ColinD 2019-09-29 22:24:58 +01:00
  • 07bf72a8c3 Code inspections ColinD 2019-09-29 22:16:03 +01:00
  • 7905da9651 Code inspections ColinD 2019-09-29 20:22:42 +01:00
  • ecd9813f8a Code inspections ColinD 2019-09-29 20:16:48 +01:00
  • 0e0ea2d2b0 Code inspections ColinD 2019-09-29 19:51:19 +01:00
  • 272fdb58d1 Code inspections ColinD 2019-09-29 19:43:34 +01:00
  • 4489a91eb7 Code inspections ColinD 2019-09-29 19:38:56 +01:00
  • 013c2fd672 Removed unneeded html files, which contain lots of code inspection issues ColinD 2019-09-29 18:00:38 +01:00
  • 6394e08c4c Code inspections ColinD 2019-09-29 17:49:21 +01:00
  • 15bf977458 Code inspections ColinD 2019-09-29 17:37:07 +01:00
  • b8faab13b3 Code inspections ColinD 2019-09-28 23:10:37 +01:00
  • 0bbfa5f9c3 Code inspections ColinD 2019-09-28 23:04:55 +01:00
  • 69fbb14410 Code inspections ColinD 2019-09-28 22:52:30 +01:00
  • 101784adb3 Code inspections ColinD 2019-09-28 22:45:34 +01:00
  • ca982edbf8 Code inspections ColinD 2019-09-28 22:40:09 +01:00
  • e782ac36fb Code inspection cleanup ColinD 2019-09-28 22:20:21 +01:00
  • b962420b94 Merge branch 'master' into develop ColinD 2019-09-28 14:05:25 +01:00
  • 0594355072 Adding version number to the settings dialog Added feature where setup dialog controls are disabled when the telescope or focuser is attached Modified the whole solution to use Any CPU, and changed the installer to use the /register /unregister commands ASCOM Profile for Meade Generic removed on uninstall, but not on upgrade Meade.net/0.7.7.137 ColinD 2019-09-28 13:04:56 +00:00
  • aec6cc19ab Code tidyup ColinD 2019-09-28 13:56:20 +01:00
  • 58b0e1395c Reverting change as I think it was better before. ColinD 2019-09-28 13:50:55 +01:00
  • 274ecbab6b Changing the place for uninstall deregister ColinD 2019-09-28 13:43:02 +01:00
  • 544cdd826b Installer modification ColinD 2019-09-28 13:41:39 +01:00
  • fc68a788ac Attempting to delete ascom profile entries on uninstall ColinD 2019-09-28 13:24:31 +01:00
  • 9c689f1179 Changed the served classname ColinD 2019-09-28 13:01:13 +01:00
  • 6e7ff70862 Tidying up meade.net to read as meade generic ColinD 2019-09-28 12:45:32 +01:00
  • 0a0072ce43 made sure that relese build contains the setup project. ColinD 2019-09-28 12:32:37 +01:00
  • 0e31149e31 installer modification ColinD 2019-09-28 12:23:48 +01:00
  • d332243772 anycpu ColinD 2019-09-27 22:28:22 +01:00
  • d9aa68f1e9 Modified the whole solution to use Any CPU, and changed the installer to use the /register /unregister commands ColinD 2019-09-27 22:05:14 +01:00
  • 2cc27788c8 Added feature where setup dialog controls are disabled when the telescope or focuser is attached ColinD 2019-08-25 19:45:54 +01:00
  • 5a0b3bba25 Adding version number to the settings dialog ColinD 2019-08-25 15:09:08 +01:00
  • 7a80ad4662 Merged in develop (pull request #15) Meade.net/0.7.6.121 ColinD 2019-08-24 21:49:00 +00:00
  • 3eddc52c6a Tidy up a few code inspection issues and add the MIT License to the installer. ColinD 2019-08-24 22:38:16 +01:00
  • 64a72560bc Fixed missing closing bracket ColinD 2019-08-24 17:40:25 +01:00
  • 0a6ba16c61 Merge branch 'master' into develop ColinD 2019-08-24 17:31:38 +01:00
  • b932bd8eb6 Merged in develop (pull request #14) Meade.net/0.7.5.117 ColinD 2019-08-24 16:31:22 +00:00
  • 5aec81b45f Adding log message when making connections using a telescope device to show that if it's the first or secondary connection. ColinD 2019-08-24 17:30:28 +01:00
  • d68d51bd9c Merge branch 'master' into develop ColinD 2019-08-24 17:12:06 +01:00
  • badc519f37 Merged in develop (pull request #13) Meade.net/0.7.4.115 ColinD 2019-08-24 16:11:12 +00:00
  • 77ca457646 Finished the basic unit testing for the focuser ColinD 2019-08-24 16:59:24 +01:00
  • 7ed79d6954 Added more code towards focuser unit testing ColinD 2019-08-24 16:40:15 +01:00
  • 43e630283c Edited with Bitbucket ColinD 2019-08-24 13:59:04 +00:00
  • 09df67c67f Edited with Bitbucket ColinD 2019-08-24 13:58:29 +00:00
  • 9a30e02a4b Started working on the focuser unit testing ColinD 2019-08-23 21:30:12 +01:00