Hi,
Using a nano and a HC-05 module, when in B4A sending a text with :
In arduino Serial Monitor, when receiving data (readstring), I can see some control characters.
I don't know how to remove them.
In the same time, if I try to use
, return is -1. Like if "Hello" is not reachable.
My final goal is to catch the message and plug different functions according to the value.
Any idea ?
Using a nano and a HC-05 module, when in B4A sending a text with :
B4X:
Starter.Manager.SendMessage("Hello") 'BluetoothManager
I don't know how to remove them.
In the same time, if I try to use
B4X:
Serial.println(Data.indexOf("Hello"))
My final goal is to catch the message and plug different functions according to the value.
Any idea ?