Hi I am a Newbie here, i have to change a running B4A pgm from working with Bluetooth to Bluetooth Low Energie.
After Writing a keywort to a characteristic the device sends me some data.
So in the BLE2.Write_Complete i call the READDATA2 command.
That works an in DATA_AVAILABLE it sends me 20 bytes ... so i have to call READDATA2 again and again until i get all my data...
Is that correct, is there any chance to get the whole data with one command ?
Thanks a lot
Marion
After Writing a keywort to a characteristic the device sends me some data.
So in the BLE2.Write_Complete i call the READDATA2 command.
That works an in DATA_AVAILABLE it sends me 20 bytes ... so i have to call READDATA2 again and again until i get all my data...
Is that correct, is there any chance to get the whole data with one command ?
Thanks a lot
Marion