Package pyserial-py27-2.6-1
| System | Binary Distributions | CVS/rsync Source Distributions | |
|---|---|---|---|
10.8/x86_64 | |||
10.7/x86_64 | 2.6-1 | ||
10.6/x86_64 | |||
10.6/i386 | |||
10.5/i386 | |||
10.5/powerpc | |||
| Description: | Python access to serial ports (2.6-1) | |
pySerial
--------
This module encapsulates the access for the serial port. It provides
backends for standard Python running on Windows, Linux, BSD (possibly
any POSIX compliant system) and Jython. The module named "serial"
automatically selects the appropriate backend.
Features
--------
- Same class based interface on all supported platforms.
- Access to the port settings through Python properties.
- Port numbering starts at zero, no need to know the platform dependent port
name in the user program.
- Port name can be specified if access through numbering is inappropriate.
- Support for different bytesizes, stopbits, parity and flow control
with RTS/CTS and/or Xon/Xoff.
- Working with or without receive timeout, blocking or non-blocking.
- File like API with "read" and "write" ("readline" etc. also supported).
- The files in this package are 100% pure Python.
They depend on non standard but common packages on Windows (win32all) and
Jython (JavaComm). POSIX (Linux, BSD) uses only modules from the standard
Python distribution).
- The port is set up for binary transmission. No NULL byte stripping, CR-LF
translation etc (which are many times enabled for POSIX). This makes this
the module universally useful. | ||
| Section: | libs | |
| Maintainer: | Kurt Schwehr <goatbarATusersDOTsourceforgeDOTnet> | |
| Website: | http://pyserial.sourceforge.net/ | |
| License: | OSI-Approved | |
| Info-File: | dists/10.7/stable/main/finkinfo/libs/pyserial-py.info CVS log, Last Changed: Thu, 01 Dec 2011 04:00:12 (UTC) | |
Section list - Flat package list - Search packages
(*) = Unsupported distribution.