Simon

About

Username
Simon
Joined
Visits
19
Last Active
Roles
Member

Comments

  • I 'fixed' the problem. I changed which DownloadAsync method I used and I'm getting all the data: I was used this: await metawear.GetModule().DownloadAsync(100, async (nEntries, totalEntries) => await Dispatcher.RunAsync(Windows.UI.Core.CoreDis…
  • The streaming works no problem. I will run through my code again. Any ideas? 
  • Eric, thanks for the quick response. If my understanding is correct then, I should use the time stamps (and not assume a perfect 1/800 timing) in order to avoid a time drift associated with the 1% odr error?