Go to file
gutmet 4019f24ff4 delete note 2023-05-11 07:54:51 +02:00
cmd purge history since March 4th 2018 2019-01-01 19:05:48 +01:00
.gitignore purge history since March 4th 2018 2019-01-01 19:05:48 +01:00
License purge history since March 4th 2018 2019-01-01 19:05:48 +01:00
Readme.md delete note 2023-05-11 07:54:51 +02:00
dataformat comment about durations 2020-05-19 17:17:42 +02:00
go.mod purge history since March 4th 2018 2019-01-01 19:05:48 +01:00
pm5conv.go purge history since March 4th 2018 2019-01-01 19:05:48 +01:00

Readme.md

pm5conv

pm5conv converts binary data from Concept2 rowers with PM5 monitor to human readable text.

You can find releases on releases.gutmet.org or build it yourself.

build

You need to have Go installed. You can then build the executable with 'go build cmd/pm5conv.go'.

usage

Call pm5conv from the command line, with the path to your logbook directory as parameter. Example:

./pm5conv /media/alexander/myusbstick/Concept2/Logbook

or as Windows user with your USB stick as device 'F:', execute 'cmd' from the start menu, then:

cd C:\PATH\TO\PM5CONV
pm5conv F:\Concept2\Logbook

You will get JSON output to the command line. To save it to a file, redirect the output with '>', e.g.:

pm5conv F:\Concept2\Logbook > output.txt