Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

Message Structure

Rank

Total Posts: 5

Joined 2014-06-25

PM

Hi,

I am trying to configure an ANTUSB-m device using the message structure explained on page 34 of the Message Protocol and Usage manual. I have created my message and calculated the checksum (verified by using the example in the chipset manual), however when i sent this message to the USB device I receive an "AE" error in reply.

The main issue I am having is that although the manual explains the message structure, there is no information as to how it is transmitted. Do I use binary, HEX, leave a space between each byte, transmit the whole message LSB first, etc...?

If I wish to send the 'Unassign Channel" command I have created the message:

0xA4 0x01 0x41 0x00 0xE4

How would this actually be transmitted?

This information could be the final piece of the puzzle for me.

Cheers,

Darren.      
Rank

Total Posts: 5

Joined 2014-06-25

PM

Never mind, I have solved the problem.