Bluetooth Serial Monitor

1.0 3

v6.2.5 by CSA Apps

Bluetooth Serial Monitor APK download Bluetooth Serial Monitor APK download

About Bluetooth Serial Monitor

Bluetooth Serial Monitor (Package Name: com.csa.btserialmonitor) is developed by CSA Apps and the latest version of Bluetooth Serial Monitor 6.2.5 was updated on October 1, 2021. Bluetooth Serial Monitor is in the category of Tools. You can check all apps from the developer of Bluetooth Serial Monitor. Currently this app is for free. This app can be downloaded on Android 4.4+ on APKFab or Google Play. All APK/XAPK files on APKFab.com are original and 100% safe with fast download.
This is a Bluetooth serial monitor interface for experiments with Arduino & Bluetooth
Can use with Bluetooth modules like HC-05, HC-06
Special Features
★It turns on Bluetooth from app
★It can scan for available devices
★Can select relevant device when more than one device available
★Customizable interface & features
★Auto Connect feature
If this feature enabled app will save the last connected Bluetooth module mac-address and try to connect that module when app starting. You can toggle this feature enable or disable from settings
Sample Code
#include "SoftwareSerial.h"
SoftwareSerial bt(2, 3); // RX | TX (Wiring: RX->TX of BT Module, TX->RX of BT Module, Use level shifter or resistor voltage divider if your BT module use 3.3V Logic level)
void setup(){
Serial.begin(9600);
bt.begin(9600);
}
void loop(){
if (bt.available())
Serial.write(bt.read());
if (Serial.available())
bt.write(Serial.read());
}
/*
This will send your PC serial monitor Input to app and app input to PC
The app will recognize the end of the message from '\r' character.
So select "Carriage return" or "Both NL & CR" in the PC serial monitor.
And also u should use println() instead of print() when make your own code with some commands.
Ex:-
bt.print("Hello");
This doesn't show the msg in the app because doesn't contains '\r' int the end of message.
so u have to code like below
Ex:-
bt.println("Hello"); or bt.print("Hello\r");
Both show the output in the app because both containing '\r'
*/

Bluetooth Serial Monitor 6.2.5 Update

-Library updated
-Performance Improvement
Read More
Bluetooth Serial Monitor Features
Previous Versions More
Bluetooth Serial Monitor
Bluetooth Serial Monitor 6.2.5 APK
October 10, 2021 2.8 MB

Requires Android: Android 4.4+

Screen DPI: 160-640dpi

SHA1: 15e1bd140ccb8d442ed325377ca3fbc42775f92a

Size: 2.8 MB

What's New:

-Library updated
-Performance Improvement
Bluetooth Serial Monitor
Bluetooth Serial Monitor 6.1.4 XAPK APKs
August 19, 2021 3.98 MB

Requires Android: Android 4.4+

Screen DPI: 160-640dpi

SHA1: 00079af03de4a26e21ab18bc1bffacdcd0abdff9

Size: 3.98 MB

What's New:

-UI Library updated & bugs fixed
-Added Auto Connect feature
If this feature enabled app will save the last connected Bluetooth module mac-address and try to connect that module when app starting. You can toggle this feature enable or disable from settings
-Performance Improvement
Bluetooth Serial Monitor
Bluetooth Serial Monitor 6.0 XAPK APKs
October 9, 2020 2.68 MB
Variant
Arch
Version
DPI
Android 4.1+
160-640dpi
Android 4.1+
160-640dpi
Bluetooth Serial Monitor
Bluetooth Serial Monitor 5.0 APK
January 26, 2020 2.54 MB

Requires Android: Android 4.1+

Screen DPI: 160-640dpi

SHA1: a11f703b09857787d2c787e7954fcadc16937d78

Size: 2.54 MB

What's New:

-Added Auto Connect feature
If this feature enabled app will save the last connected Bluetooth module mac-address and try to connect that module when app starting. You can toggle this feature enable or disable from settings
-Performance Improvement
More Information

Package Name:

com.csa.btserialmonitor

Category:

Tools Apps

Update Date:

Latest Version:

6.2.5

Need Update:

Submit latest version

Available on:

Google Play

Requirements:

Android 4.4+