Skip to content

The CMUX is not activate in the code #1

@danguyensw

Description

@danguyensw

I tried to test the CMUX support on TTGO SIM7000G board, and saw the following issues:

  • In current code bg96.c file, the CMUX is not activated by default.
   /* 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);
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions