Serial LTE Modem doesn't show what I typed

Is there an option (on cofig files etc.) to set it true for echoing what I typed on Serial LTE Modem firmware application?

Parents Reply
  • Hello,

    The reason for the lack of echo in the SLM application is that CONFIG_SHELL is disabled in the application. For the Modem Shell sample, CONFIG_SHELL is enabled, which again enables CONFIG_SHELL_ECHO_STATUS by default.

    So you will need to add shell functionality to the SLM application to get the functionality you want. CONFIG_SHELL_ECHO_STATUS should be enabled by default, but if it is not you can enable it manually.

    Best regards,

    Maria

Children
Related