libant icon indicating copy to clipboard operation
libant copied to clipboard

Sending Message to Ant+ device

Open tauzm opened this issue 7 years ago • 2 comments

Hello, i managed to get data from my device but i activate it from my phone first in order to activate it from my pc i have to send a message to the device(BSXinsight) as shown in the table below. Which function/method do i gotta use to do it. I could not figure it out, tablo Thanks for the help.

tauzm avatar Dec 15 '18 20:12 tauzm

Hi @kinkintama, when I made this project I used it only for reading ANT+ data, and never tried writing. The ANT+ driver interface provides a read and write method, so you should be able to send messages by directly using the write function, or you can expand node.py to include a method for sending data.

half2me avatar Dec 16 '18 09:12 half2me

Hi again @half2me , i have to work with multiple ant+ devices simultaneously. How do i seperate the data i receive? I learned that every master device sets a Channel ID i just don't know how i can use it with your library or if it is possible ?

tauzm avatar Dec 22 '18 19:12 tauzm