-
Notifications
You must be signed in to change notification settings - Fork 30
getModuleInfo() fails for UBX-M10050-KB #55
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
Comments
Hi @amnn314 , Thank you for reporting this. I was worried initially that you might have a cloned part. But, looking at the M10 SPG 5.10 Interface Description, it says that the MOD is only reported if available. I guess the UBX-M10050-KB chip does not report MOD. I will correct this in the next few minutes. Best wishes, |
Hi @amnn314 , Please try v3.1.5. Let me know if it resolves your issue. Best wishes, |
Subject of the issue
I found that getModuleInfo() returns false for my UBX-M10050-KB device. I have also found out that it happened because the payload did't contain 'MOD=' substring.
Here's the debug output I get, showing that there's no such substring, while FWVER and PROTVER are present:
I decoded it using the following Python one-liner:
Expected result
Probably, DevUBLOXGNSS::getModuleInfo() could be fixed by not expecting all three items to be present.
The text was updated successfully, but these errors were encountered: