A Atomiques New Member Licensed User Mar 25, 2016 #1 Hello Erel is it possible for you to add a write2 in ble2 Library, able to send in string format or give me a solution because my application need to send a string format to EH-MC10 Ble. then the data is transfert to MDB protocole system. Thank you !
Hello Erel is it possible for you to add a write2 in ble2 Library, able to send in string format or give me a solution because my application need to send a string format to EH-MC10 Ble. then the data is transfert to MDB protocole system. Thank you !
Erel B4X founder Staff member Licensed User Longtime User Mar 27, 2016 #2 B4X: Sub WriteString(ServiceId As String, CharId As String, s As String) Manager.WriteData(ServiceId, CharId, s.GetBytes("UTF8")) End Sub Upvote 0
B4X: Sub WriteString(ServiceId As String, CharId As String, s As String) Manager.WriteData(ServiceId, CharId, s.GetBytes("UTF8")) End Sub
A Atomiques New Member Licensed User Mar 28, 2016 #3 Great good solution ! working well now. Thank you ! Upvote 0
S Sorin Pohontu Member Licensed User Longtime User Dec 23, 2016 #4 Hello. @Erel: Do you know what's the max length of the string that can be written ? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 25, 2016 #5 1. Please start a new thread for your question. 2. Make sure not to limit it to a single member. Upvote 0