# Communication Details

Barcode library will use the Virtual channel COM1B via Bluetooth to communicate with the POS application, virtual channel COM1A is used by CXPI application for its communication. Barcode application will use the following config.usr1 parameters for communication configuration.

| # | Parameter  | Description                         | Default Values |
| - | ---------- | ----------------------------------- | -------------- |
| 1 | **BCCOM**  | Sets the default communication port | COM1B          |
| 2 | **BCBAUD** | Sets the default Baud Rate          | 115200         |
| 3 | **BCFMT**  | Sets the parity setting             | 8N1            |

| **NOTE** | In case of any existing terminal with CXPI bundle installed, the user should check for the compatibility of ADK and CXPI version before proceeding with the installation of Barcode library. |
| -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

| ![](/files/269eb36ef5c42f750943aab78717515789334f54)**NOTE** | Barcode functionality is applicable only for e280s Scanner devices (e280s). |
| ------------------------------------------------------------ | --------------------------------------------------------------------------- |


---

# 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/communication-details.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.
