摘要: 程序代码如下: import serial,threading,time class SerThread(): def __init__(self,portx): # 初始化串口 self.my_serial=serial.Serial() self.my_serial.port=portx sel 阅读全文
posted @ 2020-01-10 10:44 Ubuntu1804 阅读(2239) 评论(0) 推荐(0) 编辑