GithubHelp home page GithubHelp logo

tdm1001upmachine's Introduction

#TDM1001系列电压电流表上位机 使用 Python 快速编写的串口上位机软件

##关于电表 ####使用串口协议 TDM1001系列数显表头UART-RS232接口协议V2.1

功能 发送的串口数据 返回值
控制连接请求 AA 55 02 F1 00 F3 AA 55 02 F3 00 F5
控制断开请求 AA 55 02 F2 00 F4 AA 55 02 F3 00 F5
读取设备信息 AA 55 02 F3 00 F5 AA 55 08 F5 XX XX A0 A1 A2 A3 XX XX
采样速率设置 AA 55 03 F8 SPSx XX XX AA 55 02 F3 00 F5
波特率设置 AA 55 03 F9 BRx XX XX AA 55 02 F3 00 F5

状态数据 14 03 02 00 XX crcL crcH

XX 功能
00 充电
01 放电
02 闲置
03 待机
04 错误

##文件夹说明

  • ExecutableFile

    可运行文件 使用打包 Python 程序的 Py2exe

  • Shot

    程序截图

  • SoftEvn

    源码运行环境安装包

  • Source

    程序源码

##源码文件说明

  • 核心程序

    UpMachine.py SerialUi.py SerialDev.py

  • Py2exe 打包配置文件

    Makefile.py MakeFile.bat

##联系我

tdm1001upmachine's People

Contributors

harry159821 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.