The summary file wouldn't be needed anyhow.
Do you think a connection would be possible to collect live data ?
The heartrate could be taken from a GC compatible ANT device I guess.
Cheers
Adam
9600 baud and standard settings as Stefan said.
Standard FTDI usb comport
Send Char: / Return String:
C .FDF IPM... Connect (this is replied if the IPM was off) - First Degree Fitness Interacvtive Performance Monitoring
C C2135 Connect (this is replied if the IPM was already awake) - firmware version.
T T5 I think this is the Rower display type ?
V V2135014 Another firmware version no.
O O871 72 Odometer reading, km / hrs, that seems right for my rower but the ipm software shows 0.871 km 72 mins !
L L7 Manual resistance level you have the rower set at (1-16), used in the power / calories calculation
H H000 Heart rate would read H076 for instance if 76bpm
R R Resets (zeroes) the IPM display and therefore the data sent, distance, time, calories etc
D D Disconnect - end the row session and disconnect
C Has to be sent to waken the IPM, then again to start continuous output of the row performance data / heart rate
The rowing software sends out:
C T V O L H R R R
C is continuously sent until the IPM is awake and a firmware version is replied, so it could be:
C C C T V O L H R R R
Wht 3 resets I don't know ?
So if the first C replies .FDF IPM... then another C needs sending until the C replies C2135 or anything other than .FDF IPM... or C blank
Here is some data that is sent (Heart belt was on):
.FDF IPM...
C2135
H065
H066
H068
H069
H071
H074
H079
H084
H085
H081
H079
A5000000000000415000021037207
H080
H081
H080
A5000040000900408014023037907
H106
A5000060001500358019026038907
H110
A5000100001500528000000000007
H087
I'll work out exactly what number corresponds to what value tomoz.
If the heart belt reading is 000 (H000) then it is not sent, only the rowing data is sent.
Sometimes it takes a few secs for the heart belt to work so it would need to have a check box 'yes I have an FDF belt' or 'no I use standard Ant+ belt'
This is from a different FDF rowing session log to the above:
#FDF Rower Session Data File v1.0
0,2,229,54,29,400
2,9,184,26,56,493
4,15,180,26,60,506
6,21,186,30,54,486
8,26,185,28,55,489
10,31,194,33,48,465
12,37,188,28,53,482
14,42,194,33,48,465
16,47,188,28,53,482
18,52,191,33,50,472
20,57,190,31,51,476
22,63,186,29,54,486
24,67,191,34,50,472
26,73,189,30,52,479
And the summary file:
#FDF Rower Session Summary File v1.0
#11/15/2016 20:36:42# ' Session Date & Time
26,73,3,14,7,5 ' Session Duration (s), Distance (m), Totals Cals, #Strokes, Level, Type
180,229,178.08 ' Speed : Min, Max, Avg
26,54,32.31 ' SPM : Min, Max, Avg
29,60,54.66,1.42 ' Power : Min, Max, Avg, Total Energy (kJ)
400,506,415.38,3 ' Cals/hr : Min, Max, Avg, Total
0,104,93 ' Heart Rate : Min, Max, Avg
Cheers
Adam