Hi everyone,
I want to send a String to my Android Device using a bluetooth module.
The String will look similar to this: "#123:456:789\n"
Where # is where App Inventor should start to read
123:456:789 is the actual data which should be saved
and \n is the delimiter where App Inventor should stop to read.
How can I achieve this?
Thanks!