Thanks for any help in advance. Not sure if this is the right location foir this posting. Anyone have any idea on how to get BlueTerm or any other Android bluetooth terminal to do a screen clear via a code sent from the Arduino. I have my UNO sending a update of data to my phone via bluetooth about every 10 seconds but it prints like this.
Feet 1
Feet 2
Feet 3
Feet 4
I want it to print on the top left line so all you will ever see is the word Feet x not 60 rows of it down the screen.
I wrote the makers of blueterm and they never reply been a few weeks and multi letters. I know how to write the code on the UNO just not sure what I need to send to the bluetooth terinal. Tried blueToothSerial.clear no luck. Even if there was a way to do it like on the LCD lcd.begin(16, 1)
Thanks