python 串口pyserial

参考: 1、https://pyserial.readthedocs.io/en/latest/pyserial_api.html?highlight=flush 安装: 需要安装Pyserial pip install Pyserial 成功后用,在python IED中测试,import serial 打开: >>>ser=serial.Serial("COM5",115200), 如果打不开
相关文章
相关标签/搜索