semuconsulting / pyubx2

Python library for parsing and generating UBX GPS/GNSS protocol messages.
BSD 3-Clause "New" or "Revised" License
165 stars 65 forks source link

Trying to set configuration from configuration file #144

Closed MelvinWarnet closed 4 months ago

MelvinWarnet commented 4 months ago

Hi,

I use many Ublox GPS ZED-F9P and I want to configure them automatically. For instance, I use U-Center to 1-"Update the firmware" from a file on my computer, 2-"Load configuration" from a configuration file on my computer generated by U-Center in a .txt format.

I use an Ubuntu 18.04.5 version with python 3.6.9 so I use an old version of pyubx2 (1.2.14). I have already check examples "ubxconfigdb.py" and "ubxfile.py" but I don't really understand how they work and how I can use them to achieve my goal. It's important to precise that I just discover the UBX protocol so I don't really understand all its specifications.

I think there is already someone who make something similar, but I can't find him.

Thanks by advanced !

semuadmin commented 4 months ago

Hi @MelvinWarnet I'm converting this issue to a Discussion as it's not a code issue in pyubx2 as such.