《Visual C++ 数据采集与串口通信测控应用实战》从工程应用的角度出发,对Visual c++(简称VC++)开发测控程序的各种方法进行了全面阐述。 内容包括在VC++工程中调用ActiveX控件和DLL动态链接库等开发板卡数据采集与控制程序,以及在VC++工程中利用MSComm控件调用API函数等方法开发串口通信程序。
本文所述为C#数据采集器,并结合有数据库操作,比较实用。读者可以进一步再完善一下写成一个更加成熟的数据采集程序。
具体功能代码如下:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms