mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
minicom, picocom, cu: refer to each other and tio (#20802)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# picocom
|
||||
|
||||
> Minimal program to emulate serial consoles.
|
||||
> See also: `minicom`, `cu`, `tio`.
|
||||
> More information: <https://manned.org/picocom>.
|
||||
|
||||
- Connect to a serial console with the default baud rate of 9600:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# cu
|
||||
|
||||
> Call Up another system and act as a dial-in/serial terminal or perform file transfers with no error checking.
|
||||
> See also: `picocom`, `minicom`, `tio`.
|
||||
> More information: <https://manned.org/cu>.
|
||||
|
||||
- Open a given serial port:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# minicom
|
||||
|
||||
> Communicate with the serial interface of a device.
|
||||
> See also: `picocom`, `cu`, `tio`.
|
||||
> More information: <https://manned.org/minicom>.
|
||||
|
||||
- Open a given serial port:
|
||||
|
||||
Reference in New Issue
Block a user