Skip to content

Read *.txt configuration files from https://www.ardusimple.com/configuration-files/ #66

Closed Answered by semuadmin
wdwalker asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @wdwalker ,

So, as you can probably see, each line of the *.txt configuration file provided by ArduSimple contains the UBX message class/id as a string, followed by the payload as space-delimited hexadecimals, e.g.

CFG-VALGET - 06 8B 44 01 01 00 etc.

You can convert this format into a binary *.ubx file fairly easily using helper functions provided by the pyubx2 library.

Unfortunately, there is an added complication. The *.txt file contains MON-VER and CFG-VALGET messages. These are GET messages i.e. they are sent from the receiver in response to configuration polls. In order to actually configure a receiver, you'd need to discard the MON-VER messages (these are for information only) an…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@wdwalker
Comment options

@semuadmin
Comment options

Answer selected by wdwalker
Comment options

You must be logged in to vote
2 replies
@wdwalker
Comment options

@semuadmin
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
feature request Feature Request
2 participants