3.6.7 CNFG_GetProductName Command
and its Response
The CNFG_GetProductName command (0x8D) reads the product name
from NVM.
This command is sent through Endpoint 0x05 (OUT). The response is read through Endpoint 0x85 (IN).
| Byte Index | Command | Description | |
|---|---|---|---|
| 0 | 0x8D | Command code | Returns the product name from NVM |
| Byte Index | Response | Description | |
|---|---|---|---|
| 0 | 0x8D | Echo command code | Returns the command code and the product name from NVM |
| 1 | 0x21 |
Accepted | Command is accepted |
| 2 | bPrdLen | Number of ASCII characters x 2 (UTF-16LE format) | Length of the product name in bytes |
| 3 | vPrdName | Product name (up to 30 ASCII characters) | Product name, in UTF-16LE format |
