cu
linux
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 info →Options (4)
-l, --linebooleanOpen a given serial port
Example:
sudo cu {{[-l|--line]}} {{/dev/ttyXYZ}}-s, --speedbooleanOpen a given serial port with a given baud rate
Example:
sudo cu {{[-l|--line]}} {{/dev/ttyXYZ}} {{[-s|--speed]}} {{115200}}-h, --halfduplexbooleanOpen a given serial port with a given baud rate and echo characters locally (half-duplex mode)
Example:
sudo cu {{[-l|--line]}} {{/dev/ttyXYZ}} {{[-s|--speed]}} {{115200}} {{[-h|--halfduplex]}}-f, --nortsctsbooleanOpen a given serial port with a given baud rate, parity, and no hardware or software flow control
Example:
sudo cu {{[-l|--line]}} {{/dev/ttyXYZ}} {{[-s|--speed]}} {{115200}} --parity={{even|odd|none}} {{[-f|--nortscts]}} --nostopExamples (6)
Open a given serial port with a given baud rate and echo characters locally (half-duplex mode)
Open a given serial port with a given baud rate, parity, and no hardware or software flow control
Exit the `cu` session when in connection
<Enter><~><.>Display help
cu --helpmade by @shridhargupta | data from tldr-pages