中國台灣
  • Global
  • México
  • 中國台灣
  • India
  • Indonesia
  • Türkiye
  • Việt Nam
  • ประเทศไทย
  • Brasil
  • Perú
  • Colombia
  • Argentina
  • Россия
  • السعودية
  • مصر
  • پاکستان
  • Malaysia
  • 日本
  • 中国香港
  • Philippines
下載
Bluetooth Serial Monitor

Bluetooth Serial Monitor 電腦版

4.2Version: 6.2.5

CSA Apps

下載

用GameLoop模拟器在電腦上玩Bluetooth Serial Monitor

Bluetooth Serial Monitor 電腦版

來自發行商 CSA Apps 的 Bluetooth Serial Monitor 能夠在安卓系統上運行。

現在,您可以在電腦上使用 GameLoop 模擬器流暢地玩 Bluetooth Serial Monitor。

在 GameLoop 遊戲庫或搜索結果中下載。 不需要再暢玩遊戲時盯著電池電量或被令人懊惱的來電打斷。

只需在電腦大屏幕上免費下載暢玩Bluetooth Serial Monitor 電腦版!

Bluetooth Serial Monitor 簡介

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

* /

更多

預覽

  • gallery
  • gallery

標籤

工具

訊息

  • 開發商

    CSA Apps

  • 最新版本

    6.2.5

  • 更新時間

    2021-10-01

  • 類別

    工具

  • 同時可用

    Google Play

更多

如何在電腦上用 GameLoop 玩 Bluetooth Serial Monitor

1. 從官網下載GameLoop,然後運行exe文件安裝GameLoop

2. 打開GameLoop,搜索“Bluetooth Serial Monitor”,在搜索結果中找到Bluetooth Serial Monitor,點擊“安裝”

3. 享受在 GameLoop 上玩 Bluetooth Serial Monitor 的樂趣

Bluetooth Serial Monitor

Tools
下載

Minimum requirements

OS

Windows 8.1 64-bit or Windows 10 64-bit

GPU

GTX 1050

CPU

i3-8300

Memory

8GB RAM

Storage

1GB available space

Recommended requirements

OS

Windows 8.1 64-bit or Windows 10 64-bit

GPU

GTX 1050

CPU

i3-9320

Memory

16GB RAM

Storage

1GB available space

更多類似應用

查看全部

相關資訊

查看全部
點擊安裝