# GPIO Open

Open a specific Pin to read/write.

Action available for the following operating systems:

![](/files/-MS8vXpqPtrnbV3zCQH-)

### Parameters

* **Pin** *\<string, variable or control> -* The Pin to open.

{% hint style="info" %}
You need to call this action before any other GPIO elated action to work with a GPIO.
{% endhint %}

{% hint style="info" %}
Kalipso can interact with GPIO pins for Android and Windows 10.\
Using GPIO actions you can read the binary state or control the on/off output state.\
To open a connection with a GPIO port you need to know the unique name of the port.\
Call **GPIO Get List** action to get the list of available ports.
{% endhint %}

{% hint style="info" %}
When a PIN state changes the **GPIO State Changed** event is triggered.\
Use action **GPIO Config Input Event** to configure how this event works and where to store the PIN and state values.
{% endhint %}


---

# 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://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-others/gpio-open.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.
