-
I have two satellite cards. How can I use PyGPSClient to read satellite data from both simultaneously?" |
Beta Was this translation helpful? Give feedback.
Answered by
semuadmin
Aug 13, 2024
Replies: 1 comment
-
Hi @ricshsu, I'm sorry - you can't read from two GNSS receivers simultaneously using a single instance of PyGPSClient, but you can run more than one instance of PyGPSClient at a time using different inputs. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
semuadmin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ricshsu,
I'm sorry - you can't read from two GNSS receivers simultaneously using a single instance of PyGPSClient, but you can run more than one instance of PyGPSClient at a time using different inputs.