3.7.8 Locking, Unlocking, and Permanently Locking the Device Configuration
Lock Configuration
To lock the configuration, follow these steps:
- Send the CNFG_LockConfiguration command through Endpoint 0x05 (OUT).
- Provide the eight-byte password.
- Read the response through Endpoint 0x85 (IN).
A successful response indicates that the configuration is password-protected and locked.
Unlock Configuration
To unlock the configuration, follow these steps:
- Send the CNFG_UnlockConfiguration command through Endpoint 0x05 (OUT).
- Provide the eight-byte password.
- Read the response through Endpoint 0x85 (IN).
A successful response indicates that the configuration is unlocked and can be modified.
Permanently Lock Configuration
Caution: Permanently locking the configuration is irreversible. Verify that all configuration settings are correct before issuing this command.
If the response is “accepted and successful (0x20)”, the configuration is permanently locked and can never be unlocked or modified.
If the response is rejected as “serial number mismatch (0x60)”, retry with the correct serial number.
To read the serial number:
- Send the CNFG_GetSerialNumber command through Endpoint 0x05 (OUT).
- Read the response through Endpoint 0x85 (IN).
0x8F→ CNFG_GetSerialNumber Command0x21→ The command is accepted and executed successfullybSrlLen→ Length of the serial number in bytes (maximum 60 bytes)vSrlNum→ The serial number is in Unicode format and can include up to 30 printable ASCII characters
Use this serial number to permanently lock the device configuration.
