scsjc Well-Known Member Licensed User Longtime User Aug 12, 2023 #1 I have the arduino connected, through BleManager2 When I work with manager.ReadData I receive the complete string. But when I do with manager.SetNotify, I only get 20 bytes. does anyone know the reason? solution? thank you so much
I have the arduino connected, through BleManager2 When I work with manager.ReadData I receive the complete string. But when I do with manager.SetNotify, I only get 20 bytes. does anyone know the reason? solution? thank you so much
Erel B4X founder Staff member Licensed User Longtime User Aug 13, 2023 #2 Not sure whether it will help but try to increase the MTU: https://www.b4x.com/android/forum/t...mtu-in-ble-application-solved.101722/#content Last edited: Aug 13, 2023 Upvote 0
Not sure whether it will help but try to increase the MTU: https://www.b4x.com/android/forum/t...mtu-in-ble-application-solved.101722/#content
scsjc Well-Known Member Licensed User Longtime User Aug 13, 2023 #3 Erel said: Not sure whether it will help but try to increate the MTU: https://www.b4x.com/android/forum/t...mtu-in-ble-application-solved.101722/#content Click to expand... Yes work thanks Last edited: Aug 13, 2023 Upvote 0
Erel said: Not sure whether it will help but try to increate the MTU: https://www.b4x.com/android/forum/t...mtu-in-ble-application-solved.101722/#content Click to expand... Yes work thanks