> 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/engage-devices/ux1-3-4xx-series/ux4xx/ux412-installation-guide/pinouts.md).

# Pinouts

## Port Pinouts

This section contains port pinout tables for UX412 and UX402.

## Power Port

{% columns %}
{% column %}
**Connector**

![](/files/e3VYBnH3ttbgEB01wKwS)
{% endcolumn %}

{% column %}
**PIN**

1

2

3

4
{% endcolumn %}

{% column %}
**Function**

+DC 9-43 V

GND

DC\_WAKE

NC
{% endcolumn %}

{% column %}
**Description**

External power from cable

Power ground

Low active wake up signal

No connection
{% endcolumn %}
{% endcolumns %}

## Ethernet Port (LAN)

{% columns %}
{% column %}
**Connector**

![](/files/n9rdB93bQ9zOh9oWNaSY)
{% endcolumn %}

{% column %}
**PIN**

1

2

3

4

5

6

7

8
{% endcolumn %}

{% column %}
**Function**

TXD+

TXD-

RXD+

NC

NC

RXD-

NC

NC
{% endcolumn %}

{% column %}
**Description**

Transmit data +

Transmit data -

Receive data +

No connection

No connection

Receive data -

No connection

No connection
{% endcolumn %}
{% endcolumns %}

## USB Pinout (Host Port)

{% columns %}
{% column %}
**Connector**

![](/files/sOrrrgSpF6xuKlGv2u1m)
{% endcolumn %}

{% column %}
**PIN**

1

2

3

4
{% endcolumn %}

{% column %}
**Function**

+5 V

DATA-

DATA+

GND
{% endcolumn %}

{% column %}
**Description**

5 V USB Power (500mA)

USB Host Signal -

USB Host Signal +

USB ID pin/Ground
{% endcolumn %}
{% endcolumns %}

## UX402 (Data Port)

{% columns %}
{% column %}
**Connector**

![](/files/4FOAE6yPZGpFhbYQeSAb)
{% endcolumn %}

{% column %}
**PIN**

1

2

3

4

5

6

7

8

9

10
{% endcolumn %}

{% column %}
**Function**

Buzzer

+5 V DC, 0.1 A

+3.3V DC

GND

IRQ

SDA

SCL

SCLM

SDAM

GND
{% endcolumn %}

{% column %}
**Description**

Signal

Power

Standby Power

Power GND

Motion detector IRQ

I2c LED driver

I2c LED driver

I2c Motion detector

I2c Motion detector

Power GND
{% endcolumn %}
{% endcolumns %}


---

# 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/engage-devices/ux1-3-4xx-series/ux4xx/ux412-installation-guide/pinouts.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.
