So I have got a pretty good working project that translates the old wired USB Tacx Fortius to ANT+ for use on Zwift, and other newer platforms that support only ANT+ FE-C.
I need to calibrate the Fortius. I have a power meter and could work on this code for Golden Cheetah (and borrow the results for my AntBridge).
But at this point I can't get the Fortius started in calibration mode.
I tried sending:
0x01, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x10, 0x04
and
0x01, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x53, 0x10, 0x04
Neither started the calibration sequence.
The comments seem to indicate that it would be easy.
// Not yet implemented, easy enough to start calibration but appears that the calibration factor needs
// to be calculated by observing the brake power and speed after calibration starts (i.e. it's not returned
// by the brake).
Now I could get my old Fortius code out, make a XP VM and install it. Then Wireshark the USB, but really I don't want to do all that if someone has the answer.
Thanks,
-Douglas Pepelko