虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

COMM

  • 众所周知

    众所周知,C++Builder本身并不提供串行通讯控件MSCOMM,但我们却可以通过注册后直接使用它。启动C++Builder5.0后,然后选择C++Builder主菜单中的Component菜单项,单击Import Active Control命令,弹出Import Active窗口,选择Microsoft COMM Control6.0,再选择Install按钮执行安装命令,系统将自动进行编译,编译完成后即完成MSCOMM控件在C++Builder中的注册,系统默认安装在控件板的Active页,接下来我们就可以像使用C++Builder本身提供的控件那样使用新注册的MSCOMM控件了。(前提条件是你的机子上安装了Visual Basic,或者有它的库)

    标签:

    上传时间: 2013-12-17

    上传用户:小草123

  • 常用外围接口的程序设计

    常用外围接口的程序设计,绝对全面,有AIO,CLK,COMM,DIO,KEY_MN,LCD等

    标签: 外围接口 程序设计

    上传时间: 2013-12-14

    上传用户:jyycc

  • 本程序基于长江通信的CDMA1X无线网卡

    本程序基于长江通信的CDMA1X无线网卡,已经在JBuilder2006上测试并通过,在使用时要注意COMM.jar的正确导入。同时,要下载javaCOMM20-win32.zip包(可用google搜索下载),并做好相关配置。本压缩包中还包含了大量的modem相关资料仅供参考。

    标签: CDMA1X 程序 无线网卡 通信

    上传时间: 2013-12-27

    上传用户:shizhanincc

  • delphi处理插件的一个例子

    delphi处理插件的一个例子,使用plugins方式,具体看COMM代码,包含工程文件

    标签: delphi 插件

    上传时间: 2015-08-23

    上传用户:曹云鹏

  • This m file analyzes a coherent binary phase shift keyed(BPSK) and a amplitude shift keyed(ASK) COMM

    This m file analyzes a coherent binary phase shift keyed(BPSK) and a amplitude shift keyed(ASK) COMMunication system. The receiver uses a correlator(mixer-integrator[LPF]) configuration with BER measurements comparing measured and theoretical results. The bandpass and low pass used in the receiver are constructed using z transforms.

    标签: keyed shift amplitude analyzes

    上传时间: 2015-09-26

    上传用户:liuchee

  • Eeclipse串口插件

    Eeclipse串口插件,直接使用,可以不要配置COMM,还有cisco命令编辑器,界面友好,操作简单。

    标签: Eeclipse 串口 插件

    上传时间: 2014-01-17

    上传用户:xiaoxiang

  • vb通讯程序

    vb通讯程序,利用vb的COMM构件可以做到与多种设备进行通讯,方便,大家都学vb吧。

    标签: 通讯程序

    上传时间: 2014-07-03

    上传用户:ve3344

  • 称重管理软件(大型地磅)源码 为农贸市场定制开发

    称重管理软件(大型地磅)源码 为农贸市场定制开发,COMM通讯写死了,要改代码才可以

    标签: 称重 大型 源码 定制

    上传时间: 2014-01-12

    上传用户:heart520beat

  • 串口通讯在客户端/服务器类型的应用程序设计中经常要使用到

    串口通讯在客户端/服务器类型的应用程序设计中经常要使用到,目前串口通讯采用的一般是专用软件包或者标准串口通讯协议(如XMODEM、ZMODEM等),这样完整详细且免费的软件包比较少,所以在SPCOMM的基础之上建立了本文所描述的串口通讯协议,称之为RCC(表示为Reliable COMM COMMunication),其主要目标是在用串口进行通讯的客户端/服务器双方建立一条可靠的通讯链路,就象TCP(RFC793)一样。该协议的目前的开发是采用VC++,应用平台为WIN95/NT,但作为RCC协议的本身不受具体编程语言及操作系统所限制,

    标签: 串口通讯 服务器 应用程序

    上传时间: 2013-12-19

    上传用户:ls530720646

  • // This COMMunications Component is implemented using separate Read and Write // threads. Messages

    // This COMMunications Component is implemented using separate Read and Write // threads. Messages from the threads are posted to the COMM control which is // an invisible window. To handle data from the COMM port, simply // attach a handler to OnReceiveData . There is no need to free the memory // buffer passed to this handler. If TAPI is used to open the COMM port, some // changes to this component are needed ( StartCOMM currently opens the COMM // port). The OnRequestHangup event is included to assist this. // // David Wann // Stamina Software // 28/02/96 // davidwann@hunterlink.net.au

    标签: COMMunications implemented Component Messages

    上传时间: 2016-05-30

    上传用户:zhangyigenius