摘要随着计算机和互联网的不断发展,物联网被视为一种渐渐成长最终将趋于成熟的集智能化识别、定位、跟踪、监控和管理为一体的一种网络,将广泛的造福于生活在21世纪人们。
本系统基于经典的MSP430单片机,实现了基于物联网的温度数据采集监控系统。作为整个系统的监控系统设计,本毕业设计主要负责在VC++编程环境中实现温度监控系统的人机交互界面,该界面的主要功能是通过RS-232串口接受单片机上传的温度数据,将数据存入Access2000数据库中,并实现历史温度的查询功能和温度数据的实时曲线波动显示。82880
本文详细介绍了相关控件的工作原理和软件部分的实现方法, 并在每个章节的结尾给出了实验结果, 证明了方案的正确性和可操作性。最终证明,该设计方案性能较为稳定,界面简单实用,对其它上位机监控系统的设计有一定借鉴作用。
毕业论文关键词 单片机 VC++ 串口通信 Access数据库
毕业设计说明书外文摘要
Title Design of data acquisition system based on Internet of things monitoring system design
Abstract
With the development of computer and Internet, Internet of things is regarded as a gradually growth would eventually become mature set intelligent recognition, positioning, tracking and monitoring and management is one of a network, a wide range of benefit to living in the 21st century, the people。
The system is based on the classic MSP430 MCU, and it realizes the temperature data acquisition and monitoring system based on Internet of things。 As the design of monitoring and control system for the whole system, the graduation design is mainly responsible for the implementation of temperature monitoring system of human-machine interface in the VC + + programming environment, the main function of the interface is through the RS-232 serial port accept uploaded by MCU temperature data, the data will be stored in the Access2000 database, and realize the temperature history query function and temperature data real-time curve fluctuations display。
This paper introduces the working principle of the related control and the realization method of the software part, and gives the experimental results at the end of each chapter, which proves the correctness and operability of the scheme。 It is proved that the design is stable and the interface is simple and practical。 It can be used for reference for the design of other PC monitoring system。
Keywords MCU VC++ Serial communication Access database
目 次
1 绪论 1
1。1 物联网监控系统的研究意义与背景 1
1。2 物联网监控系统的研究现状和发展趋势 2
1。3 论文研究的主要内容 4
1。4 论文框架 5
2 系统的总体设计 6
2。1 系统的功能需求 6
2。2 系统的设计目标 6
2。3 系统的总体方案设计 6
2。3。1 系统的框架设计 6
2。3。2 各层次功能概述 6
2。3。3 系统的开发工具介绍 10
3 系统的软件设计 11