From 6a5c49c3242c7ecdfa7d44360967aada36a73752 Mon Sep 17 00:00:00 2001 From: Rahmanu Hermawan Date: Thu, 30 Dec 2021 11:55:32 +0100 Subject: [PATCH] minicom: add page (#7564) --- pages/linux/minicom.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/minicom.md diff --git a/pages/linux/minicom.md b/pages/linux/minicom.md new file mode 100644 index 000000000..abbcef3f4 --- /dev/null +++ b/pages/linux/minicom.md @@ -0,0 +1,16 @@ +# minicom + +> A program to communicate with the serial interface of a device. +> More information: . + +- Open a given serial port: + +`sudo minicom --device {{/dev/ttyUSB0}}` + +- Open a given serial port with a given baud rate: + +`sudo minicom --device {{/dev/ttyUSB0}} --baudrate {{115200}}` + +- Enter the configuration menu before communicating with a given serial port: + +`sudo minicom --device {{/dev/ttyUSB0}} --setup`