搜索资源列表
MySMS
- 串口发送短信,调用Win32API函数,没有使用MSCOMM32.OCX-Serial send a message, call Win32API function, to use MSCOMM32.OCX
Dial.LDXS
- 1)必须先安装MSComm32,Install.bat的内容如下: c:\\windows\\system\\regsvr32 mscomm32.ocx regedit mscomm32.reg 2)必须到电信局申请来电显示功能,许多Modem不支持来电显示功能。 3)如果程序不能正常工作,可能所选择的Modem使用了\"标准调制调解器\"驱动程序或基它不兼容的驱动程序,建议使用Modem原配的驱动程序。 delphi6+winXP下编译测试通过-1) must b
phonencode
- 网上找的来电显示的 1)必须先安装MSComm32,Install.bat的内容如下: c:\\windows\\system\\regsvr32 mscomm32.ocx regedit mscomm32.reg 2)必须到电信局申请来电显示功能,许多Modem不支持来电显示功能。 3)如果程序不能正常工作,可能所选择的Modem使用了\"标准调制调解器\"驱动程序或基它不兼容的驱动程序,建议使用Modem原配的驱动程序。 delphi6+winXP下编
vb_se_con
- VB.net的串口通讯支持总是让人觉得有所不足,在使用VB6的MsComm32.ocx时,很多人都会在VB.net的开发中觉得很困扰。 这里讲述的VB.net串口通讯类使用native代码,并且它是通API调用实现的,你会发现VB.net的串口通讯就是这么简单。-VB.net serial communications support always make people feel inadequate. use VB6 MsComm32.ocx, many people
vb-serialport
- 通常串口的开发是基于VC的,这个为以VB开发工具的来说,希望能有所借鉴。用activeX控件 mscomm32.ocx写的一个串口调试工具.-usually is based on the development of the VC, VB to the development of tools, hopes to have a reference. Use activeX control mscomm32.ocx write a serial debugging tools.
VB.NET232
- VB.net的串口通讯支持总是让人觉得有所不足,在使用VB6的MsComm32.ocx时,很多人都会在VB.net的开发中觉得很困扰。这里讲述的VB.net串口通讯类使用native代码,并且它是通API调用实现的,你会发现VB.net的串口通讯就是这么简单。 在说明如何使用这个类前,需要说明的是,本类只是一个VB.net的串口通讯演示,你可能需要根据你的情况修改后使用。-Serial Communication Programs require the support always make
MSCOMM32.OCX
- 串口编程控件MSCOMM32.OCX mscomm32.ocx是微软提供的串口通讯开发控件。支持串口通讯的软件大部分都是使用这个控件来实现串口通讯功能的。 安装方法:请您把它复制到系统目录下,对于windows9x系列(win95、win98、winme)是x:\\windows\\system\\,对于 windowsNT、windows2000、windowsXP系列是x:\\winnt\\system32\\。然后打开一个命令行提示符窗口(MSDOS方式
教学模型控制
- 这是本人在校期间为一家教学模型厂做的教学模型控制系统,VC6开发,能在演示视频的同时利用串口对模型进行同步控制,并可任意切换。系统运行需微软串口控件MSCOMM32.OCX,MediaPlay9.0-at the school for a teaching model factory for the teaching model control systems, VC6 development, in the demonstration video using the model for ser
短信ocx控件
- 蓝天短信猫收发控件开发使用手册 安装 通过运行regsvr32.exe程序来安装本控件,如: regsvr32.exe c:\winnt\system32\alasunsmscon.ocx 提示: 由于本控件使用了微软公司的MSCOMM32.OCX,所以用户在自己程序发布时,除了要分发本 控件外,还要包括MSCOMM32.OCX。 特别声明: 深圳市蓝天信息技术有限公司开发的alasunsmscon.ocx控件稳定支持本公司生产的短信猫设备,已对短信猫芯片调用此
1
- 本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。主要使用方法 串口设置:m_Comm.SetSettings(“波特率,校验方式,数据位数,停止位数”) 取串口数据:m_Comm.GetInput() 你只首先要确定一个mscomm32.ocx控件在system目录下并且该控件已经被windows注册,本程序才能正常运行。 -This procedure using VC6.0 Universal Serial control MsCo
MSCOMM32
- COM口控件!刚在网上搜,不好搜,自己传一个上来,大家都好找! mscomm32.ocx 放在c:\windows\system32\下,再用 regsvr32 mscomm32.ocx 就可以把控件注册到系统上了!-COM port control! Just found online, not found, a Chuan-up their own, we all look good! Mscomm32.ocx on c: windowssystem32 under, and t
mscomm32
- com port in mscom32.ocx
mscomm32
- mscomm控件 mscomm32.ocx 包含了注册文件-mscomm32.ocx
macd
- 利用cb开发工具,通过串口接收数据,和cb中的PerformanceGraph控件,绘制滑动平均曲线macd。 Cb中没有直接提供串口控件,需要通过Import ActiveX control来增加cb中没有的串口控件。可以使用操作系统Windows\system32目录下自带的mscomm32.ocx。 通过http://www.google.com/codesearch 搜索 PerformanceGraph1,可以得到该控件在cb中的用法。 对于串口控件也一样。 如果还有问
MSCOMM32
- MSCOMM32.OCX控件,可用于PB调用实现串口编程-MSCOMM32
chuankouxianshi
- 1、串口控件使用说明 本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。主要使用方法 串口设置:m_Comm.SetSettings(“波特率,校验方式,数据位数,停止位数”) 取串口数据:m_Comm.GetInput() 你只首先要确定一个mscomm32.ocx控件在system目录下并且该控件已经被windows注册,本程序才能正常运行。-1, serial port control instructions of the pro
MSCOMM32
- 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.
BDE-MSCOMM32
- BDE注册,本例子是最简化Paradox数据Table操作的BDE安装,你可以修改BDE目录下的文件定制你的驱动。 OCX注册,本例子是注册MSComm32.ocx。-BDE registration, this example is the most simplified Paradox data Table operations BDE installation, you can modify the BDE directory files, customize your driver.
串口控件(MSCOMM32.OCX)完整使用
- 串口控件(MSCOMM32.OCX)完整使用(The full use of the serial port control (MSCOMM32.OCX))
出现MSComm32.ocx未注册解决方案
- 实现一键注册控件,并提供多个255个mscomm个接口(make the register the ocx easy.)