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

搜索资源列表

  1. MScomm

    0下载:
  2. 用来注册COM的一个很好用的小小软件,希望对某些人有用。-Used to register COM' s a good little software with the hope that useful for some people.
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:490403
    • 提供者:罗申
  1. cksfsj

    0下载:
  2. VC基本的串口收发程序,用MSCOMM控件进行操作!-VC serial transceiver basic procedures to operate with MSCOMM control!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1920260
    • 提供者:chenyu
  1. VisualBasicyuRS232

    0下载:
  2. vb编写rs232串口通讯原理以及应用,以及用mscomm控件编写拨号通讯原理-vb write rs232 serial communication theory and application, as well as the preparation of dial-up communications with mscomm control theory
  3. 所属分类:Com Port

    • 发布日期:2017-06-01
    • 文件大小:13964129
    • 提供者:檀木
  1. cmdsend

    0下载:
  2. 利用MSComm控件实现串口通信,使两台计算机通过窗口进行通信.-Serial communication using MSComm control, so that two computers to communicate through the window.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2246
    • 提供者:jiankang
  1. R232_Labview_MSComm

    0下载:
  2. Labview调用MSComm进行串口通讯-Labview call MSComm for serial communication
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:55669
    • 提供者:wgn
  1. MScommToSQLServer

    0下载:
  2. 关于bcb使用MSCOMM组件操作串口的实例-MSCOMM components operate on the bcb use an instance of the serial port
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:613357
    • 提供者:wangc
  1. VC_MSComm

    0下载:
  2. 利用Visual C++ MFC和微软的MSComm(Microsoft Communications Control)串口通信控件写的串口通信程序-Using Visual C++ MFC and Microsoft MSComm (Microsoft Communications Control) serial communication control program written in serial communication ... ...
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:43299
    • 提供者:小小
  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. pc_vb

    0下载:
  2. 用VB开发的串口通讯程序,已调试通过,值得推荐使用哦-Visual Basic,Mscomm control
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:3296
    • 提供者:吴苹
  1. CommConfigDemo

    1下载:
  2. 不少在我的硬件项目,几次,我只好将通过串行端口(RS - 232接口)之间的微控制器(Microchip的PIC)和一个机器上的一些校准数据。该端软件在电脑上写的是维生素B6与MSComm控制。 后者必须与参数配置:端口号,波特率,数据位数,停止位的数目。配置MSComm是一个相当常见的任务(这曾经是过去更常见的)。所以,一开始我以为应该有一个可在网上找到对话框。 不幸的是,这样的对话是再也找不到了,我写了我自己。我们希望,它原来的通用和可重复使用不够。- The software on the
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:9720
    • 提供者:longfa
  1. VC__NET-MSComm-

    0下载:
  2. VC++基于串口的操作,提供一系列关系串口的命令,非常实用。-VC++ on serial port operation, provide a range of serial relations order, very practical.
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:155468
    • 提供者:纯鑫
  1. SerialPort_UserBook

    0下载:
  2. NET Framework 2.0 类库包含了SerialPort 类,方便地实现了所需要串口通讯的多种功能,为了使MSComm编程方法快速转换到以SerialPort类为核心的串口通讯的设计方法,本文着重讨论了Visual Studio 6.0的MSComm控件和SerialPort 类设计方法的异同点-NET Framework 2.0 class library includes the SerialPort class, easy to realize the need for mult
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:34308
    • 提供者:youname
  1. API-232

    0下载:
  2. 在mfc中进行串口通讯最简单的方法莫过于在对话框中使用MSCOMM控件了,MSComm通信控件提供了一系列标准通信命令的接口,它允许建立串口连接,可以连接到其他通信设备(如Modem). 还可以发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件,从而可以用它创建全双工 、事件驱动的、高效实用的通信程序。 -The first Chapter provides an introduction to the API-232 library. Chapt
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:18336
    • 提供者:王建
  1. mscomm

    0下载:
  2. 根据系统功能的要求,主站需发送2种类型的命令:(1)同期命令,它由定时器触发引起,每隔ls周期发送1次;(2)非周期性命令,它由操作者按动相应命令按钮引起,非周期性发送。自动监控系统软件安装在主站上,而通信程序作为自动监控系统软件的一部分也安装在主站上。 -According to the system functional requirements, the main points need to send 2 types of commands: (1) In the same order,
  3. 所属分类:Com Port

    • 发布日期:2017-03-26
    • 文件大小:14426
    • 提供者:齐楚
  1. MSComm

    0下载:
  2. 上面有多个按钮,次软件的目的是为了实现串口通信,当按下按钮时串口就会发送信息到设备中,设备一般需要基于单片机的控制设备-Multiple button above, sub software is intended to achieve serial communication, serial port when you press the button it will send a message to the device, the device generally require cont
  3. 所属分类:Button control

    • 发布日期:2017-05-12
    • 文件大小:2820913
    • 提供者:jyg
  1. sommm

    0下载:
  2. 在VC++6.0中用MSComm控件编程,可以实现串口接收数据和发送数据,数据分别显示在接收框和发送框中。 如何建立工程:建立新文件夹,将文档用WINZIP解压后,双击 Scommtest.dsw 即可在VC6.0中打开工程文件。作者主页上有详细编程说明,每一步都列出来了,可以参考-In VC++6.0 using MSComm control programming, you can achieve serial receive data and send data, the
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-26
    • 文件大小:8848319
    • 提供者:yuanguang
  1. SComm

    0下载:
  2. 串口通讯小工具。基于MSCOMM控件开发。-Serial communication gadget. MSCOMM control based on the development.
  3. 所属分类:Com Port

    • 发布日期:2017-04-08
    • 文件大小:44532
    • 提供者:zhaoyi
  1. 3.3

    0下载:
  2. 用M S C o m m 控件进行串口编程-MSComm controls with serial programming
  3. 所属分类:Com Port

    • 发布日期:2017-05-18
    • 文件大小:4672829
    • 提供者:guaxiaofeng
  1. VisualBasicRS232

    0下载:
  2. 利用VB做串口通信,采用MSCOMM控件和PCOMM函数两种方式-Using VB to do serial communication, use of MSCOMM control and PCOMM function in two ways
  3. 所属分类:Com Port

    • 发布日期:2017-06-01
    • 文件大小:13963447
    • 提供者:ljtkulou1234
  1. MSCOMM32

    0下载:
  2. scoComm非常好的串口控件,OCX的,可支持到波特率921600,串口好到256,对于做手机及USB的通信将是非常好的工具.-scoComm very good serial control, OCX, and can support the baud rate of 921,600, good to 256 serial port for communication to do phone and USB will be a very good tool.
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:45881
    • 提供者:李龙
« 1 2 ... 30 31 32 33 34 3536 37 38 39 40 ... 50 »
搜珍网 www.dssz.com