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

搜索资源列表

  1. uart_test

    0下载:
  2. vc++编写用来做串口收发数据测试的小程序-vc++ to write a small program used to do the serial port to send and receive data test
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2605006
    • 提供者:唐巍
  1. Exch_Pda

    0下载:
  2. VC++开发的串口通讯软件源代码, PC与PDA数据交互系统者-Serial communication software source code VC++ development, PC and PDA data exchange system by
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:56075
    • 提供者:萧剑
  1. SCommTest

    0下载:
  2. 自己用VC++制作的串口程序,实现数据的接收和发送数据-With VC++ production serial procedures, data receiving and sending data
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:8260341
    • 提供者:weichangbin
  1. COM

    0下载:
  2. 通过VC++2010编写了串口的通信协议,并且建立了一个基本的用来发送和接受数据的基本控件。-Through the VC++ 2010 write a serial port communication protocol,and Set up a basic used for sending and receiving data basic control.
  3. 所属分类:Communication

    • 发布日期:2017-11-22
    • 文件大小:25037771
    • 提供者:郝铁钢
  1. uart_2012_9_6.1

    0下载:
  2. VC++6.0下的一款通过串口通信与下位机进行通行,能够实时监测显示数据,并且画图,修改下位机参数。-VC++6.0 under a serial communication with lower machine access and display data in real-time monitoring and drawing, to modify lower machine parameters.
  3. 所属分类:Communication

    • 发布日期:2017-11-20
    • 文件大小:2539864
    • 提供者:程亮
  1. chaoshengbo

    0下载:
  2. 基于VC和串口管道变形监测,完整的功能,通过单片机将数据存入SD卡,在上位机上读取,绘制波形-Deformation monitoring based on VC and serial pipeline, complete function, data will be stored in the SD card through the microcontroller, read on the PC, rendering waveform
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:5648817
    • 提供者:yumingzhu
  1. comElves

    0下载:
  2. 基于VC++的串口调试程序可以发送接收数据,非常实用于初学者研究学习-Serial debugger based on VC++ can send and receive data, very useful for beginners learning
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-08
    • 文件大小:2438622
    • 提供者:uzone
  1. SCOMMV23

    0下载:
  2. VC++实现串口通讯的完整编程,并且实现各种数据的转换功能和设置-VC++ complete serial communication programming, and various data conversion functions and settings
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:1504962
    • 提供者:better
  1. SeriesPort

    0下载:
  2. vc++开发的串口编程,包括打开串口,设置串口,读取数据等等操作-serial programming vc++ developed, including open serial port, set serial read data operation
  3. 所属分类:Communication

    • 发布日期:2017-12-01
    • 文件大小:2728345
    • 提供者:better
  1. 112081125

    0下载:
  2. 是一个接口实验,下位使用单片机控制AD采集数据,通过串口上传数据到vc++编写的上位机,实现波形显示,并有下位机的pcb版原理图和pcb图-Is an interface experiment, bit microcontroller control AD ​ ​ data acquisition, prepared PC through the serial port to upload data to vc++, waveform display, and the mac
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:4371344
    • 提供者:张兵
  1. 222c

    0下载:
  2. 针对光纤陀螺惯性导航系统开发了一套基于VC平台的数据采集系统,包括串口通信、数据-Fiber optic gyro inertial navigation system developed a data acquisition system based on the VC platform, including serial communication, data
  3. 所属分类:Button control

    • 发布日期:2017-11-14
    • 文件大小:2942
    • 提供者:jjfeng
  1. mycom

    0下载:
  2. 在VC++上实现通信串口的MFC界面编程,可以实现单片机之间以及计算机之间的数据接收与发送功能。-Implemented in VC++ MFC programming interface serial communication can be achieved between the microcontroller and the computer receiving and sending data between functions.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-13
    • 文件大小:2350209
    • 提供者:李秀玉
  1. chuankou

    0下载:
  2. 在VC环境下利用MFC编程的一个串口通信程序,通过串口发送数据并在界面中显示曲线-In VC MFC programming environment using a serial communication program, and send data through the serial interface display curve
  3. 所属分类:CSharp

    • 发布日期:2017-11-29
    • 文件大小:1937100
    • 提供者:wenkui
  1. serial-communication-test-2

    0下载:
  2. 一个win32 API函数的串口通讯,主要实现的功能是电脑vc做上位机,实时的给下位机发送数据。-A win32 API function of serial communication, the main implementation is the function of computer vc do PC, real-time to lower place machine to send data.
  3. 所属分类:Communication

    • 发布日期:2017-11-07
    • 文件大小:4155591
    • 提供者:孟榆烊
  1. CommKeyboardTest2

    0下载:
  2. 将自定义的串口键盘和鼠标输入的数据转化成系统标准的键盘和鼠标输入。vc++2003开发。-transform customized serial port keyboard and mouse to system standard keyboard and mouse input. developed by VC++2003.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:68620
    • 提供者:刘重义
  1. SerialPort

    0下载:
  2. 基于VC实现的串口通信,可以实现串口的数据读取。-Based on the VC serial communications
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:54577
    • 提供者:Jack
  1. ET662-U-GPS-Test

    0下载:
  2. VC++ 6.0 仿真台湾环天ET662 的GPS模块的串口软件,亲们可以修改发送数据的内容及格式,随时应用到其他GPS模块的调试。该程序我只是使用在嵌入式平台GPS接收数据时调试时,只需要串口支持即可。-VC++ 6.0 Simulation Taiwan ring-day ET662 GPS module serial software, parents can modify the content and format to send data to debug the applicati
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3593623
    • 提供者:gaowei
  1. com

    0下载:
  2. 用vc写的一个串口调试助手,能够接收发送数据-Vc write with a serial debugging assistant, capable of transmitting and receiving data
  3. 所属分类:Communication

    • 发布日期:2017-05-16
    • 文件大小:3700432
    • 提供者:adu
  1. COMonly

    0下载:
  2. 基于VC的RS232串口异步通讯,实现从232口接收数据-VC-based asynchronous RS232 serial communication
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-17
    • 文件大小:4281516
    • 提供者:minhao
  1. VC_COM_ECG

    2下载:
  2. 一款VC写的心电图绘制软件,从串口接收心电图数据,分包,放大后绘制出心电图形。并带有50Hz滤波函数。-Written by a VC ECG mapping software, serial receive data from the ECG, subcontracting, draw amplified electrocardiogram shape. With a 50Hz filter function.
  3. 所属分类:EditBox

    • 发布日期:2017-05-13
    • 文件大小:3567406
    • 提供者:田炜
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com