1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 06:35:24 +02:00

microcom: add page

This commit is contained in:
Jeroen Meulemeester 2017-10-09 23:00:02 +02:00
parent bc711523a0
commit d9243947c5

11
pages/linux/microcom.md Normal file
View file

@ -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}}`