Bluetooth Serial Monitor

Bluetooth Serial Monitor

CSA Apps
2021年10月10日
  • 2.8 MB

    文件大小

  • Everyone

  • Android 4.4+

    Android OS

關於Bluetooth Serial Monitor

用戶友好的藍牙串行監視器,可用於Arduino和BT模塊的實驗

這是用於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”

* /

更多

最新版本6.2.5的更新日誌

Last updated on 2021年10月10日
-Library updated

-Performance Improvement
更多

視頻和屏幕截圖

  • Bluetooth Serial Monitor 海報
  • Bluetooth Serial Monitor 截圖 1
  • Bluetooth Serial Monitor 截圖 2
  • Bluetooth Serial Monitor 截圖 3
  • Bluetooth Serial Monitor 截圖 4
  • Bluetooth Serial Monitor 截圖 5
  • Bluetooth Serial Monitor 截圖 6
  • Bluetooth Serial Monitor 截圖 7

Bluetooth Serial Monitor APK信息

最新版本
6.2.5
類別
工具
Android OS
Android 4.4+
文件大小
2.8 MB
開發者
CSA Apps
內容分級
Everyone
在APKPure安全快速地下載APK
APKPure 使用簽章驗證功能,確保為您提供無病毒的 Bluetooth Serial Monitor APK 下載。

Bluetooth Serial Monitor歷史版本

APKPure 圖標

在APKPure極速安全下載應用程式

一鍵安裝安卓XAPK/APK文件!

下載 APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies