You are here: Forum Home → ANT Developers Forums → ANT General Questions → Thread
self.channel = self.node.new_channel(Channel.Type.BIDIRECTIONAL_RECEIVE, 0x00, 0x00)
self.channel.on_broadcast_data = self.on_data
self.channel.on_burst_data = self.on_data
self.channel.on_acknowledge = self.on_data
self.channel.on_acknowledge_data = self.on_data_ack
self.channel.set_id(0, 0, 0)
self.channel.set_period(0)
self.channel.set_rf_freq(57)
self.channel.enable_extended_messages(1)
DEBUG:ant.base.ant:Got broadcast data, examine queue to see if we should send anything back
DEBUG:ant.base.ant: - no messages in queue
DEBUG:ant.base.ant:Got broadcast data, examine queue to see if we should send anything back
DEBUG:ant.base.ant: - no messages in queue
DEBUG:ant.base.ant:Got broadcast data, examine queue to see if we should send anything back
DEBUG:ant.base.ant: - no messages in queue
DEBUG:ant.base.ant:Got broadcast data, examine queue to see if we should send anything back
DEBUG:ant.base.ant: - no messages in queue
DEBUG:ant.base.ant:Read data: [] (now have [] in buffer)
DEBUG:ant.base.ant:Read data: [] (now have [] in buffer)
DEBUG:ant.base.ant:Read data: [] (now have [] in buffer)
DEBUG:ant.base.ant:Read data: [] (now have [] in buffer)
DEBUG:ant.base.ant:Read data: [] (now have [] in buffer)
DEBUG:ant.base.ant:Read data: [] (now have [] in buffer)
DEBUG:ant.base.ant:Read data: [] (now have [] in buffer)
DEBUG:ant.base.ant:Read data: [] (now have [] in buffer)
DEBUG:ant.base.ant:Got broadcast data, examine queue to see if we should send anything back
DEBUG:ant.base.ant: - no messages in queue
DEBUG:ant.base.ant:Read data: [a4 03 40 00 01 34 0e 4e 00 00 ff ff ff 93 55 6c 01 80 47 fe 7a c5 36 a4 0e 4e 00 85 00 ff ff 46 f8 4c 00 80 c4 23 7b 75 fa] (now have [a4 03 40 00 01 34 0e 4e 00 00 ff ff ff 93 55 6c 01 80 47 fe 7a c5 36 a4 0e 4e 00 85 00 ff ff 46 f8 4c 00 80 c4 23 7b 75 fa] in buffer)
DEBUG:ant.base.ant:Ant runner stopped