Android Question Clearing serial cache..

Beja

Expert
Licensed User
Longtime User
Hi all..

After sending some data using serial1, I have to clear the app manually by using the long-click in the device menu then swipe it away.
Only after doing this that I can run the app and send again.
Any hint?
 

Beja

Expert
Licensed User
Longtime User
Hi Erel,
The app sends a line of text through bluetooth.

B4X:
		TextWriter1.WriteLine(DataString.ToString)
		TextWriter1.Flush
 
Upvote 0
Top