python 3 serial module install

/*************************************************************************
 *                   python 3 serial module install
 * 说明:
 *     在使用python 3的时候发现少了serial模块,记录一下安装方法。
 *
 *                                      2017-1-17 深圳 南山平山村 曾剑锋
 ************************************************************************/

一、参考文档:
    1. python no module named serial
        http://stackoverflow.com/questions/20559457/python-no-module-named-serial

二、安装命令:
    sudo pip3 install pyserial

 

posted on 2017-01-17 10:29  zengjf  阅读(553)  评论(0)    收藏  举报

导航