CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - vc 串口 数据

搜索资源列表

  1. VC++ 向指定串口发送和接收数据(可十六进制)

    0下载:
  2. VC++ 向指定串口发送和接收数据(可十六进制,大家可以收集一下当做素材
  3. 所属分类:源码下载

    • 发布日期:2010-11-10
    • 文件大小:24418
    • 提供者:wuyue_0472
  1. 串口代码

    4下载:
  2. 串口调试小助手 1.3 For WIN9X/NT/2000/XP/2003。 相对于1.2版本: 1 可以动态修改串口的参数 2 采用线程方式来发送文件 3 用循环队列来接收数据,同时用线程来显示数据,避免接收大量数据时程序无响应 4 修正1.2版本不能打开COM10以上的串口 界面和使用习惯上参照龚建伟VC版《串口调试助手V2.2》,并增加的特性: 1 自定义波特率。波特率列表上选择"Custom",列表框将由只读变为可写,直接输入你想要的波特率 ;当
  3. 所属分类:源码下载

  1. shuidianzhanC.rar

    2下载:
  2. 援非洲刚果共和国电力监控系统VC实现的WPS版,经过本人收集、加工整理后的版本,按照本书的描述在VC下编写能够写出一个简单的控制系统来(和实用化的控制系统相比),本文包括了界面的编写、串口通讯的实现、海量数据的存储和历史曲线的描绘等许多实用的功能。,Aid Africa and Congo Republic of the realization of the power monitoring system of the WPS version of VC through my collectio
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:682482
    • 提供者:lu193
  1. UART_Shower.rar

    0下载:
  2. 本程序实现电脑与单片机的串口连接,类似于一个虚拟示波器。能完成数据的连线画点和数据的任意发送。,VC++
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:139665
    • 提供者:zhangxiaobin
  1. VC-COM

    0下载:
  2. VC++ 串口 发送 接受 含有:串口选择 波特率选择 检验位 数据位 停止位 状态指示-VC++ com
  3. 所属分类:Com Port

    • 发布日期:2017-05-16
    • 文件大小:4217435
    • 提供者:惜之
  1. VCComm

    1下载:
  2. VC从串口读取数据并实时绘制曲线图,非常好用。-VC data from the serial port to read real-time rendering curve is very useful.
  3. 所属分类:Com Port

    • 发布日期:2015-10-20
    • 文件大小:166912
    • 提供者:Lihao
  1. Ymodem_transfan

    1下载:
  2. 利用ymodem协议通过串口传输数据或文件,具备CRC校验算法-Ymodem agreement through the use of serial transmission of data or documents, with CRC checksum algorithm
  3. 所属分类:Modem编程

    • 发布日期:2013-11-28
    • 文件大小:19934
    • 提供者:zifan
  1. 1

    0下载:
  2. 本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。主要使用方法 串口设置:m_Comm.SetSettings(“波特率,校验方式,数据位数,停止位数”) 取串口数据:m_Comm.GetInput() 你只首先要确定一个mscomm32.ocx控件在system目录下并且该控件已经被windows注册,本程序才能正常运行。 -This procedure using VC6.0 Universal Serial control MsCo
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:248227
    • 提供者:deng
  1. MSComm

    0下载:
  2. MSComm 控件使用详解 MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。 MSComm 控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的 API 函 数,而且在 VC 、 VB 、 Delphi 等语言中均可使用。-MSComm control MSComm explain the use of control through a serial port transmit and receive data, for applications
  3. 所属分类:Com Port

    • 发布日期:2017-03-22
    • 文件大小:297594
    • 提供者:自治州
  1. PDA_SerialPort

    0下载:
  2. wince下使用vc编写的对串口读写的小程序,调用底层api对串口进行操作,自己可以设置波特率等参数,并将读到数据进行现实-wince use vc prepared to read and write to the serial port of small programs, call the bottom of the serial api operate, they can set the baud rate and other parameters, and read data from
  3. 所属分类:Windows CE

    • 发布日期:2017-04-03
    • 文件大小:149631
    • 提供者:floyd
  1. chart

    0下载:
  2. 动态适时显示曲线 可以动态显示数据,数据源可以使数据库 也可以是串口 等-Dynamic timely display curve can dynamically display data, data sources can make the database can also be a serial port, etc.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:47752
    • 提供者:王存款
  1. WBD

    2下载:
  2. 智能温度系统设计,本设计主要通过以单片机为控制单元的温度采集、转化、显示并通过串口将数据传输到PC机,在PC机端实现数据的存储、分析、绘制波形。在以单片机技术和VC编程技术为基础提出了系统框架和具体的设计方案,用汇编和C语言从硬件电路和软件阐述了控制系统的总体实现,并利用按键、LCD显示等外围设备为用户提供服务,实现人机交互。-Intelligent temperature system design, primarily through the design to single-chip te
  3. 所属分类:软件工程

    • 发布日期:2014-03-01
    • 文件大小:769887
    • 提供者:amanda
  1. GPS

    0下载:
  2. 一个简单地基于VC 读取串口读取gps 数据-VC based on a simple reading gps serial read data
  3. 所属分类:GPS develop

    • 发布日期:2017-05-19
    • 文件大小:5207608
    • 提供者:李宁
  1. ruoshui20090328youxiushuoshilunwenguanyuVC

    0下载:
  2. 该文章《基于VC++的小型变电站监控组态软件的设计与开发》是优秀硕士学位论文。 该论文在深入分析工业变电站自动化系统的基础上,根据工业变电站对监控软件的性能要求和功能要求,提出了一种工业变电站监控软件功能模块设计方案,并基于VC++6.0设计实现了通信管理模块、实时数据库模块、图形界面组态模块三个主要的功能模块。 通信管理模块利用多线程技术实现了串口通信和网络通信,从而实现了数据采集和解析的功能。数据库模块从实时数据库的系统结构分析、实时数据库的特点、实时数据库的数据管理以及实时数据库的
  3. 所属分类:Project Design

    • 发布日期:2017-03-31
    • 文件大小:757043
    • 提供者:若水
  1. 232

    0下载:
  2. PC机的程序设计使用VC++实现,PC机调用通用程序,控制RS-232串口,从而实现数据的收发功能。为了保证数据通信的可靠性,要制定标准的通信协议。-PC-programming using VC++ to achieve, PC machine called generic procedures, control RS-232 serial port, send and receive data in order to achieve function. In order to ensure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:776399
    • 提供者:何健飞
  1. Temp_Show

    0下载:
  2. 从串口读取数据并将数据绘制成曲线。 封装了一个二维坐标系,横轴和纵轴的范围会随着曲线的数值范围自动伸缩。-To read data from the serial port and the data plotted curves. Encapsulates a two-dimensional coordinate system, the range of the horizontal axis and vertical axis range of values as the curve au
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:4066434
    • 提供者:kevin
  1. VC6Comm

    0下载:
  2. 在VC++6.0中用MSComm控件编程,可以实现串口接收数据和发送数据,数据分别显示在接收框和发送框中。-In VC++6.0 using MSComm control program can be achieved to receive serial data and sending data, the data shown separately in the receiver box and sent box.
  3. 所属分类:Com Port

    • 发布日期:2017-05-14
    • 文件大小:3230294
    • 提供者:谢凯
  1. displayvc

    0下载:
  2. 本程序为改进版10位ADC采样电位计数据串口VC动态显示程序,在原版基础上增加了"查看当前数据"的功能,非常适合学习VC串口动态显示数据的初学者学习.-This program is an improved version of 10-bit ADC sampling data port VC potentiometer dynamic display program, based on the increase in the original " View the current da
  3. 所属分类:Com Port

    • 发布日期:2017-05-16
    • 文件大小:4113393
    • 提供者:王伟忠
  1. chuankouxianshi

    0下载:
  2. 1、串口控件使用说明 本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。主要使用方法 串口设置:m_Comm.SetSettings(“波特率,校验方式,数据位数,停止位数”) 取串口数据:m_Comm.GetInput() 你只首先要确定一个mscomm32.ocx控件在system目录下并且该控件已经被windows注册,本程序才能正常运行。-1, serial port control instructions of the pro
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-30
    • 文件大小:209251
    • 提供者:刘yi
  1. MultiComs_VC

    0下载:
  2. VC++多串口控制解决方案,能够用于工控机和多个具有串口的被控对象之间的控制和数据传输,在工程实践中用处很大。-VC++ multi-port control solution, can be used for industrial machines and more than a controlled object with a serial port control and data transfer between, very useful in engineering practice.
  3. 所属分类:Com Port

    • 发布日期:2017-04-08
    • 文件大小:257858
    • 提供者:陆彬
« 1 2 3 45 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com