cdc_acm_host_install() function
Install CDC-ACM driver - USB Host Library must already be installed before calling this function (via usb_host_install()) - This function should be called before calling any other CDC driver functions
Arguments
driver_config
Driver configuration structure. If set to NULL, a default configuration will be used.
Return value
- ESP_OK: Success - ESP_ERR_INVALID_STATE: The CDC driver is already installed or USB host library is not installed - ESP_ERR_NO_MEM: Not enough memory for installing the driver