mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 18:47:06 +00:00
Update cheatsheets
This commit is contained in:
17
linux/microcom
Normal file
17
linux/microcom
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# microcom
|
||||
|
||||
> A minimalistic terminal program, used to access remote devices via a serial, CAN or telnet connection from the console.
|
||||
> More information: <https://manned.org/microcom>.
|
||||
|
||||
- Open a serial port using the specified baud rate:
|
||||
|
||||
`microcom --port {{path/to/serial_port}} --speed {{baud_rate}}`
|
||||
|
||||
- Establish a telnet connection to the specified host:
|
||||
|
||||
`microcom --telnet {{hostname}}:{{port}}`
|
||||
Reference in New Issue
Block a user