> 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/hardware/card-readers/mms-dyna-devices/dynaflex-ii-ped/documentation/user-manuals/emvconfiguration-console-manual-linux/connect-to-mtusdk-emvconfig-console.md).

# Connect to MTUSDK EMVConfig Console

## Introduction

This document provides instructions to use the MTUSDK EMVConfiguration Console. The console sends either a .BIN file or contents of an Excel file to the device. BIN files are directly send to the device. Excel files are processed by Magensa Remote Services web service. The resulting BIN data is sent to the device.

This document is part of a larger library of documents designed to assist Secure Card Readers implementers, which includes the following documents available from MagTek:

* *D998200570 MAGTEK UNIVERSAL SDK PROGRAMMER'S MANUAL ( LINUX )*
* *D998200489 DYNAPROX PROGRAMMER'S MANUAL ( COMMANDS )*
* *D998200383 DYNAFLEX PRODUCTS PROGRAMMER'S MANUAL ( COMMANDS )*

## How to Connect to MTUSDK EMVConfiguration Console <a href="#id-2_how_to_connect_to_mtusdk_emvconfigurat" id="id-2_how_to_connect_to_mtusdk_emvconfigurat"></a>

## Connect via USB Interface <a href="#id-2_how_to_connect_to_mtusdk_emvconfigurat" id="id-2_how_to_connect_to_mtusdk_emvconfigurat"></a>

* Connect the device to the USB port of the Linux computer.
* The first time, allow a moment for the host to recognize the device.
* The console automatically connects to the first USB DynaProx it finds. If specified used as below.

### Connect via Serial Interface <a href="#id-2.2_connect_via_serial_interface" id="id-2.2_connect_via_serial_interface"></a>

* Connect the device to the Serial port of the Linux computer.
* The EMVConfiguration console accepts a device path of either usb or serial. Serial may be in one of the following formats pending on the system hardware.

```
-d serial://port=/dev/ttyS1
-d serial://port=/dev/serial0
-d serial://port=/dev/ttyUSB0
```

* Set the appropriate device path when specifying –d in the command line.


---

# 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/hardware/card-readers/mms-dyna-devices/dynaflex-ii-ped/documentation/user-manuals/emvconfiguration-console-manual-linux/connect-to-mtusdk-emvconfig-console.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.
