sterm 20200306
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.
- Outputs:
out - Website: https://github.com/wentasah/sterm
- Licenses: GPL 3+
- Package source: gnu/packages/engineering.scm
- Builds: See build status
- Issues: See known issues
Installation
Install sterm 20200306 as follows:
guix install sterm@20200306
Or install the latest version:
guix install sterm
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.