10.10.2019 – Embedded/Communication/Minicom_sending_unsolicited_data.md

Minicom sending unsolicited data

If minicom is sending unsolicited data after reconnecting, e.g. AT commands, ModemManager is very likely the source.

Find out with

1
$ ps -ax | grep Modem

Permanently eliminate with

1
2
$ sudo systemctl stop ModemManager
$ sudo systemctl disable ModemManager