1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/microcom.md

12 lines
272 B
Markdown
Raw Normal View History

2017-10-09 23:00:02 +02:00
# 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}}`