> 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-go/documentation/user-manuals/google-wallet-smart-tap-integration/send-the-command-set.md).

# Send The Command Set

* Select the Tools tab , and select the Send Command menu.

<figure><img src="/files/e3dONbBcKLxUlnHk83jO" alt=""><figcaption></figcaption></figure>

* Below the Output box, change the Log Type to All Messages . Because the Output box auto scrolls after each command sent, the bottom displays the response referenced in these instructions.

<figure><img src="/files/4ScUfIai8JE4BBLThl8J" alt=""><figcaption></figcaption></figure>

* Enter the following sequence of commands into the Raw Command text box&#x20;

{% hint style="info" %}
Note: Commands may need to be copied and pasted to the time.
{% endhint %}

**Set Protection Key Command**

{% code overflow="wrap" %}

```applescript
AA0081040117EF04842BEF0481010182207DD1722EC35C25737E7776D54D638C807EFC 467EAF70A1F6909C518420CCCEE3830217DF
```

{% endcode %}

**Response**

{% code overflow="wrap" %}

```
Communication: <- AA-00-81-04-82-17-EF-04-82-04-00-00-00-00
```

{% endcode %}

**Set Your Long Term Key Command**

{% code overflow="wrap" %}

```
AA0081040118EF05848196EF0581010182040000000183020079858180B402AA3EC2EC 15DE2DCF8B06C75038DD0CBDA17C03FE6A71DBF2757A6CD050C39B99E2E190FC11C80E B07F0E6E1CA4B19A2FCEF4D35C48E0CF545045FC5F1E5C2973A8A8A05B33EBABD1D9A8 FE6CBC7E55A1083AD3CB00B452504015A96A82E3F0F49ACE94F20622251705071B73A5 6E8DAD2B971CD8865ACCB66A169DF0BEF88602BB2E
```

{% endcode %}

**Response**

{% code overflow="wrap" %}

```
Communication: <- AA-00-81-04-82-18-EF-05-82-04-00-00-00-00-84-08-EF-05-81-04-00-00-00-01
```

{% endcode %}

**Retrieve your key version Command**

{% code overflow="wrap" %}

```
AA008104010AEF058405EF05810100
```

{% endcode %}

**Response**

{% code overflow="wrap" %}

```
Communication: <- AA-00-81-04-82-0A-EF-05-82-04-00-00-00-00-84-08-EF-05-81-04-00-00-00-01
```

{% endcode %}

**Set Collector ID Slot 1 with value Command: “DF7C083230313830363038DF7D0103”**

{% code overflow="wrap" %}

```
AA0081040110D1118429D11181072B06010401F6098501018919E117E115E113E111D0 0FDF7C083230313830363038DF7D0103
```

{% endcode %}

**Response**

{% code overflow="wrap" %}

```
Communication: <- AA-00-81-04-82-10-D1-11-82-04-00-00-00-00-84-82-00-29-D1-11-81-07-2B-06-01-04-01-F6-09-85-01-01-89-19-E1-17-E1-15-E1-13-
E1-11-D0-0F-DF-7C-08-32-30-31-38-30-36-30-38-DF-7D-01-03
```

{% endcode %}

**Set Google Wallet Smart Tap POS Capability Command: (this sample set value to 08140300)**

{% code overflow="wrap" %}

```
AA008104010BD111841ED11181072B06010401F609850101890EE10CE10AE108E106DA 0408140300
```

{% endcode %}

**Response**

{% code overflow="wrap" %}

```
Communication: <- AA-00-81-04-82-0B-D1-11-82-04-00-00-00-00-84-82-00-1E-D1-11-81-07-2B-06-01-04-01-F6-09-85-01-01-89-0E-E1-0C-E1-0A-E1-08-E1-06-DA-04-08-14-03-00
```

{% endcode %}


---

# 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-go/documentation/user-manuals/google-wallet-smart-tap-integration/send-the-command-set.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.
