# NFC Tag Send Command

Uses the device NFC antenna for sending a command and receiving the answer to HF tags when in close proximity.

Action available for the following operating systems:

![](https://3821468174-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTlA1suFa5N48x_83N%2F-MRyM0oaNsXwwPOj5IbC%2F-MRyMmurYkr5sJQek1Ij%2FAndroid2.PNG?alt=media\&token=eef074c1-97a0-44ae-a1ea-7c86dc6ac13a)

### Parameters

* **Tag Type** numeric - The type of tags to write data. It can be one of:
  * 1 - **Mifare Classic**
  * 2 - **Mifare Ultralight**
  * 3 - **ISO 15693**
* **Coded** numeric - Specifies if the data to write and answer received are coded with ASCII codes enclosed in ‘<’ and ‘>’. This is useful for debugging. It can be one of:
  * 1 - **Yes**
  * 2 - **No**
* **Command** string - The command to send to the tag.
* **Target Answer** string - The target control or variable to store the command answer.

{% hint style="warning" %}
This action is currently only supported on Android.
{% endhint %}

{% hint style="info" %}
A part of Android documentation on the command parameter states:

* Applications must not append the EoD (CRC) to the payload, it will be automatically calculated.
* Applications must only send commands that are complete bytes, for example a SENS\_REQ is not possible (these are used to manage tag polling and initialization).
  {% endhint %}

{% hint style="info" %}
On Android, specifying **Tag Type = 0** allows to send a command for any tag type supported by Android.
{% endhint %}
