Hello,
I have made an arduino device and have wrote a software in native arduino before I have found B4X community. Recently I am trying to create android app using Bluetooth data from arduino
unit and also sending some commands.
Data from Arduino unit are coming in text format. I just send strings by Serial.println(string). On the other site I use AsyncStreamText Class to read it but unfortunatelly sometimes some data are missing.
I am thinking about AsyncStreams in Prefix mode. Maybe it should be more accurate ?
If sa I have to send data from arduino unit in this format .
Is it possible to 'simulate' asyncstreams in prefix mode format using nativ arduino ?
Kind regards
TomKluz
I have made an arduino device and have wrote a software in native arduino before I have found B4X community. Recently I am trying to create android app using Bluetooth data from arduino
unit and also sending some commands.
Data from Arduino unit are coming in text format. I just send strings by Serial.println(string). On the other site I use AsyncStreamText Class to read it but unfortunatelly sometimes some data are missing.
I am thinking about AsyncStreams in Prefix mode. Maybe it should be more accurate ?
If sa I have to send data from arduino unit in this format .
Is it possible to 'simulate' asyncstreams in prefix mode format using nativ arduino ?
Kind regards
TomKluz