Concept2 PM5 Indoor Rower Authentication
Posted: June 10th, 2020, 6:22 am
I am trying to make a mobile app for PM5. I couldn't get more docs for development than thishttps://www.concept2.co.uk/files/pdf/us ... nition.pdf and a SDK. While going through the development, I happened to come across these wrapper CSAFE commands:
```
CSAFE_SETPMCFG_CMD 0x76
CSAFE_SETPMDATA_CMD 0x77
CSAFE_GETPMCFG_CMD 0x7E
CSAFE_GETPMDATA_CMD 0x7F
```
According to the docs These commands are not accessible via the “public” interface and require special “authentication” with the PM to function .
I am kind of stuck with these commands and wanted to know how the whole authentication process works.
```
CSAFE_SETPMCFG_CMD 0x76
CSAFE_SETPMDATA_CMD 0x77
CSAFE_GETPMCFG_CMD 0x7E
CSAFE_GETPMDATA_CMD 0x7F
```
According to the docs These commands are not accessible via the “public” interface and require special “authentication” with the PM to function .
I am kind of stuck with these commands and wanted to know how the whole authentication process works.