# シリアル通信アプリ ユーザーズガイド

{% hint style="success" %}
[資料の取り扱いについて](https://twelite.gitbook.io/general/about_documents)をご参照ください。  お気付きの点がありましたら、当サポート窓口にご連絡いただければ幸いです。

本資料の表示例（ボタン名や画面キャプチャ）は、資料作成時のバージョンのものとなっています。一部、入手されたバージョンと差異がある場合があります。
{% endhint %}

{% hint style="warning" %}
本プログラムは、[モノワイヤレスソフトウェア使用許諾書](https://sdk.twelite.info/overview/mwsla)に基づき提供されます。
{% endhint %}

シリアル通信アプリ（App\_Uart）は、UART（シリアル）通信に特化したアプリケーションです。UARTはマイコンで一般的に利用されるシリアル通信方式です。

TWELITE UARTには本アプリがあらかじめインストールされており、配線すればすぐにマイコン等で無線通信をすることができます。

## ダウンロード

[TWELITE STAGE - トワイライトステージ](https://mono-wireless.com/jp/products/stage/index.html)をインストールして、TWELITE STAGEのメニューから\[アプリ書換] → \[TWELITE APPSビルド&書換] → \[App\_Uart]を選択してアプリを書換えてください。


---

# 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/master.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.
