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:
parent
bc711523a0
commit
d9243947c5
1 changed files with 11 additions and 0 deletions
11
pages/linux/microcom.md
Normal file
11
pages/linux/microcom.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue