> 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/ko/installation/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/ko/installation/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, 흰색, A+, TX+, HID-GPIO1, HID-빨강/초록
* B, 초록색, B-, TX-, HID-GPIO2, HID-황갈색
  {% endhint %}

### 선택적 설정

다음과 같은 설정이 가능하면 구성해야 합니다:

* 설정 모드 켜짐
* 암호화 강제 적용 꺼짐

{% 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/ko/installation/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.
