For the complete documentation index, see llms.txt. This page is also available as Markdown.

How to use the OID Converter Console Demo

Introduction

This document provides instructions to use the OID Converter Console. It is part of a larger library of documents designed to assist Secure Card Readers implementers, which includes the following documents available from MagTek:

  • D998200380 MAGTEK UNIVERSAL SDK PROGRAMMER'S MANUAL (MICROSOFT.NET)

  • D998200383 DynaFlex Family Programmer’s Manual (COMMANDS)

How to use the OID Converter Console Demo

The following instructions are for using the DynaFlex, DynaProx OID Converter Console on a Windows operating system.

The console app accepts 2 input parameters: OID & Command Data. The result is the data to pass to MTUSDK commands getConfigInfo() and setConfigInfo().

Get Configuration

When getting a configuration, only input the OID.

  • Launch a command terminal where the oidconverter.exe is located.

  • Type oidconverter and an OID in decimal format as shown below, then ENTER. The OID may also be typed in hexadecimal as commented out below.

c:\temp\oidconverter 2.1.2.2.2.1

//When using hexadecimal OID
//c:\temp\oidconverter 020102020201
  • The console app displays the Input OID and Converted OID as shown below.

  • Use the Converted OID when getting a property value with the MTUSDK API getConfigInfo().

  • When calling the function getConfigInfo, parameter configType is the first number of the OID. 2.1.2.2.2.1

Set Configuration

When setting a configuration, input the OID and the Command Data.

  • Launch a command terminal where the oidconverter.exe is located.

  • Type oidconverter, an OID, in decimal format, and a Value in hexadecimal as shown below, then ENTER.

The OID may also be typed in hexadecimal as commented out below.

  • The console app displays the Input OID and Converted OID as shown below.

  • Use the Converted OID when setting a property value with the MTUSDK API setConfigInfo().

  • When calling the function getConfigInfo, parameter configType is the first number of the OID. 1.2.3.1.1.1

Last updated