> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/external-sensors-in-incubators/heraeus-bbd6220/serial-port.md).

# Serial port

The incubator is equipped with an RS232 serial port that can be used to read the measurements obtained by the incubator internal sensors.&#x20;

<figure><img src="/files/tOou1KjMWw6TjIuNoYQk" alt="" width="317"><figcaption></figcaption></figure>

The incubator provides data collected from its temperature, relative humidity, CO2 concentration and O2 concentration (optional) sensors.

<figure><img src="/files/UjMP1WVD2psRIPJEVQ8x" alt=""><figcaption></figcaption></figure>

There is a solution to read these values using an S2 Heraeus node via S2GW but the S2s are obsolete and cannot be used for any new installations. Additionally, in this case these are the incubators own sensors so there is no real monitoring with independent equipment, it is only logging.

Remark: An accessory HERAline option can be employed to convert operating signals from the RS232 interface into analog signals (0...1 V or 4...20 mA) for use with third party alarm systems.


---

# 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://help.boomerang3.com/external-sensors-in-incubators/heraeus-bbd6220/serial-port.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.
