> 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/miscellaneous/orange-series-cable-guide/specifications.md).

# Specifications

### Interconnect to Terminals

A recessed USB-C jack (female) with locking screw allows various detachable cables supporting a robust connection to many existing and future Verifone terminals, such as Multilane, PINpad and Unattended product families.

### Connectivity and Performance

* The 2-port and 4-port auto-sensing Ethernet ports adjust to any network and cabling automatically, guaranteeing a stable connection no matter the cabling used.
* Two per-port LEDs indicate the connection status and speed.
* Low power consumption and supports 802.3az EEE.
* Non-blocking rate for true Gigabit performance between ports.
* Supports 9K packets and 128K packet storage RAM.

### Connectivity to Point of Sales

The Orange Dongles series offers various options for connecting to current and legacy point-of-sale systems, including USB and serial.

* A dual-mode powered-USB port over RJ45 allows a single cable connection for both power and data to be used between the point-of-sale and the dongle, reducing cabling under the counter.
* A powered serial port over RJ45 allows current and future Verifone payment terminals to connect to legacy point-of-sale systems over a serial connection.

### Terminals Supported

* **Multilane:** M400, M424, M425, M440, M450
* **PINpad:** P630
* **Unattended:** UX700-ML

### Power Supply Part Numbers

| Region        | Part Number     |
| ------------- | --------------- |
| North America | PWR390-001-01-A |
| Europe        | PWR390-001-02-A |

Also supports 12V Powered USB, Powered Serial, and PoE option.

### Supported Cables

| Device Type | Cable | Length   |
| ----------- | ----- | -------- |
| Multilane   | M1    | 1 meter  |
| Multilane   | M2    | 2 meters |
| Multilane   | M4    | 4 meters |
| PINpad      | P2    | 2 meters |
| PINpad      | P3    | 3 meters |
| Unattended  | U1    | 1 meter  |
| Unattended  | U2    | 2 meters |

### Environmental

| Parameter             | Range                         |
| --------------------- | ----------------------------- |
| Operating temperature | 0°C to 45°C (32°F to 113°F)   |
| Storage temperature   | -10°C to 70°C (14°F to 158°F) |
| Relative humidity     | 5% to 90%, non-condensing     |

### Dimensions

| Model | Dimensions (mm)     |
| ----- | ------------------- |
| D0    | 114.3 x 48.0 x 26.1 |
| D1    | 114.3 x 48.0 x 26.1 |
| D2    | 152.3 x 55.4 x 26.1 |
| D3    | 202.7 x 63.4 x 26.1 |


---

# 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/miscellaneous/orange-series-cable-guide/specifications.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.
