Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

Burst reciving mode

Rank

Total Posts: 8

Joined 2012-11-16

PM

Hello ,
I'm receiving some data in burst mode and in the call back I can manage the event:

ANT_ReferenceLibrary.ANTMessageID.BURST_DATA_0x50

for each group of 8 bytes. How I can check when there is the latest packet ?

Kind Regards,
Marco      
Avatar
RankRankRankRank

Total Posts: 745

Joined 2012-09-14

PM

Hi Marco,

You should also be handling the other burst event messages as detailed in the ANT Burst Transfers Application Note, but on the receiving side, you must implement an application specific method for knowing if that was the final packet in the sequence. The ANT-FS specification details a way to do file transfers over ANT for instance.

Cheers