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/
时间: 2024-10-25 01:08:10