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

搜索资源列表

  1. serial_communication-

    0下载:
  2. 用vc做的与单片机的串口通讯小程序,基本上实现了一些常用的功能-the serial communication made by vc between mcu and PC
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:151122
    • 提供者:刘坤
  1. MutiThread5

    0下载:
  2. 多线程实现串口收发的vc程序 上位机程序 串口通讯初学者小程序-Multithreading vc serial send and receive serial communication program for beginners PC applet program
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:28046
    • 提供者:小杨
  1. four

    0下载:
  2. 自编VC电机控制程序,图形测量程序,包含MSCOM串口控件,HOUGH变换的底层实现代码。-my original VC program that suit for controling the motor and hough transformation.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:3745886
    • 提供者:jiba
  1. ComTest

    0下载:
  2. 有关串口通讯,调试等方面的vc程序,对于初学vc和串口编程的新手很有帮助-For serial communication, debugging, etc. vc program, serial programming for the beginner and novice vc helpful
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:66040
    • 提供者:guozhitao
  1. VC_SCI

    0下载:
  2. VC编写的串口通信程序,可实现上位机盒单片机之间的通信-VC prepared by the serial communication program, enabling the host computer communication between the microcontroller box
  3. 所属分类:Com Port

    • 发布日期:2017-05-08
    • 文件大小:1937062
    • 提供者:桀骜
  1. VXCSERIALFor51

    0下载:
  2. VC++MSComm串口接收程序_and_VC上位机For51-Serial debugging assistant source VC++ MSComm receiver program _and_VC PC For51
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:520078
    • 提供者:张英博
  1. 1

    0下载:
  2. 读取串口数据并画出曲线图的VC程序源码,值得初学者可以借鉴-Read the serial data and draw the curve of the VC program source code, it is worth beginners can learn
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:152418
    • 提供者:Jim Green
  1. PC-AND-PC

    0下载:
  2. PC机与PC机串口通信程序设计 vc++设计经典源码-PC serial communication unit and the PC Program
  3. 所属分类:Com Port

    • 发布日期:2017-05-10
    • 文件大小:2179408
    • 提供者:guanyumou
  1. 28

    0下载:
  2. 简单的单片机串口通讯程序,开发环境为vc++6.0-Simple serial communication program, the development environment for vc++6.0
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:709
    • 提供者:图博
  1. PCMCUSerialCommunication

    0下载:
  2. PC机与单片机串口通信程序设计,上位机软件开发,基于VC++,Labview,C++ builder。很适合出学者。-PC-MCU serial communication program with the design, PC software development, based on VC++, Labview, C++ builder. Very suitable for a scholar.
  3. 所属分类:Com Port

    • 发布日期:2017-05-15
    • 文件大小:3906477
    • 提供者:xiaoxiao
  1. Motor-Speed-Monitor-System

    0下载:
  2. 利用VC++实现的电机转速控制上位机程序,下位机为MCS51单片机系统,采用串口通信实现电机转速的PID控制。-Using VC++ to achieve motor speed control PC program, the next crew for the MCS51 microcontroller system that uses Serial Communication PID motor speed control.
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:37411
    • 提供者:毛可
  1. SCommTest

    0下载:
  2. 用vc++6.0编写的串口调试程序,可以实现接收和发送数据-Prepared using vc++6.0 serial debugger, can receive and send data
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1915059
    • 提供者:夏军
  1. SerialPortTest

    0下载:
  2. 在VC程序中,每当串口缓冲区中有一个或一个以上字符时触发串口通信事件(字符个数可以在程序中进行设定),该事件就驱动(调用)串口通信事件处理函数,对接收到的数据进行处理,判断是否为包(串)头,即第一个字符,再判断是不是结束字符,若是结束字符,则还要对数据进行校验计算,并与接收到的校验值比较,或两者相同,则断定接收到的数据包是正确的,否则是错误的。-In the VC procedure, whenever the serial buffer has one or more serial commu
  3. 所属分类:Com Port

    • 发布日期:2017-04-17
    • 文件大小:59862
    • 提供者:借方鋆
  1. MSCommMultiPort

    0下载:
  2. Visual C++6.0环境下利用MSComm控件在VC中MFC程序中控制多个串口。在使用MSComm控件时,1个MSComm控件只能同时对应1个串口。如果应用程序需要访问和控件多个串口,那么必须使用多个MSComm控件。在基于对话框的MFC应用程序中应用MSComm控件编程实现对COM1和COM2的串口控制,双方同时可以发送和接收数据,并把接收到的数据显示在接收编辑框中。-Visual C++6.0 environment using MSComm control in VC in the
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:42007
    • 提供者:借方鋆
  1. 1

    0下载:
  2. 串口编程调试精灵,利用VC进行编写,里面包含有整个程序的源代码。-Serial programming and debugging wizard, use VC to write, which contains the entire program' s source code.
  3. 所属分类:Com Port

    • 发布日期:2017-05-12
    • 文件大小:2774085
    • 提供者:许洋洋
  1. MCGRADY

    0下载:
  2. VC编写的串口通信程序,包括串口设置,发送,接收-VC prepared by the serial communication program, including the serial port settings, send, receive,
  3. 所属分类:Com Port

    • 发布日期:2017-05-18
    • 文件大小:4714508
    • 提供者:
  1. VCPP-chuanzhen

    0下载:
  2. 这是VC++利用FaxModem通过串口或TAPI接口直接发送和接收传真的一个类库程序-This is VC++ using FaxModem TAPI interfaces through the serial port or send and receive faxes directly to a library program
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:349956
    • 提供者:
  1. comcool_code

    0下载:
  2. 用vc++实现的c++串口通信,先打开两个虚拟端口,运行程序,使用这两个端口,即可通信-Achieved with the vc++ c++ serial communication, first open the two virtual ports, run the program, the use of these two ports can communicate
  3. 所属分类:Com Port

    • 发布日期:2017-05-13
    • 文件大小:3557824
    • 提供者:瑾瑜
  1. VCPP(method1)

    0下载:
  2. 此程序是利用VC++实现PC机与单片机串口通信任务(方法1)-This procedure is achieved using VC++ Serial Communication PC, and the task (method 1)
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:47707
    • 提供者:刘成
  1. VCPP(method2)

    0下载:
  2. 此程序是利用VC++实现PC机与单片机串口通信任务2(方法2)-This procedure is achieved using VC++ Serial Communication PC, and Task 2 (Method 2)
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:44023
    • 提供者:刘成
« 1 2 ... 27 28 29 30 31 3233 34 35 36 37 ... 42 »
搜珍网 www.dssz.com