搜索结果
找到约 54 项符合
Comm 的查询结果
按分类筛选
串口编程 众所周知
众所周知,C++Builder本身并不提供串行通讯控件MSComm,但我们却可以通过注册后直接使用它。启动C++Builder5.0后,然后选择C++Builder主菜单中的Component菜单项,单击Import Active Control命令,弹出Import Active窗口,选择Microsoft Comm Control6.0,再选择Install按钮执行安装命令,系统将自动进行编译,编译完成后即完 ...
单片机开发 常用外围接口的程序设计
常用外围接口的程序设计,绝对全面,有AIO,CLK,COMM,DIO,KEY_MN,LCD等
Java编程 本程序基于长江通信的CDMA1X无线网卡
本程序基于长江通信的CDMA1X无线网卡,已经在JBuilder2006上测试并通过,在使用时要注意comm.jar的正确导入。同时,要下载javacomm20-win32.zip包(可用google搜索下载),并做好相关配置。本压缩包中还包含了大量的modem相关资料仅供参考。 ...
Delphi控件源码 delphi处理插件的一个例子
delphi处理插件的一个例子,使用plugins方式,具体看comm代码,包含工程文件
其他 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 a ...
Java编程 Eeclipse串口插件
Eeclipse串口插件,直接使用,可以不要配置comm,还有cisco命令编辑器,界面友好,操作简单。
交通/航空行业 称重管理软件(大型地磅)源码 为农贸市场定制开发
称重管理软件(大型地磅)源码
为农贸市场定制开发,COMM通讯写死了,要改代码才可以
Modem编程 串口通讯在客户端/服务器类型的应用程序设计中经常要使用到
串口通讯在客户端/服务器类型的应用程序设计中经常要使用到,目前串口通讯采用的一般是专用软件包或者标准串口通讯协议(如XMODEM、ZMODEM等),这样完整详细且免费的软件包比较少,所以在SPCOMM的基础之上建立了本文所描述的串口通讯协议,称之为RCC(表示为Reliable Comm Communication),其主要目标是在用串口进行通讯的客 ...
串口编程 // 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
// ...