Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

Delay during BURST transfer

RankRankRankRank

Total Posts: 523

Joined 2012-11-15

PM

Hi,

Now, I'm tring to BURST transfer(UART Serial 57600bps,AP2 module).I have the following problem.

Normaly,I send BURST continuously as soon as RTS goes low.
But,sometimes I need delay time ( about 20ms, for next data setting up) durring BURST.
If delay time exists, ANT module reports EVENT_TRANSFER_TX_FAILED.

Is it impossible delay during BURST ?
How should I do?



Best Regards      
Rank

Total Posts: 9

Joined 2008-10-25

PM

Burst requires continuous stream of data supplied to the device or you will get transfer failure.

Depending on your data, you might consider sending dummy data while retrieving the next valid data.

Or you may need to send the data in separate bursts.      
Rank

Total Posts: 4

Joined 2009-11-04

PM

Hi, thank you for your reply.
I see, I will try separate bursts and so on.