众所周知,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无线网卡,已经在JBuilder2006上测试并通过,在使用时要注意Comm.jar的正确导入。同时,要下载javaComm20-win32.zip包(可用google搜索下载),并做好相关配置。本压缩包中还包含了大量的modem相关资料仅供参考。
上传时间: 2013-12-27
上传用户:shizhanincc
delphi处理插件的一个例子,使用plugins方式,具体看Comm代码,包含工程文件
上传时间: 2015-08-23
上传用户:曹云鹏
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串口插件,直接使用,可以不要配置Comm,还有cisco命令编辑器,界面友好,操作简单。
上传时间: 2014-01-17
上传用户:xiaoxiang
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 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