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.