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

sterm

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 the latest version of sterm as follows:

guix install sterm

Or install a particular version:

guix install sterm@20200306

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.

Badge code

You can use the following badge to inform users of sterm about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/sterm'><img src='https://packages.guix.gnu.org/packages/sterm/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/sterm/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/sterm)

Example Org:

[[https://packages.guix.gnu.org/packages/sterm][https://packages.guix.gnu.org/packages/sterm/badges/latest-version.svg]]