2010-09-25 07:15:38 +02:00
|
|
|
This module encapsulates the access to the serial port. It provides
|
|
|
|
backends for Python running on Windows, Linux, BSD (possibly any POSIX
|
|
|
|
compliant system), Jython, and IronPython (.NET and Mono). The module
|
|
|
|
named "serial" automatically selects the appropriate backend.
|
2002-02-27 04:25:41 +01:00
|
|
|
|
|
|
|
WWW: http://pyserial.sourceforge.net/
|