프로그램 사용/minicom
minicom 로그 저장하기
구차니
2021. 9. 16. 16:20
통신을 주고 받으면서 해당 내용을 파일로 저장하는 기능.
ctrl-a,z 에서 "Capture on/off.....L" 을 눌러 들어가면
+-------------------------------------------------------------------+
| Minicom Command Summary |
| |
| Commands can be called by CTRL-A <key> |
| |
| Main Functions Other Functions |
| |
| Dialing directory..D run script (Go)....G | Clear Screen.......C |
| Send files.........S Receive files......R | cOnfigure Minicom..O |
| comm Parameters....P Add linefeed.......A | Suspend minicom....J |
| Capture on/off.....L Hangup.............H | eXit and reset.....X |
| send break.........F initialize Modem...M | Quit with no reset.Q |
| Terminal settings..T run Kermit.........K | Cursor key mode....I |
| lineWrap on/off....W local Echo on/off..E | Help screen........Z |
| Paste file.........Y Timestamp toggle...N | scroll Back........B |
| Add Carriage Ret...U |
| |
| Select function or press Enter for none. |
+-------------------------------------------------------------------+
저장할 파일명을 물어본다. minicom을 실행한 현재 디렉토리를 기준으로 저장된다.
+-----------------------------------------+
|Capture to which file? |
|> minicom.cap |
+-----------------------------------------+