> For the complete documentation index, see [llms.txt](https://enless.gitbook.io/centre-aide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enless.gitbook.io/centre-aide/guides-installation/documentation-en/products/rx-lorawan/commands.md).

# Commands

The gateway has physical interfaces that allow network settings to be adjusted and the system state to be managed manually.

## RS485 Line Termination (Switch)

To ensure signal integrity on the field bus (especially over long distances), a switch can be used to activate a termination resistor.

* **OFF** : No termination (default position if the Gateway is not at the end of the line).
* **100** $$\Omega$$ : : Suitable for certain specific cables.
* **120** $$\Omega$$ : Standard for most RS485 buses.

## Rotary Selector (10 positions)

The rotary switch is currently reserved for future developments.

## Push Button (Maintenance)

The push button **RESET** allows quick maintenance operations to be performed without software access.

<table><thead><tr><th>Action</th><th width="128.1953125">Press duration</th><th>Visual signal</th><th>Result</th></tr></thead><tbody><tr><td>Restart</td><td>5 seconds</td><td>The Enless LED flashes</td><td>System restart.</td></tr><tr><td>Factory configuration</td><td>10 seconds</td><td>The Enless and <em>debug</em> LEDs flash.</td><td>Return to factory settings.</td></tr></tbody></table>

## USB-C Port

The *gateway* has a monitoring console accessible via the USB-C port. The port is natively recognized as a serial interface (Plug & Play) on most operating systems (Windows, macOS, Linux).

1. Connect the *gateway* to your computer using a standard USB-C cable.
2. Use a serial terminal (e.g., PuTTY).
3. Apply the following configuration settings:

<table><thead><tr><th width="211.9140625">Parameter</th><th width="180.82421875">Value</th></tr></thead><tbody><tr><td>Speed (Baud rate)</td><td>9600 bps</td></tr><tr><td>Data bits</td><td>8</td></tr><tr><td>Parity</td><td>None</td></tr><tr><td>Stop bits</td><td>1</td></tr><tr><td>Flow options</td><td>CR/LF enabled</td></tr><tr><td>Local echo</td><td>Enabled</td></tr></tbody></table>

The established connection can be confirmed when the following message appears:

```
Welcome to Enless RX LoRaWAN Gateway

1) Print IP status
2) Monitor next logs
3) Print last-hour logs
```


---

# 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://enless.gitbook.io/centre-aide/guides-installation/documentation-en/products/rx-lorawan/commands.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.
