Hi, i'm trying to send a string which has more then 20 chars.
For this i use RequestMtu
Sub Manager_Connected (services As List)
manager.RequestMtu(80)
End Sub
But nothing happens.
This event doesn't output anything either:
Sub Manager_MtuChanged (Success As Boolean)
Log("MTU: " &...
Hi All,
I'm writing an application for Android and all goes fine with the communication in both directions. Now I need to "enlarge" the size of packets. I want to send to the device the indication to use MTU = 247 (244 bytes of data). Is there any example on how to do it ? Any help will be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.