# Nordic ID NUR Connect

Connect to a Nordic ID NUR Reader.

Action available for the following operating systems:

![](/files/-McsYNWc88h_Sm8kJQcc)

### Parameters

* **Connection Type** **- Integrated Reader** *-* Uses the integrated Reader of the equiment.<br>
* **Connection Type** **- Auto USB** *-* Connects throught a automatic USB connection.If this returns successfully it does not mean that a connection to a device existis. The connectino will be automatically established when a device is connected to a USB port. To know if a connection currenty exists you need to call "Nordic ID NUR Is Connected".<br>
* **Connection Type** **- Socket** *-* Connects to the reader using a Socket Connection.
  * **Server** *\<numeric> -* The IP address of the defined Nordic ID NUR Reader.
  * **Port** *\<numeric> -* The port for the defined Nordic ID NUR Reader.<br>
* **Connection Type** **- Serial** *-* Connects to the reader using a Serial Port Connection.
  * **Port** *\<numeric> -* The COM port for the defined Nordic ID NUR Reader.<br>
* **Connection Type** **- Bluetooth** *-* Connects to the reader using a Bluetooth Connection.
  * **Server** *\<numeric> -* The MAC address of the defined Nordic ID NUR Reader.

{% hint style="warning" %}
Bluetooth connections are only available for Android.
{% endhint %}

{% hint style="info" %}
For Win32 (Desktop and Simulator), you need to obtain the NURAPI.dll from NordicID and place it in the same folder as your executable.
{% 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-rfid/nordic-id-nur-connect.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.
