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

picocom

Minimal dumb-terminal emulator

Picocom is a minimal dumb-terminal emulation program. It was designed to serve as a simple and manual modem configuration, testing, and debugging tool. It also serves well as a low-tech serial communications program to allow access to all types of devices that provide serial consoles.

Installation

Install the latest version of picocom as follows:

guix install picocom

Or install a particular version:

guix install picocom@3.1

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 picocom about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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