CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - python serial

搜索资源列表

  1. The_serial-port_codes_of_Pytho

    0下载:
  2. 一个用Python写的串口程序代码,想学习的可以来下载。,Written by a serial port using Python code, I would like to learn to download.
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:2.12kb
    • 提供者:室宅男
  1. pascal_comm

    0下载:
  2. pascal写的一个通讯例子 -The communication example writed by pascal
  3. 所属分类:Com Port

    • 发布日期:2017-11-14
    • 文件大小:3.98kb
    • 提供者:站长
  1. RenameBatch

    0下载:
  2. 批量重命名文件夹中的文件为序列号名称,有一下选项,如 -d -w,可以通过-h查看帮助,为初学python所写-Batch rename files in that folder name for the serial number, you have options such as-d-w, by-h Show help book for python beginner
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1.12kb
    • 提供者:jiaqiang wang
  1. pyserial-2.4

    0下载:
  2. Python serial interface module includes miniterm example application. very flexible.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:131.01kb
    • 提供者:cyphunk
  1. pyserial-2.5-rc1.win32

    0下载:
  2. python的串口通讯模块,非常的好用。双击直接安装到系统目录。-python serial communication module, very easy to use. Double-click the installed directly into the system directory.
  3. 所属分类:Communication

    • 发布日期:2017-03-21
    • 文件大小:124.45kb
    • 提供者:lin
  1. pythonComm

    0下载:
  2. python通信程序, import serial,socket 连接网络,数据接收任务开始, 接收数据, 测试用部分-python Communication Program
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1.48kb
    • 提供者:mega
  1. CCC4

    0下载:
  2. 基于python 编写的使用串口的数据采集系统。附带客户端模拟器-Prepared to use python-based serial data acquisition system. With the client simulator
  3. 所属分类:Com Port

    • 发布日期:2017-05-13
    • 文件大小:2.95mb
    • 提供者:weizhe
  1. RS232-Serial-to-GSM-Network-Gateway-Python-Softwar

    0下载:
  2. Python Software Example use RS232 Serial to GSM Network Gateway -Python Software Example use RS232 Serial to GSM Network Gateway
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:34.61kb
    • 提供者:陳嘉年
  1. kyotocabinet-python-1.14.tar

    0下载:
  2. 这是 kyoko cabinet C语言库代码 Python 的绑定接口。 kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。 -This Python library wraps the polymorphic database of the C++ API. So, you can s
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:64.83kb
    • 提供者:Jim Abuma
  1. serial

    0下载:
  2. its a python code. you can send data by a serial communication.
  3. 所属分类:Communication

    • 发布日期:2017-05-01
    • 文件大小:527.46kb
    • 提供者:fdasl
  1. SerialReader

    0下载:
  2. 该程序是一个ARM板的双串口读TinyOS数据的程序。其中SerialReader.py是串口读数据,串口速度为115200。MainApp.py是串口读到的TinyOS数据的解析和显示。pyserial-2.6.tar.gz为linux下的python串口模块。sinkserialport是串口配置文件。-The program is an ARM board serial read TinyOS data program. Where SerialReader.py is a serial
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:116.32kb
    • 提供者:chenyongle
  1. mycom

    1下载:
  2. python2.7写的一个串口通信助手-python serial
  3. 所属分类:Com Port

    • 发布日期:2017-05-25
    • 文件大小:7.89mb
    • 提供者:叶秉泽
  1. python-serial

    0下载:
  2. Python的一个串口例子程序,供大家参考-a PyThon Code for Serial example.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.46kb
    • 提供者:devenkong
  1. se

    0下载:
  2. python serial listener
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:1.27kb
    • 提供者:Roy
  1. Pyserial

    2下载:
  2. python 串口驱动库pyserial-2.7,包含win32 python2/3安装包,以及源码安装包和安装方法。-Python serial driver library pyserial-2.7, contains a WIN32 python2/3 installation package, as well as the source of the installation package and method of installation.
  3. 所属分类:Driver Develop

    • 发布日期:2016-05-23
    • 文件大小:568kb
    • 提供者:mo
  1. serial

    0下载:
  2. 用python写的一个简单的串口通信小程序,实 现发送信息-Use python to write a simple serial communication applet that sends information
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:592byte
    • 提供者:xunsi
  1. serial-send

    0下载:
  2. python写的串口测试工具,用于数据发送,很容易使用。-serial test tool code by python,using fo send data, is easy to use.
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:623byte
    • 提供者:daluzhou
  1. py serial demo

    0下载:
  2. its about serial communication between embedded device and python
  3. 所属分类:其它

    • 发布日期:2016-05-19
    • 文件大小:557byte
    • 提供者:sagorsarker
  1. jakey.chen-Serial-Tool-master

    0下载:
  2. 用python写的一个关于串口调试工具界面的主程序-the main source for python serial
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:68.11kb
    • 提供者:zhengyanglong
  1. serial_test

    1下载:
  2. 一个项目中用Python写的串口发送的程序,windows平台,python3(A program written in Python serial port, windows platform, python3.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:7.18mb
    • 提供者:amzhy8
« 12 3 »
搜珍网 www.dssz.com