# 스캐너 연동 (상품 바코드) 기능

{% hint style="info" %}

1. 키오스크에 장착된 QR/바코드 리더기를 상품 바코드로 활용할 수 있습니다.
2. 키오스크에 핸드스캐너를 장착하여 사용할 수 있습니다.
   1. 안드로이드 기기에 장착가능한 핸드스캐너를 장착해주세요.&#x20;
3. ASP 환경설정이 선행되어야 합니다.
   {% endhint %}

## 스캐너 연동 (상품 바코드) 기능

### ASP 설정

1. OKPOS ASP에 가맹점으로 로그인을 합니다.&#x20;
2. 기초관리-> 상품관리-> 상품바코드등록 화면으로 이동합니다.

<figure><img src="/files/pJtlCn6KZfdQZDrvvj9x" alt="" width="275"><figcaption></figcaption></figure>

3. 상품의 바코드를 지정합니다.
   1. 바코드 생성 버튼을 누를 시 일괄 생성됩니다.
   2. 저장을 눌러주세요.

{% hint style="warning" %}
바코드 라벨 프린터 또는 바코드 생성 사이트를 통해서 이미지를 생성하시기 바랍니다.
{% endhint %}

<figure><img src="/files/W2kvlI1ax8No9fdc2TUf" alt=""><figcaption></figcaption></figure>

### 포스 환경설정

1. 로그인  후 **환경설정** -> **현재버전** 화면으로 이동합니다.

<figure><img src="/files/SWxYN8PqKTqM7kBtekWP" alt=""><figcaption></figcaption></figure>

2. **'스캐너 연동'** 옵션을 체크합니다.&#x20;

   1. 기본 옵션: 미사용

   <figure><img src="/files/P0WGgzZ2KqROF0uEW0j0" alt=""><figcaption></figcaption></figure>
3. 완료
4. 이제연결된 핸**드스캐너** 또는 키오스크에 장착된 **바코드 리더기**를 통해 바코드를 인식할 수 있습니다.&#x20;

***


---

# 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://pluspos.gitbook.io/android-pos-manual/android-kiosk/option/barcode-scanner.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.
