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

搜索资源列表

  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_miniterm_invert.py

    0下载:
  2. Custom miniterm to be used with pyserial python module. This miniterm revision will properly handle inverted serial lines. This will only allow you to see the inverted input, you will not be able to send out data back across the serial terminal in th
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:7.34kb
    • 提供者: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. python-moble

    1下载:
  2. 手机开发的python代码大全,很全很实用,可以在手机大蟒蛇平台上直接编辑运行,可以做出自己的python软件,你可以随意的控制手机的短信,蓝牙,无限,下载,多媒体都多种功能-Handset development python code complete, it is all very practical, large pythons in the mobile platform to run directly on the editing, you can make your own pyt
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-26
    • 文件大小:49.49kb
    • 提供者:yang
  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. PulseMeasure

    0下载:
  2. 一份脉搏波形显示的python源码。采用了wxpython, matplotlib和pyserial 可以作为实现其他波形显示功能的参考。 直接执行python main.py即可。执行之前先确保各个python库都安装齐备-A pulse waveform display python source. Using wxpython, matplotlib and pyserial achieve other waveform display can be used as a refere
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-24
    • 文件大小:25.46kb
    • 提供者:wenli
  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. pyserial-2.7.tar

    0下载:
  2. This module encapsulates the access for the serial port. It provides backends for Python running on Windows, Linux, BSD
  3. 所属分类:Com Port

    • 发布日期:2017-04-29
    • 文件大小:119.22kb
    • 提供者:paczyn
  1. temperature

    0下载:
  2. 基于Python PyQt PySerial 串口接收,波形显示。用于温度PID测试。-Based on Python PyQt PySerial serial received waveform display. PID for temperature testing.
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:37.26kb
    • 提供者:leirifa
  1. AllAboutSerial

    0下载:
  2. This source code is about serial communication between embedded device and computer. this code uses python language. a serial class has been provided which uses pyserial library.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:557byte
    • 提供者:sagorsarker
  1. meterListen

    0下载:
  2. this a python code intended to make a serial wrapper of pyserial library. serial devices can be controlled and serial data can be monitored using this program. before using this library must install pyserial library. -this is a python code intended t
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-12
    • 文件大小:1.41kb
    • 提供者:sarker1155
  1. uart

    1下载:
  2. 利用python完成uart串口通信,可以采集数据并且用matplotlib进行绘图。(Using Python to complete UART serial communication, you can collect data and draw with matplotlib.)
  3. 所属分类:串口编程

    • 发布日期:2017-12-22
    • 文件大小:2kb
    • 提供者:万德师
  1. pyserial-2.7.win32

    0下载:
  2. Python ser. Download from offciaial pyhon website.
  3. 所属分类:网络编程

    • 发布日期:2017-12-26
    • 文件大小:164kb
    • 提供者:Pet1213
  1. dw_pyserial_work

    1下载:
  2. 利用python开发一款跨平台的串口通讯程序,基于串口线程的异步通讯。实现自动查找可用串口,数据帧的异步接收,数据分析和图形显示,可作为硬件调试用的上位机软件。(Using Python to develop a cross platform serial communication program, asynchronous communication based on serial thread. Automatic lookup of available serial ports, asy
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-04
    • 文件大小:2kb
    • 提供者:dw001
  1. OBD2-Scantool-master

    0下载:
  2. OBD2 Scantool ------------- A scantool to read OBD2 info from cars. Intended for use with ELM327 or similar OBD2 Interfaces. Written in Python, using PySerial.
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:47kb
    • 提供者:killjapan2020
  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
  1. Pyserial-Demo-master

    1下载:
  2. 基于python语言编写的串口通信调试工具(Debugging tool for serial communication based on Python language)
  3. 所属分类:其他

搜珍网 www.dssz.com