pyserial for Python 2.7.2

前端 未结 8 1985
甜味超标
甜味超标 2021-02-03 12:33

I\'m new to Python. According to the internets I was looking for the module pyserial after receiving this error:

ImportError: No module named serial
         


        
8条回答
  •  情深已故
    2021-02-03 12:50

    pyserial comes now with a precomilied(?) Windows .exe installer: https://pypi.python.org/pypi/pyserial

提交回复
热议问题