且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Python windows serial

更新时间:2022-08-12 20:20:42

                            Python windows serial 

一、参考文章:
    Serial port programming
        http://www.cnblogs.com/2zhyi/p/3405339.html
    python pyserial 2.7
        https://pypi.python.org/pypi/pyserial
    串口通讯的python模块——pySerial
        http://blog.csdn.net/dainiao01/article/details/5885122
    Welcome to pySerial’s documentation
        http://pythonhosted.org/pyserial/

二、install pyserial 2.7
    1. download: https://pypi.python.org/pypi/pyserial
    2. 解压并跳转到解压出的目录
    3. dos命令行运行:python setup.py install 

三、使用:
    参考:http://pythonhosted.org/pyserial/