Hi,
I'm using burst messages to send data to the Wahoo Kickr. I get a DSI EWRITE error every once in a while. After I get one it usually gets worse until all messages start to fail. I'm using an ANT USB stick. The behavior seems pretty consistent on both Mac and PC.
Is this a known issue with the ANT USB sticks? Is there something I can do to prevent it.
Here's the error: DSI ERROR code: DSI_SERIAL_EWRITE
Right now, the way I sent the message is with
retVal = ANT_SendBurstTransfer_RTO(ucChannelNum, aucCommand, ucPacketCount, 1000 );
If the retVal is not success, I continue to retry every 1500ms.