Hi
I need to send a download data request to a BP Monitor from my Android Phone APP
These are the data packets that I need to send in sequence.
[44][09][00][00][00][00][00][00] - buffer1
[00][01][00][00][00][00][00][00] - buffer2
Should I user the ANTSendBurstTransfer two times or should I use the ANTSendPartialBurst API.
I am having touble understanding the initialPacket argument to the ANTSendPartialBurst.
Will This work.
ANTSendPartialBurst( chanNo, buffer1, 1, false );
ANTSendPartialBurst( chanNo, buffer2, 2, true );
Thanks for the help in advance
- albert