搜索资源列表

  1. pyserial-2.4

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

    • 发布日期:2024-05-21
    • 文件大小:134144
    • 提供者: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 ac
  3. 所属分类:通讯编程

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者: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. 所属分类:通讯编程

    • 发布日期:2024-05-21
    • 文件大小:126976
    • 提供者:lin
  1. matriz972003estatutosymoduloparticipacion

    0下载:
  2. fter searching a while I found the resolution issue, so I am posting here for reference. For me running the Windows installer would not work (error Python not found in registry), so I ended up running setup.py from pyser
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:1135616
    • 提供者:andresinp
  1. python-moble

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

    • 发布日期:2024-05-21
    • 文件大小:50176
    • 提供者: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. Wher
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-21
    • 文件大小:118784
    • 提供者:chenyongle
  1. Python_for_Serial_Communication

    0下载:
  2. python串口应用 Serial Communication Architecture Driver Installation pySerial Module Demo on Console GUI Tool Development Demo on GUI-Serial Communication Architecture Driver Installation pySerial Module De
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:308224
    • 提供者:asdf
  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 d
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:25600
    • 提供者:wenli
  1. Pyserial

    0下载:
  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 inst
  3. 所属分类:驱动编程

    • 发布日期:2024-05-21
    • 文件大小:581632
    • 提供者:mo
  1. temperature

    1下载:
  2. 基于Python PyQt PySerial 串口接收,波形显示。用于温度PID测试。-Based on Python PyQt PySerial serial received waveform display. PID for temperature testing.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:37888
    • 提供者: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. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者: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. -th
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:sarker1155
  1. uart

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

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:万德师
  1. pyserial-master

    0下载:
  2. pyserial comm master code for .......
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:189440
    • 提供者:vv1
  1. pyserial-2.7.win32

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

    • 发布日期:2024-05-21
    • 文件大小:167936
    • 提供者:Pet1213
  1. dw_pyserial_work

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

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:dw001
  1. pyserial-3.4.tar

    0下载:
  2. Jiuray RFID Technologies Inc. is a leading provider of RFID Readers, RFID Tags and RFID software providing cost saving solutions to end users worldwide. Jiuray offers all RFID technologies: Low Frequency (LF), High Frequ
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-21
    • 文件大小:151552
    • 提供者:lucas_9875
  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编程

    • 发布日期:2024-05-21
    • 文件大小:48128
    • 提供者:killjapan2020
  1. serial_test

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

    • 发布日期:2024-05-21
    • 文件大小:7524352
    • 提供者:amzhy8
  1. modem

    1下载:
  2. 基于Pyserial的串口通信实例,运行在树莓派上,与quectel ec20进行标准AT通信(An Example of Serial Communication Based on Pyserial)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:26624
    • 提供者:yisonyang
« 12 »

源码中国 www.ymcn.org