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

python-pyserial 3.5

Python Serial Port Bindings

pyserial provide serial port bindings for Python. It supports different byte sizes, stop bits, parity and flow control with RTS/CTS and/or Xon/Xoff. The port is accessed in RAW mode.

Installation

Install python-pyserial 3.5 as follows:

guix install python-pyserial@3.5

Or install the latest version:

guix install python-pyserial

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.