搜索资源列表
pyserial-2.4
- Python serial interface module includes miniterm example application. very flexible.
pyserial_miniterm_invert.py
- 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
pyserial-2.5-rc1.win32
- python的串口通讯模块,非常的好用。双击直接安装到系统目录。-python serial communication module, very easy to use. Double-click the installed directly into the system directory.
matriz972003estatutosymoduloparticipacion
- 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 pyserial-2.5.tar.gz. Note under Win
python-moble
- 手机开发的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
SerialReader
- 该程序是一个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
Python_for_Serial_Communication
- python串口应用 Serial Communication Architecture Driver Installation pySerial Module Demo on Console GUI Tool Development Demo on GUI-Serial Communication Architecture Driver Installation pySerial Module Demo on Console GUI Tool Devel
PulseMeasure
- 一份脉搏波形显示的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
Pyserial
- 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.
pyserial-2.7.tar
- This module encapsulates the access for the serial port. It provides backends for Python running on Windows, Linux, BSD
temperature
- 基于Python PyQt PySerial 串口接收,波形显示。用于温度PID测试。-Based on Python PyQt PySerial serial received waveform display. PID for temperature testing.
AllAboutSerial
- 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.
meterListen
- 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
uart
- 利用python完成uart串口通信,可以采集数据并且用matplotlib进行绘图。(Using Python to complete UART serial communication, you can collect data and draw with matplotlib.)
pyserial-master
- pyserial comm master code for .......
pyserial-2.7.win32
- Python ser. Download from offciaial pyhon website.
dw_pyserial_work
- 利用python开发一款跨平台的串口通讯程序,基于串口线程的异步通讯。实现自动查找可用串口,数据帧的异步接收,数据分析和图形显示,可作为硬件调试用的上位机软件。(Using Python to develop a cross platform serial communication program, asynchronous communication based on serial thread. Automatic lookup of available serial ports, asy
pyserial-3.4.tar
- 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 Frequency (HF), Ultra High Frequenc
modem
- 基于Pyserial的串口通信实例,运行在树莓派上,与quectel ec20进行标准AT通信(An Example of Serial Communication Based on Pyserial)
基于pyserial的串口驱动
- 基于pyserial的串口驱动,封装pyserial,方便使用和移植,支持读写操作。