Giter Site home page Giter Site logo

upper-computer's Introduction

XDU RM 上位机

为了更好地提高RM电控的研发效率,我们基于libView开发了一款上位机程序。

安装

先安装My Installer里的驱动,然后直接打开Prfect_6_2.exe就能用。

使用

串口通信

选择COM和波特率,打开串口就能使用。

数据

  • 发送的数据格式为:AA+AA+识别ID+长度+校验位+数据(没有+号,)
  • 校验位为 AA+AA+识别ID+长度+数据 之和的低八位
  • 数据拆分成八位发送,按十六位读取

显示

  • 界面下半部分右边是图线显示,可选择需要显示的数据ID,还能选择将这个ID下的第几个数据以曲线形式显示,最多支持9个数据同时图线显示,并可实时保存数据,保存为保存这个ID下的所有数据。
  • 界面上半部分的显示数据是按不同识别ID显示出来的数据,跟个人数据发送顺序关系密切,比较乱可以不管,想改可以看源码。
  • 界面下半部分的左边是PID调试,也是通过串口发送。

upper-computer's People

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.