6.2 CLI Component MCC Overview

The Thread CLI MCC Component is responsible for managing the command line interface parsing services offered by the legacy open thread. The CLI Component in MPLAB Code Configurator is dependent on the Thread Stack MCC component, which is activated when the CLI services are included. The CLI utilizes the Thread USART service to parse incoming CLI commands, output responses, and manage Thread log output. The Thread CLI automatically activates the Thread USART dependency.

Table 6-2. CLI MCC Dependencies
Dependency ComponentDependency TypeDescription
Thread Stack(Thread SDK Driver)MandatoryCLI is an add on service for the open thread stack
Thread USARTMandatoryCLI uses Thread USART service for data input and output purposes.