> 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/blog/news-blog/verwendung-von-seriellen-schnittstellen-in-user-applications.md).

# Verwendung von seriellen Schnittstellen in User-Applications

## Beschreibung

Mit der aktuellen [Firmware-Version (v4.0 oder höher)](/hub/downloads/powerio-downloads/t1.b100-firmware.md) für die [powerIO-Box T1.B100](/hub/t1.b100/description.md) wird eine wichtige Erweiterung eingeführt, durch die die direkte Verwendung serieller Ports in installierten Applications ermöglicht wird. Dabei wird insbesondere [CODESYS als Application](/hub/applications/available-apps/codesys.md) in den Fokus genommen, wobei auch andere User-Applications, wie beispielsweise der [HVAC Cloud Adapter](/hub/applications/available-apps/hvac-cloud-adapter.md), unterstützt werden.

## **Funktionalität im Detail**

Durch die neue Firmware wird es ermöglicht, serielle Schnittstellen direkt einer Application zugeordnet zu werden. Es wird erreicht, dass die Kommunikationsparameter – wie Baudrate, Parität und Stopbits – nicht mehr separat in der Web-Oberfläche, sondern direkt in der jeweiligen Application konfiguriert werden können.

* Anwendern, die CODESYS verwenden, wird dadurch ermöglicht, der Application der zugewiesene serielle Port nativ zu integrieren, sodass beispielsweise Protokolle wie BACnet ohne zusätzliche Hardware- oder Softwareanpassungen genutzt werden können.
* Neben CODESYS können auch andere Applications von dieser Funktion profitieren. Beim Cloud Adapter, der ebenso als User-Application für die powerIO-Box T1.B100 zur Verfügung steht, können nun Protokolle wie MBus und BACnet direkt verwendet werden.
* Es können alle vier seriellen Ports genutzt werden. Zusätzlich ist auch die Verwendung des Ports 5 bei einer [Serial Port Erweiterungskarte (Port 5)](https://www.powerio.com/de/produkte/t1.c100-xxx) möglich.

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

<figure><img src="/files/4NqmMk5ct1W0gPRTJdF5" alt=""><figcaption><p>Zuweisung des Serial Ports 5, bei einer Erweiterungskarte</p></figcaption></figure>

Weitere Informationen und detaillierte Anleitungen können aus der [Anleitung](/hub/t1.b100/feldbus-protokolle/application.md) entnommen werden.


---

# 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/blog/news-blog/verwendung-von-seriellen-schnittstellen-in-user-applications.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.
