# ファームウェア書換

出来上がった bin ファイルを書き換えるには、PC のシリアル接続と、TWELITE 無線モジュールのポート制御が必要になります。

TWELITE DIP と TWELITE R の組み合わせでは、書き換え制御を自動化するため処理が容易です。

## TWE-Programmer による書き換え(Windows)

[リンク先](https://mono-wireless.com/jp/products/TWE-APPS/LiteProg/index.html)を参照してください。

## tweterm.py による書き換え (OS X, Linux)

[リンク先](/twelite-sdk-howto/fumuua/tweterm.py.md)を参照してください。

## 独自の基板に TWELITE SMD を実装した場合

[リンク先](/twelite-sdk-howto/fumuua/fumuua.md)を参照してください。


---

# 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://sdk.twelite.info/twelite-sdk-howto/fumuua.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.
