From d9243947c526a03da6054202f0a2b99e8a5ba3dc Mon Sep 17 00:00:00 2001 From: Jeroen Meulemeester Date: Mon, 9 Oct 2017 23:00:02 +0200 Subject: [PATCH] microcom: add page --- pages/linux/microcom.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/linux/microcom.md diff --git a/pages/linux/microcom.md b/pages/linux/microcom.md new file mode 100644 index 0000000000..2275a1b3e4 --- /dev/null +++ b/pages/linux/microcom.md @@ -0,0 +1,11 @@ +# microcom + +> A minimalistic terminal program. + +- Open a serial port using the specified baudrate: + +`microcom --port {{path/to/serial-port}} --speed {{baudrate}}` + +- Establish a telnet connection (rfc2217) to the specified host: + +`microcom --telnet {{hostname}}:{{port}}`