> 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/kiosks/pit-stop-kx600/pit-stop-kx600-installation-guide/specifications.md).

# Specifications

## KX600 Specifications

This chapter lists the power requirements and other specifications of the KX600 unit.

| Specification             | Details                                                                                                                                                                                                                                     |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Processor**             | 400 MHz, ARM11 32-bit RISC                                                                                                                                                                                                                  |
| **Memory**                | 384 MB (256 MB Flash, 128 MB SDRAM)                                                                                                                                                                                                         |
| **OS**                    | Embedded Linux with Verifone security enhancements                                                                                                                                                                                          |
| **Display**               | 3.5" (480 X 320) color display                                                                                                                                                                                                              |
| **Power Supply**          | 12V DC - 24V DC                                                                                                                                                                                                                             |
| **Card Reader**           | <ul><li>Triple track MSR (Magnetic Stripe Reader)</li><li>EMV L1-L2 approved smart card</li><li>ISO</li><li>NFC/CTLS</li><li>3 Control LEDs</li><li>Buzzer</li><li>Real-time clock</li></ul>                                                |
| **Contactless**           | <ul><li>Illuminated contactless logo with dual-tone buzzer</li><li>4 LEDs</li><li>NFC/CTLS</li></ul>                                                                                                                                        |
| **Connectivity**          | USB for Barcode scanner                                                                                                                                                                                                                     |
| **Payments**              | <ul><li>Accepts mobile wallets and NFC-enabled cards</li><li>SCR (Smart Card Reader)</li><li>CTLS</li><li>QR Code</li></ul>                                                                                                                 |
| **Security**              | <ul><li>PCI (Payment Card Industry) PTS (PIN Transaction Security) 5.x Approved</li><li>SRED (Secure Reading and Exchange of Data)</li><li>Supports AES (Advanced Encryption Standard) DUKPT (Derived Unique Key Per Transaction)</li></ul> |
| **SAM**                   | 3 Standard SAM slots                                                                                                                                                                                                                        |
| **Operating Temperature** | -30°C to 70°C (-22°F to 158°F)                                                                                                                                                                                                              |
| **Storage Temperature**   | -30°C to 80°C (-22°F to 176°F)                                                                                                                                                                                                              |
| **Relative Humidity**     | 5% to 90%                                                                                                                                                                                                                                   |

<figure><img src="/files/sj4Xi0HMpoXKKiuhLCu5" alt="" width="375"><figcaption></figcaption></figure>


---

# 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/kiosks/pit-stop-kx600/pit-stop-kx600-installation-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.
