Skip to content

CommandReplyLength fix and ASCOM homing - #104

Closed
MasterPIC wants to merge 2 commits into
charleslemaire0:Release_1.6from
MasterPIC:Release_1.6
Closed

MasterPIC wants to merge 2 commits into
charleslemaire0:Release_1.6from
MasterPIC:Release_1.6

Conversation

@MasterPIC

Copy link
Copy Markdown
Contributor

:GXT3# may return negative hour angles (e.g. -00:05:49), which are 9 characters long. The current fixed expected length of 8 causes sendReceive() to reject valid replies. Either set the expected length to 9 or mark this command as variable-length.

:GXT3# may return negative hour angles (e.g. -00:05:49), which are 9 characters long. The current fixed expected length of 8 causes sendReceive() to reject valid replies. Either set the expected length to 9 or mark this command as variable-length.
@MasterPIC MasterPIC changed the title CommandReplyLength fix CommandReplyLength fix and ASCOM homing Jun 14, 2026
@charleslemaire0

Copy link
Copy Markdown
Owner

Integrated into Release_1.6:

  • Cherry-picked ASCOM FindHome / CanFindHome (:hC#)
  • Instead of raising :GXT3# expected length to 9, firmware now wraps HA into [0, 24) so the reply stays fixed 8-char HH:MM:SS (no leading minus)

Commits: 66537e53, c0488c09, 7d4b53ba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants