Thanks guys
I am on now transport state, and becon(BPM) transmit 1 transport beacon message and then sending infinite busy state messgae, should i need to reply download request to BPM,
I have made the download request format can anyone let me know i am going in right way or not.
becon data format
byte[] datapacket1 = {(byte)0x44, (byte)0x09, (byte)0x00, (byte)0x00,
(byte)0x00, (byte)0x00, (byte)0x00, (byte)0x00}; //Download request packet 1
byte[] datapacket2 = {(byte)0x00, (byte)0x01, (byte)0x00, (byte)0x00,
(byte)0x00, (byte)0x00, (byte)0x00, (byte)0x00}; //Download request packet 1
mAntReceiver.ANTSendBurstTransfer((byte)0x00, datapacket1);
mAntReceiver.ANTSendBurstTransferPacket((byte)0x00, datapacket2);
Thanks in advance