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

搜索资源列表

  1. 铁路列车车辆监控系统

    0下载:
  2. 铁路列车车辆监控系统本系统要求PC机有两个串行通讯串口,有线MODEM一个。其它配置没有严格的要求,一般配置即可。 软件环境:操作系统为WindowsNT/WindowsXP VC++6.0 MapInfo Professional 7.0 MapX 4.5 Microsoft SQL Server 2000 ,MICROSOFT FOUNDATION CLASS LIBRARY
  3. 所属分类:Modem编程

    • 发布日期:2017-03-27
    • 文件大小:918109
    • 提供者:mai
  1. DBManage

    0下载:
  2. VC写的一个电表管理系统,基于串口的通讯程序,工业自动化行业的。-Write a VC meter management system, based on serial communication program, industrial automation industry.
  3. 所属分类:串口编程

    • 发布日期:2013-11-27
    • 文件大小:9719153
    • 提供者:小红
  1. CommTest

    0下载:
  2. 使用第三方类serialport类,进行串口通讯,基于vc++MFC编写,可以同时采集多个串口数据。-Multiple serial port communication
  3. 所属分类:Com Port

    • 发布日期:2017-05-10
    • 文件大小:2436182
    • 提供者:xiaotao
  1. SCommTest

    0下载:
  2. VC编写的上位机控制串口接收发送程序,适合串口通讯初学者使用-VC prepared by the PC control the serial port to receive the sending program for serial communication beginners
  3. 所属分类:Communication

    • 发布日期:2017-05-22
    • 文件大小:7157119
    • 提供者:于立北
  1. yd

    1下载:
  2. vc6.0利用TeeChart绘制曲线演示,数据来自串口与单片机的通讯-Drawing curves vc6.0 use TeeChart demo, data from the serial communication with the MCU
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-22
    • 文件大小:798523
    • 提供者:张驰
  1. TYServer

    0下载:
  2. 关于VC编写的一份串口通讯程序,测试已通过-VC prepared on a serial communication program, test has passed
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1816825
    • 提供者:刘小华
  1. RS485Comm

    0下载:
  2. 本例程演示了PC机和智能型仪表如何通过RS485接口进行通信。仪表采用百特公司产XMA5000智能型专家自整定PID调节器,该仪表的通讯协议已经在例程代码中作了详细说明。该例程非常简单,旨在说明如何在VC++中使用重叠方式读写串口。这个是异步通信,昨天传那个是同步通信。-The routine demonstration of PC and intelligent instrument through RS485 communication interface. Instrumentation
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-09
    • 文件大小:25225
    • 提供者:zxc
  1. PC_COM_Communication

    0下载:
  2. 一个串口通讯的例程,用的是CMSComm控件。如果机子没装VC的话还修改注册表才能实现通讯,比较麻烦,所以我在自己的项目中把CMSComm控件的功能用CSerial这个类实现,单这个例子其它部分还是不错的,推荐给大家。-A serial port communication routines, using a CMSComm control. If the machine did not loaded, then VC can be achieved also modify the regist
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:839940
    • 提供者:柳闻徽
  1. GSSerialPort

    0下载:
  2. 一个使用VC++6.0实现的串口通讯程序.-A use VC++ 6.0 to achieve the serial communication program.
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:120299
    • 提供者:张景文
  1. SerialPortAPI

    0下载:
  2. 串口通讯程序,基于VC++的开发程序,不错的程序-Serial communication program, based on the VC++ the development of procedures, procedures for good
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:33112
    • 提供者:杨锋
  1. ScibasedVC6

    0下载:
  2. 基于VC的上位机串口通讯,可以设置波特率,数据位数,打开串口,关闭串口等,实现和DSP2812通讯,实现对电机转速和转矩的设置.-VC' s PC-based serial communication, you can set the baud rate, the median data, open the serial port, serial port, such as shut down, and realize DSP2812 communications, realize on
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-09
    • 文件大小:53577
    • 提供者:高志安
  1. uart

    0下载:
  2. 这是一个VC下 开发的串口通讯类,可独立进行串口操作-This is developed under a VC type of serial communication, serial port can operate independently
  3. 所属分类:Com Port

    • 发布日期:2017-04-14
    • 文件大小:4073
    • 提供者:yewenyu
  1. MSCommcontrolserialcommunication

    0下载:
  2. VC++下用MSComm控件实现串口通讯,很好的哦-VC++ implementation using MSComm control serial port communication, oh well
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1315
    • 提供者:szw
  1. 10314059

    0下载:
  2. 一个用vc实现的简单的串口通讯程序,需要的朋友可以下载-Serial communication
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:342462
    • 提供者:丁诚
  1. serial_communication

    0下载:
  2. VC环境下的MFC简单串口通讯编程,再加NI控件,适合于串口编程初学者。-MFC under VC simple serial communication programming, coupled with the NI control, suitable for beginners in the serial programming.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-22
    • 文件大小:6918529
    • 提供者:胡相利
  1. Scomm

    0下载:
  2. 很好的一款VC++实现的串口通讯软件,界面友好,功能齐全,代码都经过测试,可以直接使用。-A good VC++ to achieve the serial communication software, user-friendly, functional and tested code can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:283702
    • 提供者:李健
  1. MFCCOM

    0下载:
  2. 串口通讯程序源码和制作详细指导!希望对初学MFC COM编程有所帮助-this package bag is about the COM communition and the wizard will tell you hao to write a COM program by VC++ with MFC
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3788029
    • 提供者:hzz
  1. RS232_VC

    0下载:
  2. 用vc软件开发串口通讯程序实现单片机与pc机的通讯-Vc software development using serial communication process to achieve single-chip communication with the machine pc
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:36049
    • 提供者:999
  1. ComAccess

    0下载:
  2. 基于VC++的一个串口通讯类应用实例,自己看下就知道了。-VC++ based on a serial communications application that they know facie.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:45083
    • 提供者:149
  1. dll_test4_V4

    0下载:
  2. 在VC++中写了一个基于对话框的应用程序,通过调用外部封装好的DLL来实现串口通讯,比较简单-In the VC++ written in a dialog-based application package by calling an external DLL to achieve a good serial communications, a relatively simple
  3. 所属分类:Communication

    • 发布日期:2017-05-17
    • 文件大小:4138030
    • 提供者:yikedianzi
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 20 »
搜珍网 www.dssz.com