-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Additionally, I noticed that the module version and such things are not displayed in the UI for some reason, but when directly connecting and opening serial, this is shown. |
Beta Was this translation helpful? Give feedback.
-
Hi @harshil21 This, for the moment, is expected behaviour. PyGPSClient currently only sends UBX commands/polls via a TCP socket in support of UBX devices which can be configured this way. It was primarily intended to work with directly-connected serial devices. Bear in mind most serial GNSS devices don’t support TCP input natively - there would need to be some kind of custom TCP client/parser at the receiving end. I’ll look into the implications of supporting such functionality but it won’t be a quick fix. |
Beta Was this translation helpful? Give feedback.
https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.5.15