Python3.2----串口模块Pyserial

This module encapsulates the access for 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.

 

- Project Homepage: http://pyserial.sourceforge.net
- Project page on SourceForge: http://sourceforge.net/projects/pyserial/
- SVN repository: http://sourceforge.net/svn/?group_id=46487
- Download Page: http://sourceforge.net/project/showfiles.php?group_id=46487

 

    使用以下模块实现串口操作:

1. pyserial模块(pyserial-py3k-2.5.win32.exe)
2. pywin32 (http://sourceforge.net/projects/pywin32/) 

 

你可能感兴趣的:(windows,python,Module,Access,download,jython)