11 2022 档案
python 连接蓝牙设备并接收数据
摘要:python 连接蓝牙设备 原始内容 # %% from binascii import hexlify import struct from bluepy.btle import Scanner, DefaultDelegate,UUID, Peripheral # %% class ScanDe 阅读全文
posted @ 2022-11-22 11:02 白码一号 阅读(3162) 评论(0) 推荐(1)
.Netcore使用socket通讯(webapi)
摘要:模拟服务端 private string TcpServiceControl(string value) { // 1.按照模拟工具上看 先new一个tcp服务 Socket serverSocket = new Socket(AddressFamily.InterNetwork, SocketTy 阅读全文
posted @ 2022-11-10 11:11 白码一号 阅读(2381) 评论(1) 推荐(0)