> For the complete documentation index, see [llms.txt](https://developer.magtek.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.magtek.com/products/legacy-products/oem-readers-and-components.md).

# OEM Readers & Components

This page provides documentation for discontinued but still supported OEM readers, including mechanical drawings, developer guides, and technical reference manuals to help developers maintain existing equipment.

### **Legacy OEM Readers & Components Products**

| **Product**                                                                                                                        | **Description**                                                                                                                                                                                                                                          |
| ---------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [<mark style="color:red;">**Half-Card Reader**</mark>](/products/legacy-products/oem-readers-and-components/half-card-reader.md)   | A family of compact, discontinued manual insertion readers that read ISO-standard magnetic stripe tracks 1 and 2 during both insertion and removal while requiring less internal cabinet space than a full-length reader.                                |
| [<mark style="color:red;">**IntelliStripe 320**</mark>](/products/legacy-products/oem-readers-and-components/intellistripe-320.md) | A now‑discontinued motorized card reader whose rugged, corrosion‑resistant zinc die‑cast chassis and motorized card transport enabled fast, reliable reading of magnetic stripe and smart card data for ATMs, vending machines, and self‑service kiosks. |
| [<mark style="color:red;">**IntelliStripe 65**</mark>](/products/legacy-products/oem-readers-and-components/intellistripe-65.md)   | A discontinued manual insertion hybrid reader for magstripe and smart cards with an optional card latch, power-fail release feature, and a robust chassis that made it suitable for ATMs, kiosks, and vending machines.                                  |
| [<mark style="color:red;">**MagneSafe I-65**</mark>](/products/legacy-products/oem-readers-and-components/magnesafe-i-65.md)       | A discontinued variant of the IntelliStripe 65 that added magnetic‑stripe, smart‑card, and contactless reading capabilities together with on‑board 3DES/DUKPT encryption and PCI DSS readiness for unattended payment terminals.                         |
| [<mark style="color:red;">**P-Series**</mark>](/products/legacy-products/oem-readers-and-components/p-series.md)                   | The discontinued weather‑resistant members of the P‑Series family that featured moisture‑resistant sealed chassis and single‑ or dual‑head configurations for fuel pumps and other harsh outdoor environments.                                           |

{% hint style="info" %}
**Need Help?**

For additional support, please contact MagTek Support:

**Technical Support:**

* 📧 **Email:** [support@magtek.com](mailto:support@magtek.com?subject=Support%20Request)
* 📞 **Phone:** 1-562-546-6800 (US)
* 🕐 **Hours:** Monday-Friday, 5:30 AM - 5:00 PM PST

**Online Resources:**

* 🌐 **Support Portal:** developer.magtek.com

**Documentation Feedback:**

Help us improve this documentation! [feedback@magtek.com](mailto:feedback@magtek.com?subject=Feedback)
{% endhint %}


---

# 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://developer.magtek.com/products/legacy-products/oem-readers-and-components.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.
