# 使用方法

TWELITE UARTの使用方法を3つのステップに分けて説明します。

### 1. 動作確認をする

MONOSTICKやTWELITE UARTを使って、PCで動作確認を行うための流れを説明します。

{% content-ref url="/pages/-MjcUV9sLzgwENAsuW4M" %}
[動作確認をする](/mw-pug-uart/usage/check-operation.md)
{% endcontent-ref %}

### 2. 出力書式を変更する

シリアル通信アプリでは、出力の書式を自由に変更することができ、処理しやすい形式にしたり、欲しい付加情報だけを得ることができます。

書式の変更方法を実例を交えて説明します。

{% content-ref url="/pages/-MjcUWbBTuNitTJLY5I-" %}
[出力書式](/mw-pug-uart/usage/change-output-format.md)
{% endcontent-ref %}

### 3. マイコンに接続する

Arduino Unoと接続して通信を行う例をご紹介します。

{% content-ref url="/pages/-MjcUWMcppv-T\_MxjDlk" %}
[マイコンと接続する](/mw-pug-uart/usage/connect-to-microcontroller.md)
{% endcontent-ref %}


---

# 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://twelite.gitbook.io/mw-pug-uart/usage.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.
