I tried to test the CMUX support on TTGO SIM7000G board, and saw the following issues:
/* CMUX */
if (bg96_dce->parent.dte->cmux) {
ESP_LOGI(DCE_TAG, "CMUX setup");
// esp_modem_start_cmux(dte);
// DCE_CHECK(bg96_dce->parent.dte->change_mode(bg96_dce->parent.dte, 2) == ESP_OK, "CMUX failed", err_io);
}
I tried to test the CMUX support on TTGO SIM7000G board, and saw the following issues: