搜索资源列表
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
jjxy4
- GPS数据采集程序 希望对各位有用-GPS data collection procedures hope useful to you!
BHT8000samples
- BHT8000数据采集器源码。本程序是串口通信。是一个最通用的程序。-BHT8000 data acquisition source. The procedure is serial communications. Is one of the most common procedures.
OPC_comunication
- 是一个用VB编写的OPC客户端数据采集程序,在工业控制上经常会用到该通讯方式
ChuanKou
- 这是一个汽车压力检测系统,利用RS232串口进行通信,并在可编程并行接口芯片8255A上进行编程,用到了查询方式A/D转换器接口电路及数据采集程序设计原理等
200816132453
- RS232Comm串口数据采集演示程序
dasend
- A/D转换-数据采集实验 * * A/D转换数据采集程序source file * * 运行步骤:1.在平台板的8位AD通道选择开关上 选定通道号 * * 2.程序运行后,转动电位器,观测数据的变化 -A / D converter-experimental data acquisition * * A / D converter data acquisition program source file * * Run steps : 1. The platform board eight AD
GPS_receiver
- 本程序是针对特定GPS接收机--JAVAD公司的legacy的一个应用,用来收取标准的NMEA-1083GGA信息或JPS格式(JAVAD公司的特有GPS信息格式)的{RT,PO}信息,并统计数据大小与经历时间。本程序用VC6.0+串口控件MSComm实现,其中关于如何在数据长度不定的情况下实现数据帧的同步的方法可以借鉴到其它串口数据采集的应用之中,具备一定的实用价值-this program is targeted at specific GPS receiver -- JAVAD the l
串口温度数据采集并实时显示
- 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一个数据的大小就是
smartcar 该程序采用串口采集摄像头数据
- 该程序采用串口采集摄像头数据,运用labview软件的相关控件实现图像的显示,大大提高调试人员的工作效率-This program uses the serial port data acquisition camera, the use of software related to the control labview Image display, thereby greatly increasing the efficiency of commissioning
laochengxu
- AVR 单片机 多路AD转换采集程序,可以实现数据采集-AVR single-chip multi-channel AD converter collection procedures, can achieve3-way data acquisition-Multi-channel AD converter AVR Microcontroller collection procedures, can achieve data acquisition-AVR single-chip multi-c
MFC
- 项目的研究内容是对硅微谐振式加速度计的数据采集电路开展研究工作。硅微谐振式加速度计敏感结构输出的是两路差分的频率信号,因此硅微谐振式加速度计数据采集电路完成的主要任务是测出两路频率信号的差值。测量要求是:实现10ms内对中心谐振频率为20kHz、标度因数为100Hz/g、量程为±50g、分辨率为1mg的硅微谐振式加速度计输出的频率信号的测量,等效测量误差为±1mg。电路的控制核心为单片机,具有串行接口以便将测量结果传送给PC机从而分析、保存测量结果。 按研究内容设计了软硬件。软件采用多周期同
shujucaiji2
- 串口通信程序,完成数据采集,验证证明正确,可以使用哦-Serial communication program, the completion of data acquisition, validation to prove correct, you can use the oh
Datareceive
- 一套自发研制系统的数据采集软件,基于串口的串行通信程序,利用MSComm编写-Spontaneous development of a system' s data acquisition software, based on serial port serial communication program, using MSComm preparation
timer
- 51单片机实现的4路设备工作时间计时器,有C51源码和Proteus仿真文件,还包括VB编写的上位机数据采集程序源码,通过串行口读取设备工作时间数据。-4-way MCS51 hours timer device, a C51 source and the Proteus simulation files, including VB, PC data acquisition program source code, read through the serial port device work
DUT
- DUT系列数据采集模块将温度传感器(热电阻,热电偶等)的输出信号或电流、电压直接转换成数字量,通过RS-485总线及标准通信协议将数据传送给主机。在模块上由89C51单片机管理模块自动工作,通道转换、ADC启动、采集数据、参比端补偿(热电偶)、引线电阻补偿(热电阻)、数字校零、非线性校正和数据处理等,均由单片机完成,主机仅在需要数据时,发送读取数据命令,模块给出已经线性化了的温度的数字量。通讯协议兼容台湾研华ADAM4000系列和松下PLC的通讯协议,可以与大多数组态软件直接连接,不需要额外的驱
7897465428
- PC机串口数据采集的虚拟示波程序,使其显示图像。-Serial data acquisition PC, the virtual oscilloscope program to display images.
dataacquisitionreal-timedisplay
- 串口数据采集并实时显示 该程序实现串口采集数据,并对数据进行实时显示的功能-Serial temperature data acquisition and real-time display of the program Serial data acquisition, and data in real-time display function
serial-communicatidata-acquisition
- 一个学生设计的基于串口的单片机数据采集系统。有硬件电路,软件程序。可以作为毕业设计参考。 -A student design of microcontroller-based serial data acquisition system. A hardware circuit, software program. Graduation can be used as reference.