Bluetooth Terminal

4.1
860 reviews
100K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image

About this app

The app is terminal application, it can transaction data between Bluetooth device.
it's can save all send and receive data to file.
file save in /sdcard/********.log
******** is yyyyMMdd.

description for setup in menu
Display hexadecimal : show data of hexadecimal format.
Send hexadecimal : sned hexadecimal text. ex, "ABC 39 30", client will receive "ABC90". hex 39 = "9" hex 30 = "0".
Append newline(\r\n) : sent data append newline automatically.
Keep screen on : keep the screen on.

note :
1.Your data must have a newline. the APP is relying newline to display data.
2.This application is reprograming of BluetoothChat. that's sample code of android.com.
Updated on
Nov 3, 2014

Data safety

Developers can show information here about how their app collects and uses your data. Learn more about data safety
No information available

Ratings and reviews

4.1
793 reviews
A Google user
March 20, 2019
This app is exactly what I was after. I'm developing a micromouse. It has a Bluetooth board on it so it can send out data as it solves the maze. This terminal app displays the data and even allows instructions to be sent to the mouse. I would love it if the app could save the communications to a file to be examined later. Although the description says it saves the log, I can't find any. Thanks for a great app.
46 people found this review helpful
Did you find this helpful?
A Google user
February 11, 2019
I'm using this to communicate with a Bluetooth module to an Arduino and this works wonderfully. It has two-way communication. Well done! When you go in the settings to turn on /r/n, you can even connect two phones or tablets to communicate via Bluetooth if you wish. it would be nice to be able to increase the font size. Very good app.
50 people found this review helpful
Did you find this helpful?
רועי אטיאס
June 5, 2023
Great app, works very well and very useful to my case. Yet I noticed a mistake while changing to hex it always prints at the end of the line the char 13, even when I didn't write it.
Did you find this helpful?

What's new

V6.
bug fix.

V5.
add setup to option sent data append newline automatically.
change layout for android 4.0 up.

V4.
add setup to option show and send hexadecimal function.
add keep screen on option.
fix bug.