I am currently using the ant desktop dlls for a custom application. I have a custom chipset that i am sending broadcast messages from and the Antware application receives the messages fine but my desktop application doesn't. This is the ant message that is being sent out over the channel, which is created with pretty much the default settings per the Antware application except the device num is 79.
[A4][09][4E][00][00][00][72][01][9F][6C][EF][FF][73]
My application receives an unknown message with a message code of 9. It seems like the dlls are saying that the message code is the length. Could i be doing something wrong? Has this happend before?