No description
  • C 57.7%
  • Roff 15.3%
  • Shell 12.8%
  • Nix 7.3%
  • Makefile 6.9%
Find a file
2024-05-04 11:26:40 +02:00
debian Update changelog for 20200306 release 2020-03-06 18:26:14 +01:00
completion.bash Teach shell completions about the -t option 2020-01-04 17:56:05 +01:00
completion.fish Add completion for fish 2024-05-04 00:59:19 +02:00
completion.zsh Teach shell completions about the -t option 2020-01-04 17:56:05 +01:00
default.nix Add completion for fish 2024-05-04 00:59:19 +02:00
flake.lock nix: Add flake.nixbang 2021-11-27 15:01:36 +01:00
flake.nix nix: Add flake.nixbang 2021-11-27 15:01:36 +01:00
Makefile Add completion for fish 2024-05-04 00:59:19 +02:00
README.md Add README 2020-11-25 09:14:37 +01:00
sterm.c Add --help and --version command line switches 2021-12-19 16:49:47 +01:00
sterm.man Few fixes in the man page 2020-01-05 22:30:50 +01:00

Simple serial terminal

This is a minimalist terminal program like minicom or cu. The only thing it does is creating a bidirectional connection between stdin/stdout and a terminal device (e.g. serial line). It can also set serial line baudrate, manipulate DTR/RTS modem lines, send break and throttle transmission speed.

The -d and -r option create short pulse on DTR/RTS. Linux always raises these lines when the device is opened and those options lower the lines immediately after opening.

For more details see the man page.

Installation

make
make install