萤石-module 'serial' has no attribute 'Serial'

Posted 司砚章

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了萤石-module 'serial' has no attribute 'Serial'相关的知识,希望对你有一定的参考价值。

module \'serial\' has no attribute \'Serial\'

问题代码:

1 import serial #导入pyserial
2 com = serial.Serial(\'com3\' , 115200) #实例化串口,com3,波特率115200

报错:module \'serial\' has no attribute \'Serial\'

解决方法:1、卸载serial;2、卸载pyserial;3、重新打开编辑器。

1 pip uninstall serial
2 pip uninstall pyserial
3 pip install pyserial

 

以上是关于萤石-module 'serial' has no attribute 'Serial'的主要内容,如果未能解决你的问题,请参考以下文章

ImportError: No module named 'serial'

python 串口

萤石即将科创板上市,拟募资37.39亿布局智能家居和云平台业务

self.user = serializer_field.context['request'].user KeyError: 'request

Undefined class constant 'SERIALIZER_IGBINARY' 解决方法

Arduino中出现错误说是'Serial1' was not declared in this scope.