您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Python3 串口接收与发送16进制数据包的实例

  2. 如下所示: import serial import string import binascii s=serial.Serial('com4',9600) s.open() #接收 n=s.inwaiting() if n: data= str(binascii.b2a_hex(s.read(n)))[2:-1] print(data) #发送 d=bytes.fromhex('10 11 12 34 3f') s.write(d) s.close() 以上这篇Python3 串口
  3. 所属分类:其它

    • 发布日期:2021-01-01
    • 文件大小:27648
    • 提供者:weixin_38651365