> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/access-control/ja/she-zhi/badge-reader-support/connect-a-3rd-party-reader-to-a-verkada-access-controller-with-osdp.md).

# OSDPでサードパーティ製リーダーを接続する

OSDP v2.2 を使用して RS-485 経由で任意の Verkada ACU にサードパーティ製リーダーを接続でき、データ整合性が向上します。すべての Verkada ACU はサードパーティ製 OSDP リーダーを完全にサポートします。

代替として、Wiegand のみをサポートするサードパーティ製リーダーは、ACU の Wiegand リーダーポートを使用して接続できます。参照 [ドアをVerkadaアクセスコントローラに配線する](/access-control/ja/she-zhi/wire-a-door-to-a-verkada-access-controller.md) 詳細についてはお問い合わせください。

{% hint style="danger" %}
Verkada ACU とサードパーティ製リーダー間の OSDP 通信 **は暗号化されていません。** ただし、すべての Verkada リーダーは Verkada ACU との完全に暗号化された通信をサポートします。
{% endhint %}

***

## 構成

* リーダーはチャネルアドレス 0 に設定する必要があります
* 通信ボーレートは 38400 に設定する必要があります
* 配線は各ドアポートの A-B に終端する必要があります

{% hint style="warning" %}
次は一般的な同等の名称規則です：

* A、White、A+、TX+、HID-GPIO1、HID-Red/Green
* B、Green、B-、TX-、HID-GPIO2、HID-Tan
  {% endhint %}

### オプション設定

利用可能であれば、これらの設定を構成してください：

* セットアップモード ON
* 暗号化強制 OFF

{% hint style="warning" %}
LED フィードバックはアクセス拒否時に赤、アクセス許可時に緑です。アイドル時、リーダーはサポートされていれば白を表示します。これらの色は変更できません。
{% endhint %}

***

## 互換性

リーダーまたはその製造元の管理インターフェースから直接アドレス 0 とボーレート 38400 に設定できるリーダーのみがサポートされます。

以下のリーダーモデルとファームウェアは Verkada ACU との OSDP 通信で検証されています。リーダーが一覧にない場合の互換性オプションについては Verkada サポートにお問い合わせください。

|          |                                            |                  |
| -------- | ------------------------------------------ | ---------------- |
| **メーカー** | **モデル**                                    | **ファームウェアバージョン** |
| HID      | <p>R シリーズ</p><p>（HID BTSmart モジュールが必要）</p> | R8.10.2.7        |
| HID      | Signo シリーズ                                 | R10.0.9.1        |


---

# 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.verkada.com/access-control/ja/she-zhi/badge-reader-support/connect-a-3rd-party-reader-to-a-verkada-access-controller-with-osdp.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.
