Apostolos Mavroukakis
Apostolos Mavroukakis
> yes and yes, it was indeed the device that capped at 64. I dont understand the delay though. Its been tested with native code with passable results as well.
I'm using write ` const writeData = (stringToWrite) => { if (stringToWrite) { console.log("writeData function", stringToWrite) const data = stringToBytes(stringToWrite); BleManager.write( peripheralId, service, characteristicRX, data, 247 ) .then(() => {...
Will try and come back to you, thanks a ton