Hi,
I am using a Monark Bike (bike setting on Power Only). With SimulAnt+ I am able to receive the data and with Antware II also, so using my pc as a slave to receive the data is working correctly. Now I would like to send a command to the bike to change the power.
I refered to the doc to see the Message Format, so for the Power-only message byte 0 should be 0x10. So I send a broadcast like that :
10 : Power only
01 : first event
FF : pedal power not use
FF : instantanous cadence no available
4B : for 75 Watts for accumulated power LSB
4B : for 75 Watts for accumulated power MSB
4B : for 75 Watts for Instantaneous power LSB
4B : for 75 Watts for Instantaneous power MSB
It does not work and I also set the when I send the brodcast, my last byte increment at each time... What does it mean, in the doc the 8 bytes is for instantaneous power....
Thank you for you help.