# 串口监视器

## 连接USB适配器到主板

连接 USB 适配器到主板，并选择正确的串行端口。

![](/files/XfQ4kEoka2OXFWB55KAB)

您可以在“工具”菜单栏中选择“串口监视器”，或者单击右上角的按钮打开串口监视器窗口，如下图所示：

![](/files/1tfmhakTa6U4ronx4m6Y)

当使用BiBoard V1\_ \*主板时，请在串口监视器中设置为“**没有结束符**”，并将波特率设置为**115200**。如下图所示：

![](/files/7ZGW4cWEWKVnI8doVF3F)

## 连接蓝牙模块到主板（可选功能）

具体步骤可参考[双模蓝牙模块中连接NyBoard](https://docs.petoi.com/v/chinese/tong-xin-mo-kuai/shuang-mo-lan-ya-mo-kuai#yu-nyboard-lian-jie)部分。

然后您可以在 Arduino IDE 的 “工具” -> “端口” 下选择它，使用方法与上述USB适配器相同。

{% hint style="warning" %}
在 Mac 电脑上，蓝牙模块可能会在多次上传程序后断开连接。 在这种情况下，请先在系统蓝牙设置界面删除设备，再重新添加蓝牙设备，配对并连接以恢复功能。
{% endhint %}

{% hint style="warning" %}
在矽递及其代理渠道销售的版本中不包含蓝牙模块，请向<support@petoi.com>咨询购买方式。
{% endhint %}

这样您就可以使用与 NyBoard 通信并更改其上的每个字节的终极接口 —— 串口监视器（基于[串口协议](https://docs.petoi.com/v/chinese/chuan-kou-xie-yi)向机器人发送指令）了。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nybble-q-cn.petoi.com/arduino-ide/chuan-kou-jian-shi-qi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
