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

搜索资源列表

  1. 串口通信、TCP通信 python实例

  2. 安装python27.pyserial.vc6.0 ============================ 1、运行Mysocket.exe 2、运行text.py =========================== 封住了三层AW。仅供个人学习。谢谢!
  3. 所属分类:Python

    • 发布日期:2012-12-09
    • 文件大小:118784
    • 提供者:wangxingqian
  1. python installers

  2. 适用于winXP 32操作系统。pyserial-2.5.win32.exe python-2.7.2.msi
  3. 所属分类:Python

    • 发布日期:2013-06-18
    • 文件大小:14680064
    • 提供者:xiel620
  1. nRF_Sniffer_UG_v2.2--nrf官方说明文档.pdf

  2. Introduction The nRF Sniffer is a tool for debugging Bluetooth low energy (BLE) applications by detecting packets between a selected device and the device it is communicating with, even when the link is encrypted. When developing a BLE product,
  3. 所属分类:其它

    • 发布日期:2020-03-14
    • 文件大小:3145728
    • 提供者:samlirongsheng
  1. pyserial.exe

  2. 用pyqt5做的串口助手。。。。 与其他串口设备数据的交互。。。。 无广告,简单易上手!!!!!
  3. 所属分类:Python

    • 发布日期:2020-07-22
    • 文件大小:33554432
    • 提供者:Lee12138111
  1. pyserial-2.5.win32.exe

  2. pyserial-2.5.win32,应该是python2.6可以使用的包,之前项目有用到过,不太记得了
  3. 所属分类:Python

    • 发布日期:2020-12-02
    • 文件大小:161792
    • 提供者:jbh_sunshine
  1. Python Serial串口基本操作(收发数据)

  2. 1、需要模块以及测试工具 模块名:pyserial 使用命令下载:python -m pip install pyserial 串口调试工具:sscom5.13.1.exe 2、导入模块 import serial 3、打开串口 直接通过new一个Serial()的实例即可打开 返回实例 # encoding=utf-8 import serial if __name__ == '__main__': com = serial.Serial('COM3', 115200) print
  3. 所属分类:其它

    • 发布日期:2020-12-16
    • 文件大小:116736
    • 提供者:weixin_38672807