Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

You are here: Forum Home → ANT+ Forums → Miscellaneous → Thread

   

C# how to open two channels?

Rank

Total Posts: 4

Joined 2017-07-16

PM

Hello!
Recently I was using a demo of the ANT_SDK(C# demo.cs). Based on your data, the protocol can open multiple channels。
static ANT_Channel channel0;
static ANT_Channel channel1;
Does this represent two channels?How can I receive two channels' data at the same time? I can only accept one.Please help me, thank you very much!