Bluetooth Serial Monitor

1.0 3

v6.2.5 by CSA Apps

Bluetooth Serial Monitor APK 下載 Bluetooth Serial Monitor APK 下載

關於 Bluetooth Serial Monitor

Bluetooth Serial Monitor(包名:com.csa.btserialmonitor)開發者是CSA Apps,Bluetooth Serial Monitor的最新版本6.2.5更新時間為2021年10月01日。Bluetooth Serial Monitor的分類是工具。您可以查看Bluetooth Serial Monitor的開發者下的所有應用。目前這個應用免費。該應用可以從APKFab或Google Play下載到Android 4.4+。APKFab.com的所有APK/XAPK文檔都是原始文檔並且100%安全下載的資源。
這是用於Arduino和Bluetooth實驗的藍牙串行監視器接口
可與HC-05,HC-06等藍牙模塊一起使用
特殊功能
★從應用程序打開藍牙
★可以掃描可用設備
★多台設備可用時可以選擇相關設備
★可自定義的界面和功能
★自動連接功能
如果啟用了此功能的應用程序將保存上次連接的藍牙模塊的MAC地址,並在應用程序啟動時嘗試連接該模塊。您可以通過設置切換此功能的啟用或禁用
樣例代碼
#include“ SoftwareSerial.h”
SoftwareSerial bt(2,3); // RX | TX(接線:BT模塊的RX-> TX,BT模塊的TX-> RX,如果BT模塊使用3.3V邏輯電平,請使用電平轉換器或電阻分壓器)
無效setup(){
Serial.begin(9600);
bt.begin(9600);
}
無效循環(){
如果(bt.available())
Serial.write(bt.read());
如果(Serial.available())
bt.write(Serial.read());
}
/ *
這會將您的PC串行監視器輸入發送到應用程序,將應用程序輸入發送到PC
該應用程序將從'\ r'字符中識別消息的結尾。
因此,在PC串行監視器中選擇“回車”或“ NL&CR”。
當使用某些命令編寫自己的代碼時,您還應該使用println()而不是print()。
例如:-
bt.print(“ Hello”);
這不會在應用中顯示味精,因為消息末尾不包含'\ r'int。
所以你必須像下面這樣編碼
例如:-
bt.println(“ H​​ello”);或bt.print(“ Hello \ r”);
兩者都在應用程序中顯示輸出,因為兩者都包含“ \ r”
* /

Bluetooth Serial Monitor 6.2.5 更新

-Library updated
-Performance Improvement
查看更多
Bluetooth Serial Monitor 資訊
歷史版本 更多
Bluetooth Serial Monitor
Bluetooth Serial Monitor 6.2.5 APK
2021年10月10日 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
2021年08月19日 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
2020年10月09日 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
2020年01月26日 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
更多資訊

更新日期:

最新版本:

6.2.5

請求更新:

提交最新版本

Available on:

Google Play

系統要求:

Android 4.4+