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.
- Outputs:
out
- Website: https://github.com/pyserial/pyserial
- Licenses: Modified BSD
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
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.