搜索资源列表
gviewtest
- vc开发的串口数据采集程序,提供至多4个串口,数据为21位ASC-vc development of the serial data collection procedures, and providing up to four serial ports, data for 21 ASC
VC实用高级编程
- 在VC++中利用ActiveX控件开发串行通信程序 用VC控件MSComm编写串口通信程序的源代码,并写出详细的编程过程 一个单片机串行数据采集/传输模块的设计-in VC using ActiveX development serial communication program with VC prepared MSComm control serial communication program's source code, and write a detailed pro
serial
- Matlab是常用的演草纸式编程工具,好多非计算机专业的都可以掌握,若能利用它控制实现与单片机、DSP等下位计的通信,则可轻易实现控制与数据的采集,然后利用matlab强大的运算和处理功能进行后继的处理,这样对于研究生作毕业设计非常有利。利用Matlab实现控制串口通信,控制下位机,VC.m是起始界面,其他的为子程序,希望对大家有帮助。
vc远场
- 一个用于远场涡流检测的数据采集系统的界面编程,可实现多通道采集-for a remote field eddy current testing data acquisition system programming interface, multi-channel acquisition
VC++串口控件实现温度数据的采集并显示
- VC++串口控件实现温度数据的采集并显示,做出曲线,VC++ Serial control to achieve the temperature data collection and display, and make curve
CommTest
- 使用第三方类serialport类,进行串口通讯,基于vc++MFC编写,可以同时采集多个串口数据。-Multiple serial port communication
1
- 本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。主要使用方法 串口设置:m_Comm.SetSettings(“波特率,校验方式,数据位数,停止位数”) 取串口数据:m_Comm.GetInput() 你只首先要确定一个mscomm32.ocx控件在system目录下并且该控件已经被windows注册,本程序才能正常运行。 -This procedure using VC6.0 Universal Serial control MsCo
LidaDataShow
- 2D激光雷达通过VC环境下的串口编程采集激光雷达点的数据,并将雷达点绘制到绘图界面上-2D laser radar laser radar data points collected through serial programming in VC environment, and draw the radar points to the drawing interface
VCPP
- 本人实验VC++使用串口控件实现温度数据采集并显示-I the experimental VC++ use serial port control to achieve the temperature data acquisition and display
Gps25Comm
- 在VC++下对GPS数据进行采集,并将结果显示出来-GPS data collection, and the results are displayed
02-VCPPNET
- 基于USB数据采集模块的测控系统(VC++.NET测控程序设计)-The measurement and control system based on USB data acquisition module (VC++.NET) control program design
ua301
- UA301数据采集器的VC和VB程序源码,欢迎下载。-UA301 data collector VC and VB program source code, welcome to download.
VB、VC串口通讯
- VB、VC串口通讯程序实例,可以用于两台电脑之间,通过串口线收发数据,完成采集及通讯功能(VB, VC serial communication program examples)
数据采集
- 软件实现对串口数据的接收,在windows平台下,采用vc++开发(Software to achieve serial data reception, under the windows platform, using vc++ development)
CDT规约(最新)
- 新部颁 CDT 规约本标准规定了电网数据采集与监控系统中循环远动规约的功能、帧结构、信息字结构和传输规则等。(The new Ministry CDT specification stipulates the function, frame structure, information character structure and transmission rules of the circular telecontrol protocol in the power grid data acq
unicode_api
- 在VC++编程里,不用控件,直接用API函数,实现串口端口的监测与数据信息的采集,并且解决了Unicode字符下的字符接收问题,也兼容多字节的接收。