I need to convert .BIN logs to .LOG format on multiple files of a field day.
Is there a way to call missionplanner.exe from the windows command line to convert a file or list of files?
Or is there a detailed manual for mission planner command line options?
Did it work?
I have the same problem and i want to convert .bin to .log without opening Mission planner.
I checked the mavlogdump.py -Skript but i dont know how to use it…
Can you give an example?
In the parsers i found the -format option, but no option to specify the input and output pathes.
I think there must be the possibility for a command like: python mavlogdump.py -format csv -input pathToBin -output pathToLog