# Transparent

## Transparent Mode: How it works & benefits

The transparent mode enables direct transmission of serial data over TCP/IP networks.

**Configuration:**

* Each serial port is assigned a unique TCP port
* Example: Serial Port 1 → TCP 7001, Serial Port 4 → TCP 7004

**Advantages:**

* No special protocol conversion required
* Direct integration into existing systems
* Suitable for legacy devices with a serial interface
* Enables remote access over the network

### Selection for Serial Transparent Mode

* The mode can be selected for each individual serial port. Serial expansion cards that are plugged into the expansion slot can also be selected.

<figure><img src="/files/6645820dbd009a19465aa4a893b2547e86a0e457" alt=""><figcaption><p>Serial settings overview - selection via drop-down menu "Fieldbus"</p></figcaption></figure>

* The transparent mode can also be used for a plugged-in expansion card.

<figure><img src="/files/aafe5978db1038259bfedd37b2dca9f91fb03e54" alt=""><figcaption><p>RS485 expansion card - selection via the "Fieldbus" drop-down menu</p></figcaption></figure>


---

# 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://support.powerio.com/hub/powerio-r-system/en/t1.b100/feldbus-protokolle/transparent.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.
