# ซีเรียลมอนิเตอร์

### เชื่อมต่อ USB Adapter

เชื่อมต่อ USB Adapter เข้ากับเมนบอร์ดและเลือก serial port ที่ถูกต้อง โปรดดูส่วน [Connect NyBoard section](https://docs.petoi.com/communication-modules/usb-downloader-ch340c#connect-nyboard) เชื่อมต่อ NyBoard ในโมดูล USB Uploader สำหรับขั้นตอนเฉพาะ

![](/files/HzLGPoEbbiAkP6ySVyut)

คุณสามารถเลือก "Serial Monitor" ในแถบเมนู "Tools" หรือคลิกปุ่ม  ![](/files/rFegvOusKIAfaewQ5pHB) … เพื่อเปิดหน้าต่าง Serial Monitor:

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

เปิด serial monitor และตั้งค่า baud rate บน **NyBoard V1\_\*** ให้ตั้งค่า " **No line ending** " และ **baud rate** เป็น **115200** ใน serial monitor<br>

![](/files/HqQm5fVMgFHfBfpSG7WR)

### เชื่อมต่อ Bluetooth uploader (optional)

สำหรับขั้นตอนเฉพาะ โปรดดูที่ [Connect NyBoard section](https://docs.petoi.com/communication-modules/dual-mode-bluetooth#connection-with-nyboard) ใน Dual-Mode Bluetooth Module

จากนั้นคุณสามารถเลือก **Tools->Port** บน Arduino IDE และใช้งานในลักษณะเดียวกับ USB Adapter<br>

{% hint style="warning" %}
บน Mac บลูทูธอาจขาดการเชื่อมต่อหลังจากอัปโหลดหลายครั้ง ในกรณีดังกล่าว ให้ลบการเชื่อมต่อและเชื่อมต่อใหม่เพื่อให้ฟังก์ชันทำงานต่อ
{% endhint %}

{% hint style="warning" %}
หาก Bluetooth dongle ไม่เจออยู่ในชุดหุ่นยนต์โดย  Seeed Studio หรือ partner ของเราโปรดส่งอีเมลถึง <support@petoi.com> เพื่อทราบข้อมูลเพิ่มเติม
{% endhint %}

ด้วย USB adapter / Bluetooth module ที่เชื่อมต่อ NyBoard และ Arduino IDE คุณจะมีอินเทอร์เฟซที่ดีที่สุด - Serial Monitor เพื่อสื่อสารกับ NyBoard และเปลี่ยนทุก byte บนนั้น (ผ่านการส่ง serial commands ตาม [serial protocol](https://app.gitbook.com/o/-M-_eWZUjFA4usjshHcZ/s/-MQ6a951Q6Jn1Zzt5Ajr-887967055/~/changes/DHad2hALnPq88oSLEuF1/serial-protocol)).


---

# 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://docs.petoi.com/thai/arduino-ide/undefined.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.
