I’m sad to ask you that, but I don’t know how to do that.
I got a TextEditor I wanna send the Char of the string one by one String str = editText.getText(); //return the string it's OK
I wanna use something like sysexdata[8] = myChar[i];
How can I have the Char of my string one by one ?
I guess I need to use this, but how ?
String::toRawUTF8 ( )