• Home
  • Raw
  • Download

Lines Matching +full:x +full:- +full:versions

16 Copyright (C) 2001-2020 Chris Liechti <cliechti(at)gmx.net>
20 - `project page on GitHub`_
21 - `Download Page`_ with releases (PyPi)
22 - This page, when viewed online is at https://pyserial.readthedocs.io/en/latest/ or
33 - Same class based interface on all supported platforms.
34 - Access to the port settings through Python properties.
35 - Support for different byte sizes, stop bits, parity and flow control with
37 - Working with or without receive timeout.
38 - File like API with "read" and "write" ("readline" etc. also supported).
39 - The files in this package are 100% pure Python.
40 - The port is set up for binary transmission. No NULL byte stripping, CR-LF
43 - Compatible with :mod:`io` library
44 - RFC 2217 client (experimental), server provided in the examples.
49 - Python 2.7 or Python 3.4 and newer
51 - If running on Windows: Windows 7 or newer
53 - If running on Jython: "Java Communications" (JavaComm) or compatible
56 For older installations (older Python versions or older operating systems), see
57 `older versions`_ below.
69 ---------
72 python -m pip install pyserial
74 Using the `python`/`python3` executable of the desired version (2.7/3.x).
80 ----------
87 conda install -c conda-forge pyserial
90 conda-forge channel provides the current 3.x version.
95 ------------------------------------
98 Unpack the archive, enter the ``pyserial-x.y`` directory and run::
102 Using the `python`/`python3` executable of the desired version (2.7/3.x).
105 --------
106 There are also packaged versions for some Linux distributions:
108 - Debian/Ubuntu: "python-serial", "python3-serial"
109 - Fedora / RHEL / CentOS / EPEL: "pyserial"
110 - Arch Linux: "python-pyserial"
111 - Gentoo: "dev-python/pyserial"
127 Older Versions
129 Older versions are still available on the current download_ page or the `old
130 download`_ page. The last version of pySerial's 2.x series was `2.7`_,
131 compatible with Python 2.3 and newer and partially with early Python 3.x
132 versions.
135 un*x like systems, MacOSX and Jython.
145 .. _`1.21`: https://sourceforge.net/projects/pyserial/files/pyserial/1.21/pyserial-1.21.zip/download