Hi,
I'm new in ANT + developments and i've a issue.
I'm using a usart of pic18f4680 to communicate with ant module in a async way.
I've read the documents that are advised but i still have a question.
I just want to send data to the module connected to pic and see it in antware II.
My question is related with the packet construction and with lsb detail.
For Example, to Assign Channel command should I send:
[A4] [03] [42] [00] [10] [00] [CheckSum]
or
[4A] [30] [24] [00] [01] [00] [CheckSum]
or
change the bits of the byte : A4 -> 10100100 to 25->00100101 and do it for alll bytes.
Thank in advance