-
-
Notifications
You must be signed in to change notification settings - Fork 842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong character in Meade LX200 comand #3451
Comments
Thanks for adding your first issue to Stellarium. If you have questions, please do not hesitate to contact us. |
Please attach your LX200 protocol documentation |
Here is the source of this character in Stellarium's output: p[-6] = '\xDF'; // = 223, degree symbol. This is always printed as asterisk in the specs, very confusing. |
TelescopeProtocol_2010-10.pdf command-protocol-v2.13.2.pdf |
Here we can also find the discussion of
|
Finally, your second document discusses the meaning of the asterisk in Commands section on page 2. |
So, this mean the older versions of Stellarium had wrong implementation. Thanks for quick response. |
Groundhog day? Years ago I found a mismatch between code and specs, tried to repair according to the specs. Users complained this broke the program. We reverted, and all users were happy again. Now a problem appears in some Arduino implementation. Is the program currently working with genuine LX200 systems? |
Exactly, I can adapt my Arduino project to current Stellarium implementation, but owners of Meade Telescopes not so much. |
Can we close this? |
We can presumably close this as resolved. The "unexpected" character 223 is actually required. |
I checked serial port communication in telescope control plugin. Since I made and build own GOTO implementation (on Arduino) it worked flawlessly in Stellarium with Meade LX200 protocol. Until problems with Qt6 versions. Now it mainly fixed, congratulations. But now I noticed Arduino does not react properly on sent by Stellarium target coordinates. I sniffed USB communication with program Device Monitoring Studio. Now Stellarium uses weird character instead
[*]
in this command::SdsDD*MM:SS#
. (Look into attachments)Expected Behaviour
This is implementation according to known to me MEADE LX200 protocol documentation. ( I older versions like: 0.20.2)
Actual Behaviour
This is implementation with not expected sign (in Stellarium 23.3)
System
Stellarium version: stellarium-23.3-qt6-win64
Operating system: Windows 10
The text was updated successfully, but these errors were encountered: