From 1bf57ea687ec4d1a19cac667965682afc3e68430 Mon Sep 17 00:00:00 2001 From: Harrison Date: Thu, 10 Jul 2025 09:03:59 +0800 Subject: [PATCH] minicom: add more examples (#17184) --- pages/linux/minicom.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/minicom.md b/pages/linux/minicom.md index f595f147cc..0c624ae454 100644 --- a/pages/linux/minicom.md +++ b/pages/linux/minicom.md @@ -15,6 +15,10 @@ `sudo minicom {{[-D|--device]}} {{/dev/ttyXYZ}} {{[-s|--setup]}}` +- Capture the output of a serial port to a file: + +`sudo minicom {{[-D|--device]}} {{/dev/ttyXYZ}} {{[-C|--capturefile]}} {{path/to/file}}` + - Exit minicom: ``