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

    技术2022-05-19  24

    This module encapsulates the access for the serial port. It provides backendsfor Python running on Windows, Linux, BSD (possibly any POSIX compliantsystem), 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/) 

     


    最新回复(0)