> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/hardware-products/hardware/victa/victa-lane/victa-lane-installation-guide/connectivity-and-power.md).

# Connectivity and Power

Listed below are the cables and power supply options for the Victa Lane.

Contact your Verifone sales representative and reference the specific part numbers below.

## Orange Series

Standardized cabling and dongle ecosystem for power, network, and POS/ECR connectivity. Device-specific cables are separated from environment-specific dongles.

{% hint style="info" %}
An Orange solution requires all three components together:

1. Orange Dongle
2. Orange Cable
3. 18W Orange Power Supply
   {% endhint %}

### Orange Cables

| Part Number              | Description                                        |
| ------------------------ | -------------------------------------------------- |
| **VL2: CBL573-020-02-A** | Cable, Victa Lane, 2M, Orange VL2 with thumb screw |
| **VL4: CBL573-020-04-A** | Cable, Victa Lane, 4M, Orange VL2 with thumb screw |

### Orange Dongles

| Part Number           | Description                                                               |
| --------------------- | ------------------------------------------------------------------------- |
| **445-112-01-A (D0)** | Dongle, Orange D0, ETH, USB RJ45, DC jack                                 |
| **445-117-01-A (D1)** | Dongle, Orange D1, 2x GBETH switch, DC jack                               |
| **445-114-01-A (D2)** | Dongle, Orange D2, 2x GBETH switch, USB RJ45, DC jack                     |
| **445-115-01-A (D3)** | Dongle, Orange D3, 4x GBETH switch, USB RJ45, Serial RJ45, USB-A, DC jack |
| **445-121-01-A (D4)** | Dongle, Orange D4, 3x GBETH switch, USB RJ45, USB-A, DC jack              |

### 18W Orange Power Supplies

| Country | Part Number         | Description                                                                                  |
| ------- | ------------------- | -------------------------------------------------------------------------------------------- |
| EU      | **PWR390-001-02-A** | Power Supply, 100-240V AC-12V DC/1.5A/18W, right angle connector, EU                         |
| UK      | **PWR390-001-03-A** | Power Supply, 100-240V AC-12V DC/1.5A/18W, 1mm right angle connector, UK                     |
| US      | **PWR390-001-01-B** | Power Supply, 100-240VAC, 12VDC/1.5A/18W, US, WM, 1.8M, 9.0/5.5/2.1mm right angle, Rev.B NOM |
| AUS     | **PWR390-001-04-A** | Power Supply, 100-240VAC-12VDC/1.5A/18W, 1mm right angle, AUS                                |

## Blue Cables

Direct, single-connector cabling — no dongle required. Use whenever the termination point needs only one connector, USB or Ethernet.

| Connectivity | Part Number               | Description                                                                       |
| ------------ | ------------------------- | --------------------------------------------------------------------------------- |
| Ethernet     | **VLE3: CBL573-030-03-A** | Cable, Victa Lane, 3M, Blue VLE3, ETH, DC jack (power feed only) with thumb screw |
| USB          | **CBL573-010-03-A**       | Cable, Victa Lane IP over USB, USB-A plug with power splitter to app USB, 3M      |


---

# 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://docs.verifone.com/hardware-products/hardware/victa/victa-lane/victa-lane-installation-guide/connectivity-and-power.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.
