Is there an option (on cofig files etc.) to set it true for echoing what I typed on Serial LTE Modem firmware application?
Is there an option (on cofig files etc.) to set it true for echoing what I typed on Serial LTE Modem firmware application?
Hello, we would recommend using a terminal that supports local echo.
Looks like tio has an ongoing issue on that, so best use something else, like maybe picocom: https://github.com/tio/tio/issues/92
Best regards,
Michal
Ok, picocom worked fine with parameter "-c" and even tio worked fine with "-e". But, I wrote an executable communicating with modem through UART with socket operations. And my parser expects the first line of answer (what I read from buffer) is what I sent. And It works fine with modem shell's at_cmd_mode. Because firmware application itself has local echo. I also mentioned in this answer: RE: Serial LTE Modem doesn't show what I typed
The question is is there way to do it on serial lte modem as well? Maybe with assigning some variable on conf file etc?
I created a pull request for this purpose: github.com/.../18823