筆記:python讀取串口數據並保到本地txt文件

效果 代碼 import time import serial ser = serial.Serial( port=‘COM3’, baudrate=9600, parity=serial.PARITY_ODD, # 校驗位 stopbits=serial.STOPBITS_TWO, # 停止位 bytesize=serial.SEVENBITS # 數據位 ) data = ‘’ while T
相關文章
相關標籤/搜索