> For the complete documentation index, see [llms.txt](https://docs.dbnetsoft.com/remoteredirect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dbnetsoft.com/remoteredirect/configuration/operating-modes/display/connectivity/mobile-rs232-router.md).

# Mobile RS232-Router

## Overview

<figure><img src="/files/DCY7b5MGFjVjKyegKeCN" alt=""><figcaption><p>Setup Diagram</p></figcaption></figure>

The RS232-Router establishes a communication link with the RemoteRedirect web service via the internet (the connection itself depends on the dewvice being used and can range from mobile cell coverage to wireless internet to ethernet internet).&#x20;

Data is then sent from the RemoteRedirect web service to the router and on via the router's RS232 port to the display board.&#x20;

{% hint style="info" %}
In order for the flow of data to be stable, a good internet connection is required.&#x20;

In case you have bad reception, maybe using the [Android App](/remoteredirect/configuration/operating-modes/display/connectivity/android-app.md)is more suitable as it will produce the display board content locally and only rely on the internet for changing scenes or scripts.&#x20;
{% endhint %}

## Configuration

Configuration for common RS232-routers can be found in the [Hardware](/remoteredirect/readme/hardware.md)section.


---

# 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://docs.dbnetsoft.com/remoteredirect/configuration/operating-modes/display/connectivity/mobile-rs232-router.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.
