> 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/api-and-command-reference/scra-dynafamily-programmers-manual/configuration/firmware-identification-information-property-group-2.1.2.nnn.md).

# Firmware Identification Information - Property Group 2.1.2.nnn

## Firmware Identification Information

This section details settings about the device's top-level firmware identifier — the composite firmware ID that ties together the individual component versions and checksums listed below.

{% hint style="success" %}
Applies to: All Dyna Family products
{% endhint %}

### Settings in this group

| **Notification**                                                                                                                                                                                                                                                                                                  | **Information**                                                                                                                                         |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [<mark style="color:red;">**Firmware Identification Information**</mark>](/api-and-command-reference/scra-dynafamily-programmers-manual/configuration/firmware-identification-information-property-group-2.1.2.nnn/firmware-identification-information-property-subgroup-2.1.2.1.nn.md)                           | The device's top-level firmware identifier — the composite firmware ID that ties together the individual component versions and checksums listed below. |
| [<mark style="color:red;">**Core Firmware Information**</mark>](/api-and-command-reference/scra-dynafamily-programmers-manual/configuration/firmware-identification-information-property-group-2.1.2.nnn/core-firmware-information-property-subgroup-2.1.2.2.nn.md)                                               | Part number, version, and build details for the device's core application firmware — the main firmware that runs the reader.                            |
| [<mark style="color:red;">**EMV Firmware Information**</mark>](/api-and-command-reference/scra-dynafamily-programmers-manual/configuration/firmware-identification-information-property-group-2.1.2.nnn/emv-firmware-information-property-subgroup-2.1.2.3.nn.md)                                                 | Part number and version for the EMV firmware component that handles Level 2 EMV processing for contact and contactless transactions.                    |
| [<mark style="color:red;">**EMC Contactless L1 Kernel Checksum (Contactless Only)**</mark>](/api-and-command-reference/scra-dynafamily-programmers-manual/configuration/firmware-identification-information-property-group-2.1.2.nnn/emv-contactless-l1-kernel-checksum-contactless-only-property-2.1.2.3.4.3.md) | A checksum identifying the contactless Level 1 kernel firmware, used to confirm which L1 kernel build is installed.                                     |
| [<mark style="color:red;">**Discover D-PAS Kernel Checksum (Contactless Only)**</mark>](/api-and-command-reference/scra-dynafamily-programmers-manual/configuration/firmware-identification-information-property-group-2.1.2.nnn/discover-d-pas-kernel-checksum-contactless-only-property-2.1.2.3.7.3.md)         | A checksum identifying the Discover D-PAS contactless kernel firmware installed on the device.                                                          |
| [<mark style="color:red;">**China Union Pay Kernel ID (Contactless Only)**</mark>](/api-and-command-reference/scra-dynafamily-programmers-manual/configuration/firmware-identification-information-property-group-2.1.2.nnn/china-union-pay-kernel-id-contactless-only-common-kernel-property-2.1.2.3.b.1.md)     | The identifier and version of the China UnionPay contactless kernel firmware.                                                                           |
| [<mark style="color:red;">**WLAN Information (WLAN Only)**</mark>](/api-and-command-reference/scra-dynafamily-programmers-manual/configuration/firmware-identification-information-property-group-2.1.2.nnn/wlan-information-wlan-only-property-subgroup-2.1.2.5.nn.md)                                           | Firmware and version information for the device's Wi-Fi (WLAN) module, on models equipped with a WLAN radio.                                            |
| [<mark style="color:red;">**Custom UI**</mark>](/api-and-command-reference/scra-dynafamily-programmers-manual/configuration/firmware-identification-information-property-group-2.1.2.nnn/custom-ui-property-subgroup-2.1.2.8.nn.md)                                                                               | Identifies the custom user-interface package loaded on the device — which custom UI build (if any) is installed, and its version.                       |
| [<mark style="color:red;">**NFC**</mark>](/api-and-command-reference/scra-dynafamily-programmers-manual/configuration/firmware-identification-information-property-group-2.1.2.nnn/nfc-property-subgroup-2.1.2.9.nn.md)                                                                                           | Firmware and version information for the device's NFC contactless module and controller.                                                                |

### See Also

* <mark style="color:red;">**Commands**</mark>**&#x20;-->** This is what triggers a transaction
* <mark style="color:red;">**Messages**</mark>**&#x20;-->** The formats notifications are delivered in.


---

# 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/api-and-command-reference/scra-dynafamily-programmers-manual/configuration/firmware-identification-information-property-group-2.1.2.nnn.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.
