Git Product home page Git Product logo

java-serialport-monitor-watertemp's Introduction

JAVA-Serialport-monitor-waterTemp

2018-8-13 V1.0

  1. 构建出整体ui.
  2. 实现实时水温的获取.
  3. 当第一次获取到数据的时候,系统开始计时.
  4. 在达到目标温度前20摄氏度时,开始画水温变化曲线.
  5. 显示系统最大超调量.

原理分析:

1.单片机通过传感器获取温度数据
2.再通过串口通信传至电脑,也可通过蓝牙
3.电脑上的JAVA程序对获取的数据进行分析

规定:

数据发送格式 : (a~z) (数据) 即为 命令+数据的格式 暂时有如下规定

  • a为发送实时水温的命令 例:a367 即代表此时水温为36.7摄氏度
  • b为发送目标温度的命令 例:b600 即代表设置目标温度为60.0摄氏度
  • ...

java-serialport-monitor-watertemp's People

Contributors

cnyuyang avatar

Watchers

 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.