# TS Parameters

Some temperature sensor drivers have additional parameters besides the standard ones described in [here](/ltt/documentation/ltt-gui-manual/configuration/moduleconfiguration/ts.md).

## PMA280

| Parameter     | Meaning                                                                                                                                                                                                                                                                                                        | Examples                    |
| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- |
| Baud Rate     | An optional parameter providing the baud rate for the PMA280 module. If not provided 9600 is the default baud rate.                                                                                                                                                                                            | <p>9600<br>19200</p>        |
| Timeout \[ms] | An optional parameter specifying the communication timeout for the PMA280 module. There are cases where you need to increase the default communication timeout, otherwise it will lead to sporadic timeout errors. If you connect via Windows Remote Desktop it is recommended to set a timeout value of 3000. | <p>1000<br>2000<br>3000</p> |


---

# 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://docs.irs.systems/ltt/documentation/ltt-gui-manual/configuration/moduleconfiguration/ts/ts-parameters.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.
