# オプション、設定など

TWE Programmer のいくつかの設定は、起動時のコマンドラインオプションで変更できます。Windows の TWE-Programmer.exe に関連付けられたショートカット のプロパティから変更します。

### 起動時のコマンドラインオプション

| パラメータ(parameter)                                             | 意味                                                                                                                                                                                                                                                 |
| ------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `-v`                                                         | ベリファイを有効にする                                                                                                                                                                                                                                        |
| `-c`                                                         | 起動直後、自動接続をしない                                                                                                                                                                                                                                      |
| `-s`                                                         | ファームウェアを書き込むとき、安全な低速通信を行う                                                                                                                                                                                                                          |
| `-D`                                                         | <p>ターミナル表示をダブルバッファ方式にする。</p><p>(カーソルが出ないなど制約はありますが、頻繁に TWELITE からメッセージが表示されるときの表示のちらつきを抑制します)</p>                                                                                                                                                  |
| <p><code>-g \[num]</code><br><code>--color \[num]</code></p> | <p>ターミナル文字色を指定します。無効な番号を入力した場合はデフォルト配色になります。</p><p><code>0: ピンク(文字)/ワイン(背景) デフォルト</code><br><code>1: オレンジ/黒</code><br><code>2: 緑/黒</code><br><code>3: 黒/白</code><br><code>4: 白/ワイン</code><br><code>5: ワイン/淡い黄色</code><br><code>6: 白/濃い青</code></p> |
| 最後のパラメータ                                                     | ファームウェアのファイルを指定すれば、そのファームウェアを始動時に読み込みます。                                                                                                                                                                                                           |

オプションの設定は、プログラムのショートカットを編集します。

![オプション設定例](/files/-LqZKAdwSyRG_4EQeaav)


---

# 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://tweprogrammer.twelite.info/options.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.
