# serial port selection

`Windows` `macOS` `Linux` `RasPi`

![Serial Port Selection](/files/yvT0JfRy0N8BQLylZMww)

On Windows/macOS/Linux, a screen will appear at startup to select the serial port to which the TWELITE wireless microcontroller is connected. The serial port can be connected later without selecting it on this screen.

{% hint style="info" %}
In the TWELITE STAGE application, the serial port selection is not linked to the processing of each screen. For example, if you start the viewer without selecting a serial port, the display will not be updated. If the serial port is selected in this state, the display will be updated. The serial port can be selected by \`Alt(Cmdr)'.

The serial port can be switched at any time by pressing `Alt(Cmd)+0,1,2,....` key operation.
{% endhint %}

#### Windows

Pressing the `c` key displays the COM port name of the serial port currently inverted in the list.

#### RasPi

On the Raspberry Pi, `serial0` and `serial1` will be displayed if there is a `/dev/serial0` `/dev/serial1` in addition to the USB device. Usually `serial0` is used.


---

# 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://stage.twelite.info/eng/usage/screens/serial_port_sel.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.
