> For the complete documentation index, see [llms.txt](https://support.powerio.com/hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.powerio.com/hub/h1.m300/feldbus-protokolle/application.md).

# Application

## Application Mode: Funktionsweise & Nutzen

Die seriellen Ports können den installierten [User-Applications](/hub/applications/available-apps.md) zugeordnet werden. So können beispielsweise die User-Application [CODESYS](/hub/applications/available-apps/codesys.md) oder der [HVAC Cloud Adapter](/hub/applications/available-apps/hvac-cloud-adapter.md) die seriellen Ports verwenden.

#### Auswahl für Application Modus

* Der serielle Port kann einer Application zugeordnet werden, wenn die Application gestoppt ist.
* Wenn die Application läuft, kann der serielle Port nicht verändert werden.
* Die Einstellungen des seriellen Ports, wie Baudrate etc., erfolgen in der gewählten Application.

<figure><img src="/files/YFNspnh87Rr2Qm9AvT6O" alt=""><figcaption><p>Auswahl des seriellen Ports für eine installierte Application</p></figcaption></figure>

#### Beispiel Application Modus

1.) Falls die Application nicht gestoppt ist muss diese unter **Applications** -> **Installed powerIO packages** gestoppt werden.

<figure><img src="/files/C2oStx05Rlf6I7Wovnbz" alt=""><figcaption><p>Stoppen der Application</p></figcaption></figure>

2.) Unter Serial Settings, den jeweiligen Port der Application zuordnen.

<figure><img src="/files/qw4xaQLpjKqiLFVDief0" alt=""><figcaption><p>Serial Port der Application zuweisen</p></figcaption></figure>

3.) Application erneut starten **Applications** -> **Installed powerIO packages**

<figure><img src="/files/1xuXYvGEcc2ZAjX2eg1l" alt=""><figcaption><p>Application starten</p></figcaption></figure>

4.) Port in Application verwenden. Der zugeordnete Port steht in der Application unter dem gleichen Gerätepfad zur Verfügung (z. B. `/dev/ttyPort2`).

<figure><img src="/files/Y0jNyZmAIOfNLokRPKKV" alt=""><figcaption><p>Serial Port 2 in Application HVAC Cloud Adapter</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.powerio.com/hub/h1.m300/feldbus-protokolle/application.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
