# Configuration

These are the topics covered in this section:

* Config.Usr1
* Barcode.ini

### Config.Usr1

| Parameter    | Description                                                                       | Values                                                                   |
| ------------ | --------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| BARCODE = 1  | This parameter is used by Form Processor to enable/disable barcode functionality. | Type: Flag Values: 0 – Disabled (Default) 1 – Enabled                    |
| BC\_LOG      | This parameter is used to enable/disable Barcode library logging.                 | Type: Flag Values: 0 – Disabled (Default) 1 – Enabled                    |
| DEBUG\_BCLIB | Barcode library logging channel.                                                  | Type: Numeric Values: 1 – Console Logging 2 – Ethernet logging (Default) |

### Barcode.ini

Sample Barcode.INI file (excerpt)

\[Barcode\_Setting]

BarcodeEnable=1

AutoBeep=1

ScanTimeout=60000

SameSymbTimeout=6

DiffSymbTimeout=1

ContinuousMode=1

PhoneDisplayMode=0

PicklistMode=0

ScanDataPrefix=13

ScanDataSuffix1=13

ScanDataSuffix2=13

ScanDataTransFormat=0

UniqueReport=0

AimPattern=1

DisableAllSymbology=0

RestoreDefault=0

SetSymbology1=10,1,1

NOTE: It is recommended not to give space before and after = sign in the Barcode.INI parameters.

#### Barcode.INI file Parameters (details)

See the earlier "Barcode.INI file Parameters" section for full descriptions and valid values for each parameter (Autobeep, ScanDataPrefix, ScanTimeout, AimPattern, PhoneDisplayMode, UniqueReport, TriggerMode, RestoreDefault, ContinuousMode, ScanDataSuffix1, ScanDataSuffix2, ScanDataTransFormat, DisableAllSymbology, SameSymbTimeout, DiffSymbTimeout, SetSymbology).


---

# 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://docs.verifone.com/xpi/tbd-documentation/barcode-programmers-guide/configuration.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.
