CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - serial port using MSCOMM

搜索资源列表

  1. C_Sharp_MSCOMM

    0下载:
  2. C sharp - Serial comm port using MSCOMM control
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:26344
    • 提供者:lai
  1. vb

    0下载:
  2. vb serial port using MSCO-vb serial port using MSCOMM
  3. 所属分类:Com Port

    • 发布日期:2017-04-11
    • 文件大小:1189
    • 提供者:曲海波
  1. Datareceive

    0下载:
  2. 一套自发研制系统的数据采集软件,基于串口的串行通信程序,利用MSComm编写-Spontaneous development of a system' s data acquisition software, based on serial port serial communication program, using MSComm preparation
  3. 所属分类:Com Port

    • 发布日期:2017-05-17
    • 文件大小:4912218
    • 提供者:飞翔
  1. FileTransComm

    1下载:
  2. 利用Visual C++ MFC和微软MSComm(Microsoft Communications Control)串口通信控件,借助于串口来传输文件。由于串口的缓冲区限制,需要将文件先分割成多个部分分别打包发送,接收方只有在接收到说有的文件包后才进行解包、校验和拼接,最后提取文件名,提示用户保存。这个资源还包含了一些其它的有用文件和信息…… 对于刚开始利用VC++开发的程序员也是会有较大的帮助,可以下载看看,我相信您会觉得值的-Using Visual C++ MFC and Micro
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:73820
    • 提供者:小小
  1. scomm

    0下载:
  2. 使用串口控件mscomm制作的串口程序,实现程序的自动发送和接受-Produced using the serial port control procedures mscomm
  3. 所属分类:Com Port

    • 发布日期:2017-05-13
    • 文件大小:3474768
    • 提供者:王强
  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-02
    • 文件大小:42007
    • 提供者:借方鋆
  1. MSComm

    0下载:
  2. WIN95界面下的VC++串口通讯程序在WIN32下是不建议对端口进行操作的,在WIN32中所有的设备都被看成是文件,串行口也不例外也是作为文件来进行处理的。这是我的一份关于串口编程的读书笔记,对于使 用VC进行编程的同行应该有一定的帮助。-WIN95 interface of vc++ serial interface communication program in under WIN32 is not suggests to port operating, in all the equip
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:15463
    • 提供者:旷旭
  1. mscomm.ZIP

    0下载:
  2. MSComm Is use by Visual Basic to retrive data for Modbus RTU and ASCII using serial communication port
  3. 所属分类:Com Port

    • 发布日期:2017-04-24
    • 文件大小:50114
    • 提供者:WKL200248
  1. chaoshijieshou

    0下载:
  2. 串口超时接收,串口超时接收 串口超时接收 串口超时接收-MSComm control based on single document in the application of Win32/API serial control MFC pack class/Win32 serial programming/serial development of another way/serial library second version/serial interface communication
  3. 所属分类:Com Port

    • 发布日期:2017-05-09
    • 文件大小:2253488
    • 提供者:
  1. 1

    0下载:
  2. 用VB进行串口实时数据采集,本文介绍VB6.0利用MSComm通信控件,开发微机通过串口对工业仪表进行实时数据采集的编程技术。给出的程序代码具有通用性,并有详细的注释,可以直接或稍加改动后用于其他数据采集或实时控制程序中。-Using VB serial real-time data acquisition, communication paper introduces VB6.0 using MSComm control, through the serial port on the comp
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:70158
    • 提供者:li
  1. MDBus-tester

    0下载:
  2. thats for testing serial port communication by using VB MSCo-thats for testing serial port communication by using VB MSComm
  3. 所属分类:Com Port

    • 发布日期:2017-04-29
    • 文件大小:400584
    • 提供者:Jamali
  1. A163410914-27047

    0下载:
  2. VC++使用MSComm控件进行串口通信的例子,基于MSComm来实现,也就是使用串口发送和接收数据,程序运行后会自动检测串口,选择串口后就可以发送一些简单的文字来测试串口通信的效果。-VC++ example using MSComm control serial communication based on MSComm to achieve, which is to use the serial port to send and receive data, the program will
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:16652
    • 提供者:韩瑞欣
  1. SerialPortComm

    0下载:
  2. 在VS2012中采用MFC技术编写界面,利用插件mscomm实现串口的打开、关闭、数据发送和接受,程序详细揭示了串口打开的参数设置,适合初学者。-Prepared using MFC technology interface in VS2012, using plug-in serial mscomm achieve open, close, send and receive data, the program reveals detailed parameter settings to ope
  3. 所属分类:Com Port

    • 发布日期:2017-04-29
    • 文件大小:145036
    • 提供者:mountzf
  1. A163410914-27047

    1下载:
  2. VC++使用MSComm控件进行串口通信的例子,基于MSComm来实现,也就是使用串口发送和接收数据,程序运行后会自动检测串口,选择串口后就可以发送一些简单的文字来测试串口通信的效果,之类例子较多了,你可以在本站搜索下“串口通信”。(Vc + + serial communication using MSComm control for example, to implementation, based on the MSComm also is to use a serial port to
  3. 所属分类:串口编程

    • 发布日期:2018-04-19
    • 文件大小:16384
    • 提供者:小阿七
搜珍网 www.dssz.com