3.6.6 CNFG_GetManufacturer Command
and its Response
The CNFG_GetManufacturer command (0x8B) reads the manufacturer
name from NVM.
This command is sent through Endpoint 0x05 (OUT). The response is read through Endpoint 0x85 (IN).
| Byte Index | Command | Description | |
|---|---|---|---|
|
0 |
|
Command code | Returns the manufacturer name saved in NVM |
| Byte Index | Response | Description | |
|---|---|---|---|
| 0 | 0x8B | Echo command code | Returns the command code and the manufacturer name from NVM |
| 1 | 0x21 |
Accepted | Command is accepted |
| 2 | bMfrLen | Number of ASCII characters x 2 (in UTF-16LE format) | Length of manufacturer name in bytes |
| 3 | vMfrName | Manufacturer name (up to 30 ASCII characters) | Manufacturer name, in UTF-16LE format |
