> For the complete documentation index, see [llms.txt](https://docs.petoi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.petoi.com/~/changes/MnaoHQ6wOvffal3XIPZR/arduino-ide/serial-monitor.md).

# Serial Monitor

### Connect the USB Adapter

Connect the USB adapter to the mainboard and select the correct serial port. Please refer to the [Connect NyBoard section](https://docs.petoi.com/communication-modules/usb-downloader-ch340c#connect-nyboard) in the USB Uploader Module for specific steps.

![](/files/HzLGPoEbbiAkP6ySVyut)

You can choose the "Serial Monitor" in "Tools" menu bar, or click the ![](/files/rFegvOusKIAfaewQ5pHB) button to open the serial monitor window:

![](/files/3qVD0VPFEtSelxddsD66) ![](/files/NfoeNDc4SxSFe0pPUCuq)

Open up the serial monitor and set up the baud rate. With NyBoard V1\_\*, set  "**No line ending**" and the baud rate to **115200** in the serial monitor.&#x20;

![](/files/HqQm5fVMgFHfBfpSG7WR)

### Connect Bluetooth uploader (optional)

For specific steps, please refer to the [Connect NyBoard section](https://docs.petoi.com/communication-modules/dual-mode-bluetooth#connection-with-nyboard) in the Dual-Mode Bluetooth Module.

Then you can select it under **Tools->Port** of Arduino IDE, and use it in the same way as the USB adapter.&#x20;

{% hint style="warning" %}
On Mac, the Bluetooth may lose connection after several uploads. In that case, delete the connection and reconnect to resume the functionality.
{% endhint %}

{% hint style="warning" %}
The Bluetooth dongle is not included in the kit sold by Seeed Studio or its partners. Please write to <support@petoi.com> for more information.&#x20;
{% endhint %}

With the USB adapter / Bluetooth module connecting NyBoard and Arduino IDE, you have the ultimate interface - **Serial Monitor** to communicate with NyBoard and change every byte on it(via sending the serial commands based on the [serial protocol](https://app.gitbook.com/o/-M-_eWZUjFA4usjshHcZ/s/-MQ6a951Q6Jn1Zzt5Ajr-887967055/~/changes/DHad2hALnPq88oSLEuF1/serial-protocol)).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.petoi.com/~/changes/MnaoHQ6wOvffal3XIPZR/arduino-ide/serial-monitor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
