You are here: Forum Home → ANT Developers Forums → ANT General Questions → Thread
Thanks for the response. Does this mean I should wait for the response to closing the channel before unassigning it? (i.e. can't call close and then unassign in a row without waiting for feedback from the device)
By start with a reset do you mean ResetSystem or ResetUSB on ANT_Device? Message protocol docs only mention ResetSystem so not sure how ResetUSB is different as it seems like the configuration is on the chipset in the USB device.
Does this mean that if you don't do a reset two .net apps could potentially run at the same time sharing the same USB stick? If so could a channel be shared between apps too? Say you have app 1 getting heart rate from a strap, then you launch app 2, could app 2 create an ANT_device object and an ANT_channel object based on the channel used in app 1 so both apps will get the same payloads from the ant strap. (I'm assuming no but thought I'd ask)
Thanks