This package browser is in early development. Mind the rough edges.

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.

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.