I am porting a B4A APP from AP WIFI to Bluetooth on an ESP32, using the same configuration of astream and B4RSerialization used in the WIFI app
I am sending a 70 x 5 integer array by sending individual astream.writes of 5 converted integers.
This works flawlessly in WIFI but in Bluetooth I only ever receive 18 to 20 transmissions
Sub BT_astream_NewData (Buffer() As Byte)
Log(Count)
Count=Count+1
end sub
No alarms or unusual messages received. I can resent immediately, but again only 18 to 20 transmissions seen
Would anyone have any idea why this limitation is showing up?
I am sending a 70 x 5 integer array by sending individual astream.writes of 5 converted integers.
This works flawlessly in WIFI but in Bluetooth I only ever receive 18 to 20 transmissions
Sub BT_astream_NewData (Buffer() As Byte)
Log(Count)
Count=Count+1
end sub
No alarms or unusual messages received. I can resent immediately, but again only 18 to 20 transmissions seen
Would anyone have any idea why this limitation is showing up?