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

How to use the EMVConfiguration Console

How to use the EMVConfiguration Console

The following instructions are for using the MTUSDK Test console on a Linux operating system. In these examples, lines are removed and replaced with “. . .” for brevity.

BIN File

To send an individual BIN configuration file to the device follow these steps.

  • After the name of the console, enter:

[cfg.bin] Name of the .bin file
-t	File type (excel or bin)
-i	File Id number. 8 digit file id.
        00000000	TERMINAL
        00000100	PROCESSING
        00000200	ENTRYPOINT
        00000300	CA KEYS
        00000500	AMEXDRL

-d	Device path. Optional if using USB. 

Example: Terminal configuration bin file

$ sudo ./emvconfiguration cfg00000000.bin –t bin –i 0000000000

  • Then press Enter key. The result is shown similar as below.

  • The console exits afterwards.

Excel File

To send an Excel configuration file to the device follow these steps. Excel may contain one or multiple configurations.

  • After the name of the console, enter:

Example: Excel configuration file

  • Then press Enter key. The EMVConfiguration console will connect to Magensa Remote Services, send the excel content for conversion into .bin format, and then send each .bin file to the device.

The result is shown similar as below.

  • The console exits afterwards.

Last updated