Can't save the output of minicom into a file

前端 未结 3 996
一向
一向 2021-02-05 04:31

When I use Minicom to capture data from a serial port, I need to save the big data into a file, named minicom.cap. However, if I press Ctrl+A and L to capture file,

3条回答
  •  终归单人心
    2021-02-05 04:52

    minicom needs a configuration file that is under root permissions and is stored at /etc/minicom/ and is named minirc.dfl.

    Usually when you first run minicom for the first time, as sudo, you can save the minirc.dfl, as if you run as any other user it will not save.

    That may be your problem.

提交回复
热议问题