> 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.
