Kevin
Kevin
I tried in the past to do the same thing to fix rel16 calculation and it didnt work well at all: https://github.com/NationalSecurityAgency/ghidra/issues/981#issuecomment-1076724273
Hi! Thank you for the kind words :) You mention C# and it's funny, because we rewrote this project in C# not so long ago in order to support code...
Hello @CyberianIce ! It remains pressed until RA0, RA- or RESET is issued, so the telescope will move until told to stop. If you hit RA+ on the remote, it...
Arduino only supports on / off commands for both axis. Timing is handled in the ASCOM driver.
Hello @tliff, Thank you for implementing this! I will link your code from the main page. Implementing GOTO was a bit tricky with ASCOM since I had to use threads...
Hello, I am not sure I understand all your points. Regarding the possibility to have multiple clients for a driver, I am not sure ASCOM supports it. There is a...
Seems like PHD is never disconnecting the driver when clicking on disconnect: https://github.com/OpenPHDGuiding/phd2/blob/master/scope_ascom.cpp#L416 Opened an issue on their side: https://github.com/OpenPHDGuiding/phd2/issues/624
@grozmaistor You can use the Hub included into ASCOM that allows multiple clients to control a single device simultaneously: http://www.ascom-standards.org/FAQs/POTH.htm
Hi Dominique, I would be interested in seing what you did, but the repository your link points to only has a readme.md file. Did you commit your files? Kind regards,...
Oh! I see you made a nice PDF manual explaining how to build the hardware and how to use it in various softwares. However I see no code although I...