I’ve encountered unexpected behavior with the BG95-M3 modem: it seems to ignore the ATE0 command meant to disable echo. Below are the communication traces I’ve recorded:
RxGsm: RDY
TxGsm: ATE0
RxGsm: ATE0
RxGsm: OK
TxGsm: AT
RxGsm: AT
RxGsm: OK
TxGsm: AT+CMEE=1
RxGsm: AT+CMEE=1
RxGsm: OK
Has anyone experienced this issue or have any ideas on how to resolve it?
Any help or suggestions would be greatly appreciated.
Thanks Bean.Wang-Q. Those traces are not from any UART tool but from my own firmware. With this same firmware but other unit of BG95-M3 the behaviour is as expected: echo is turned off.
So, most BG95-M3 work just fine regarding the echo off command, but for some reason some units do not.