# Q3 PDA Terminal Barcode Scanner

## The scanner head is a Honeywell scanner with the following specifications:

* **Accuracy**: ≥3mm
* **Rotation Angle**: 360°
* **Scan Angle**: Tilt ±60°, Pan ±60°
* **Field of View**:
  * Horizontal: 44.3°
  * Vertical: 28.4°
* **Focus**: 51°
* **Default Focus**: FF fixed focus

## Physical Button Introduction for Scanning

### Left/Right Scan button&#x20;

Used to start the scanning operation. Pressing the button activates the scanner head to begin scanning and decoding barcodes or QR codes.

<figure><img src="/files/5MWm2DwwaOETzAPKCoYa" alt=""><figcaption></figcaption></figure>

### Center button

Used to call the parameter settings. Pressing the button allows access to the settings menu for adjusting scanner parameters.

<figure><img src="/files/9HHWTqyzwFePjCJobeK5" alt=""><figcaption></figcaption></figure>

## Getting Started Steps

1. When you first receive the device, you need to connect the terminal to the network first, then press the center button on the right side to enter the settings menu and activate the license.

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

2. During regular use：

* Press the left scan button or right scan button to scan product barcodes or QR codes.
* After a successful scan, the device will return the scan result or provide feedback (such as sound, vibration, or light) to indicate success.

## Download [Scan demo](https://github.com/SmartPOSSamples/ScanTextDemo)


---

# 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://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/q3-pda-terminal-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.
