# EMV Configuration Software Instructions

Document Number D998200314-10

**Table 1.1 - Revisions**

| Rev Number | Date          | Notes           |
| ---------- | ------------- | --------------- |
| 10         | June 11, 2019 | Initial Release |

## About This Document

This document describes how to use the MagTek EMV Configuration application to verify the EMV configuration on a MagTek oDynamo and DynaWave connected to a host PC via USB interface.

## How to connect to the Device

This section will demonstrate how to use the MagTek EMV Configuration application on an oDynamo and DynaWave.

* Connect the device to the host PC via USB cable.
* Power cycle the device. Wait until the status LED is steady Green in color.&#x20;
* Press the Open button to connect to the device. The software will display the Serial Number and

  **Firmware Version**.

**Serial Number**

![](/files/cb362539ba5f296cd116b26c392773016a8045d0)

## How to View EMV Tags

This section will demonstrate how to view EMV tags.

* After the device is already open, press on the EMV Tags select a Database, select a Slot, select a tag type from the list, and press theSend button

![](/files/c59e34a0be4922c3e43e7a892764c7ad7242962f)

* A list is displayed in columns of Tag, Length (decimal), Value (hexadecimal), and Description.

![](/files/625a8e5e96255b817a3ff53e2bad25ecbc23fe18)

* To view a subset from the result list, enter either a Tag, Value, or Description into the Filter input box. Below are examples of searching for the tag “dfdf16” and description “max size”.

![](/files/c6b4d08383770e2f25606b08fdbf23189c6aa7a4) ![](/files/9b97d74da238bc44c41df0c061a919be19a49384)

* To view specific tags, select a tag type without “All” in its description, enter a Tag value or list of values without spaces, then press the Send button. Below is example result of getting tags DFDF02 and DFDF16.

![](/files/a9c5e8b53f2711acde6b921a7722ccb3c7dbb5d5)

## How to Verify EMV Tags

This section demonstrates how to verify the device against an EMVTag xml file. An EMVTag file contains an array of tags. Only tags listed in the EMVTag file are compared against the device.

**Verify**

* Press the **EMV Tags** tab and press the Verify button.

![](/files/ae3c9a97c25fe1b9b4e02f53c72ee0704c8e934b)

* Select the EMV tags file to be compared with the device, and press theOpen button.

![](/files/720f96e2985b9a38764757bde21eee3a59e7ee53)

**Open**

* The status of the verification will be displayed. Each mismatched tag is shown as: Error Item \[Tag] -> \[ValueFromFile]

Example: Successful verification.

![](/files/2e9ec7963fc2e975c8a4bf98543aa2d8bd9909c5)

Example: Failed verification. Value in device is 00000080.

![](/files/62fc8355d49e4a3bace48edbf1f6355ab975ba11)

## How to View EMV CA Public Keys

This section demonstrates how to view Certificate Authority Public Keys (CAPKs) on a device.

* Press on the CA Public Key tab, select a **Database**, and press the Send button.

![](/files/61f51aea512a38c87fe8799f15f6558bfeb8f021)

* A list of CAPKs will be shown along with the status of the operation.

![](/files/15854450e1d6096404f64f3e180612eb2cfa243c)

## How to Verify EMV CA Public Keys

This section demonstrates how to verify the device against an EMVCAPK xml file. An EMVCAPK file contains an array of Certificate Authority Public Keys. Only CAPKs listed in the EMVCAPK file are compared against the device.

* Press the CA Public Key tab and press the Verify button.

![](/files/539b6ff7ba18d24cc67e37b5ad55bbef0129e9de)

* Select the EMVCAPK xml file to be compared with the device, and press the Open button.

![](/files/a9494996351a3d23678bd47fc25fddec033956c2)

* The status of the verification will be displayed. Each mismatched RID is shown as: Error Item \[RID] -> \[ValueFromFile]

Example: Successful verification.

![](/files/1347ea31813df59eaff05ae2c5b875a5a0695417)

Example: Failed verification.

![](/files/d16ba71cbf7aeefad48a2ff0f161af5d381c7b04)


---

# Agent Instructions: 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:

```
GET https://developer.magtek.com/hardware/oem-readers-and-components/oem-readers/odynamo/documentation/user-manuals/emv-configuration-software-instructions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
