Hi, I am working on creating my won custom firmware and driver (for arduino and ascom driver) for a school project and just for fun. The driver is mostly written and connects to the arduino with the firmware I have installed. I can move the focuser in NINA and checking the logs it work properly and the IsMoving property is updating correctly. However, I have noticed that when I am using your driver and software and set a target position the driver also updates the position of the focuser while it is moving. But with my driver (which I have also implemented the Position property) and arduino software, it does not behave this way, only updating the position after the move is complete. Looking at the ascom debug logs, NINA never calls the Position property, which is why the position is not updating. Any help or guidance to help me solve my problem would be very appreciated. Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I am working on creating my won custom firmware and driver (for arduino and ascom driver) for a school project and just for fun. The driver is mostly written and connects to the arduino with the firmware I have installed. I can move the focuser in NINA and checking the logs it work properly and the IsMoving property is updating correctly. However, I have noticed that when I am using your driver and software and set a target position the driver also updates the position of the focuser while it is moving. But with my driver (which I have also implemented the Position property) and arduino software, it does not behave this way, only updating the position after the move is complete. Looking at the ascom debug logs, NINA never calls the Position property, which is why the position is not updating. Any help or guidance to help me solve my problem would be very appreciated. Thank you.