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/

 

相关文章:

  • 2021-10-31
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2021-08-28
  • 2022-03-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-20
相关资源
相似解决方案