Welcome![Sign In][Sign Up]
Location:
Search - mscomm32.ocx

Search list

[Delphi VCLMSCOMM32.OCX

Description: 串口编程控件MSCOMM32.OCX mscomm32.ocx是微软提供的串口通讯开发控件。支持串口通讯的软件大部分都是使用这个控件来实现串口通讯功能的。 安装方法:请您把它复制到系统目录下,对于windows9x系列(win95、win98、winme)是x:\\windows\\system\\,对于 windowsNT、windows2000、windowsXP系列是x:\\winnt\\system32\\。然后打开一个命令行提示符窗口(MSDOS方式窗口), 用\"cd x:\\windows\\system\\\"命令或者\"cd x:\\winnt\\system32\\\"切换到系统目录下,再执行\"regsvr32 mscomm32.ocx\"这个命令。 -MSCOMM32.OCX mscomm32.ocx control is provided by Microsoft Serial communications development controls. Support serial communication software is used most of the controls to achieve serial communications capability. Installation Method : Would you please copy it to the system directory, windows9x Series (win95. win98, WINME) x : \\ windows \\ system \\. for Windows NT, by Windows, windowsXP series of x : \\ winnt \\ system32 \\. Then open a command line prompt window (MSDOS mode window), "cd x : \\ windows \\ system \\ "orders or" cd x : \\ winnt \\ system32 \\ "switched to the system directory, further implementation of the "typing mscomm32.ocx" This order.
Platform: | Size: 46273 | Author: guli | Hits:

[ComboBox短信ocx控件

Description: 蓝天短信猫收发控件开发使用手册 安装 通过运行regsvr32.exe程序来安装本控件,如: regsvr32.exe c:\winnt\system32\alasunsmscon.ocx 提示: 由于本控件使用了微软公司的MSCOMM32.OCX,所以用户在自己程序发布时,除了要分发本 控件外,还要包括MSCOMM32.OCX。 特别声明: 深圳市蓝天信息技术有限公司开发的alasunsmscon.ocx控件稳定支持本公司生产的短信猫设备,已对短信猫芯片调用此控件进行了加密技术,本公司的alasunsmscon.ocx控件在调用其它公司短信猫设备时,刚开始能运行一段时间,但运行一段时间后会出现控件无法调用,导致程序无法运行,短信出现乱码等问题,由此声明只对本公司生产的短信猫调用控件负责,用其它公司生产的短信猫调用此控件所引起的系统不稳定,本公司概不负责,敬请谅解。 控件使用说明 ◆属性 序 号 属性名称 数据类型 说 明 1 AutoDelMsg Boolean 设置是否在阅读短信后自动删除SIM卡内短信存档 (建议在经常接收短信时设置为true)。 设计和运行时都可以读写, true自动删除 false不自动删除 默认为false 2 CommPort Integer 串口号(运行时只读) 3 IsOpen Boolean 设备是否已经打开(只读) True已打开 False未打开 4 IsRegOK Boolean 控件是否成功注册(只读) True已打开 False未打开 5 Settings String 设备与计算机的串口通讯设置 设计时和运行时都可以读写 默认值为 9600,n,8,1,分别代表波特率、奇偶校验、 数据位数和停止位数 ◆方法 ☆ 发送AT指令 (ATCommand) 功能描述:向端口发送AT指令 参数:ATCmd string 您要发送的AT指令 返回:string AT指令返回结果 如为错误,返回ERROR ☆ 关闭通讯端口 (CloseComm) 功能描述:关闭与设备的通讯端口 参数: 无 返回: Long 0 成功,其它 失败 ☆ 删除短消息 (DelMsgByIndex) 功能描述:删除SIM卡中指定位置的短信 参数: iIndexNo Integer 要删除SIM卡中短信的位置 返回: Long 0 删除成功,其他 删除失败 ☆ 取得机器码(GetMachineNo) 功能描述:取得机器码(注册控件时用) 参数: 无 返回: string 机器码字符串 ☆ 取得短信中心号码 (GetMsgCenterNo) 功能描述:取得短信中心号码 参数: 无 返回: string 短信中心号码 ☆ 取得注册用户名 (GetRegUserName) 功能描述:取得注册用户名 参数: 无 返回:string 用户名 ☆ 取得未读信息列表 (GetUnreadMsgIndexList) 功能描述:取得未读信息列表 参数: 无 返回: string 逗号分隔的未读信息序号的列表 ☆ 打开通讯端口 (OpenComm) 功能描述: 打开与设备的通讯端口 参数: 无 返回: Long 0 成功, 其他 失败 ☆ 读取设备新收到的短消息 (ReadMsg) 功能描述:读取设备新收到的短消息 参数: sNo string 收到短信的来源号码 sCon string 收到短信的内容 sMsgCenterNo string 短信中心号码 dSendTime date 发送短信的时间 iSendTimeZone Integer 发送短信的时区 返回: Long 0 读取成功, 其他 读取失败 ☆ 读取短消息 (ReadMsgByIndex) 功能描述:读取SIM卡中指定位置的短消息 参数: iIndexNo Integer 短信序号 sNo string 收到短信的来源号码 sCon string 收到短信的内容 sMsgCenterNo string 短信中心号码 dSendTime date 发送短信的时间 iSendTimeZone Integer 发送短信的时区 返回: Long 0 读取成功,其他 读取失败 ☆ 发送短消息 (SendMsg) 功能描述:发送一条短信息 参数: sNo string 对方的手机号码 sCon string 短消息内容 sMsgCenterNo string 短信中心号码(可选) iMsgType Integer 短信类型 (见下表) bAsync Boolean 是否异步发送(可选,默认为False) 返回: Long 0 发送成功,其他 发送失败 ◆短信类型: 常量 值 说 明 alasunUCS2 0 Unicode类型,如中文。选择此类型,短信的最长长度 为70个字符。 alasun7Bit 1 7Bit类型,一般用来发送英文短信,选择此类型,短信 最长长度为160个字符。 alasunBlinking 2 闪烁类型的短信(需手机支持)。 alasunFlash 4 免提短信(直接显示在用户手机屏幕上,需手机支持), 选择此类型,短信编码自动为Unicode,并且最长长度 为69个字符。 以为常量可以结合使用,如alasunBlinking+alasunFlash ☆ 设置短信中心号码 (SetMsgCenterNo) 功能描述:设置短信中心号码 参数: sNewValue string 短信中心号码 返回: Long 0 成功,其他 失败 ☆ 注册控件 (SetSN) 功能描述:注册控件(注册控件时用); 参数: strUserName string 短信用户名 strRegNo string 注册序列号 返回: Boolean True 注册成功,False 失败 ☆ 显示控件关于对话框 (ShowAbout) 功能描述:显示控件关于对话框 参数: 无 返回: 无 ◆ 事件 ☆ OnReceive 当短信到达时触发这个事件,请在此事件中调用ReadMsg方法 ☆ OnSend 在异步发送方式时,短信成功发送时,触发此事件,同步发送时,此事件无效
Platform: | Size: 207421 | Author: terry600@163.com | Hits:

[SMSMySMS

Description: 串口发送短信,调用Win32API函数,没有使用MSCOMM32.OCX-Serial send a message, call Win32API function, to use MSCOMM32.OCX
Platform: | Size: 125952 | Author: 张三 | Hits:

[Windows Developphonencode

Description: 网上找的来电显示的 1)必须先安装MSComm32,Install.bat的内容如下: c:\windows\system\regsvr32 mscomm32.ocx regedit mscomm32.reg 2)必须到电信局申请来电显示功能,许多Modem不支持来电显示功能。 3)如果程序不能正常工作,可能所选择的Modem使用了"标准调制调解器"驱动程序或基它不兼容的驱动程序,建议使用Modem原配的驱动程序。 delphi6+winXP下编译测试通过-the Internet to find the one CND) must first install MSComm32. Install.bat reads as follows : c : \ windows \ system \ regsvr32 mscomm32.ocx Sgl dit mscomm32.reg 2) must apply to the bureau CND function, many do not support the modem function of CND. 3) if the procedures are not working, may Modem chosen by the use of the "standard modem" or driver-it is not compatible drivers, Modem recommend the use of a pair of drivers. Delphi6 winXP compiler test pa
Platform: | Size: 1238016 | Author: 金卯刀 | Hits:

[Windows Developvb_se_con

Description: 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 in VB.net development feels very frustrated. Here on the VB.net serial communications using native code, and it is- API calls to achieve, and you will find VB.net Serial communication is as simple as that.
Platform: | Size: 21504 | Author: best_life | Hits:

[Delphi VCLMSCOMM32.OCX

Description: 串口编程控件MSCOMM32.OCX mscomm32.ocx是微软提供的串口通讯开发控件。支持串口通讯的软件大部分都是使用这个控件来实现串口通讯功能的。 安装方法:请您把它复制到系统目录下,对于windows9x系列(win95、win98、winme)是x:\windows\system\,对于 windowsNT、windows2000、windowsXP系列是x:\winnt\system32\。然后打开一个命令行提示符窗口(MSDOS方式窗口), 用"cd x:\windows\system\"命令或者"cd x:\winnt\system32\"切换到系统目录下,再执行"regsvr32 mscomm32.ocx"这个命令。 -MSCOMM32.OCX mscomm32.ocx control is provided by Microsoft Serial communications development controls. Support serial communication software is used most of the controls to achieve serial communications capability. Installation Method : Would you please copy it to the system directory, windows9x Series (win95. win98, WINME) x : \ windows \ system \. for Windows NT, by Windows, windowsXP series of x : \ winnt \ system32 \. Then open a command line prompt window (MSDOS mode window), "cd x : \ windows \ system \ "orders or" cd x : \ winnt \ system32 \ "switched to the system directory, further implementation of the "typing mscomm32.ocx" This order.
Platform: | Size: 46080 | Author: guli | Hits:

[Driver DevelopUPSMonitor

Description: 基于MSCOMM32.ocx控件操作串口实现UPS监控。-MSCOMM32.ocx control operation based on the serial port to monitor the achievement of UPS.
Platform: | Size: 257024 | Author: huangyi | Hits:

[Com PortMSCOMM

Description: BCB安装MSComm控件需要的东东 Mscomm.srg, Mscomm32.ocx,Mscomm32.dep三个文件-BCB controls need to install MSComm Dongdong Mscomm.srg, Mscomm32.ocx, Mscomm32.dep three documents
Platform: | Size: 55296 | Author: 林辉 | Hits:

[Com PortSerialControl(MSCOMM32.ocx)

Description: 该代码是我在做课程设计时编写的一个串口调试的程序,编程环境为VC6.0.使用微软的串口控件MSCOMM实现。可做为初学串口编程时的参考。-The code that I am prepared to do the curriculum design of a serial debug procedures, programming environment for VC6.0. The use of Microsoft
Platform: | Size: 808960 | Author: 王占辉 | Hits:

[Communicationsrc

Description: 串口数据采集实时显示程序。本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。-Serial data acquisition in real-time display program. This procedure using VC6.0 Universal Serial control MsComm32.ocx to sent to the serial port data acquisition and processing.
Platform: | Size: 195584 | Author: dy | Hits:

[Com Port1

Description: 本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。主要使用方法 串口设置:m_Comm.SetSettings(“波特率,校验方式,数据位数,停止位数”) 取串口数据:m_Comm.GetInput() 你只首先要确定一个mscomm32.ocx控件在system目录下并且该控件已经被windows注册,本程序才能正常运行。 -This procedure using VC6.0 Universal Serial control MsComm32.ocx to send to the serial port data acquisition and processing. The main serial port settings to use: m_Comm.SetSettings (
Platform: | Size: 247808 | Author: deng | Hits:

[Com PortMSCOMM32

Description: 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 then regsvr32 mscomm32.ocx will be able to control to the system of registration!
Platform: | Size: 46080 | Author: 金颂扬 | Hits:

[JSP/JavaMSComm.html

Description: 直接调用Mscomm32.ocx串口通讯-Direct call MsComm32.ocx Serial Communication
Platform: | Size: 1024 | Author: getwill | Hits:

[Com Portmscomm32

Description: mscomm控件 mscomm32.ocx 包含了注册文件-mscomm32.ocx
Platform: | Size: 54272 | Author: liguo | Hits:

[Communicationmacd

Description: 利用cb开发工具,通过串口接收数据,和cb中的PerformanceGraph控件,绘制滑动平均曲线macd。 Cb中没有直接提供串口控件,需要通过Import ActiveX control来增加cb中没有的串口控件。可以使用操作系统Windows\system32目录下自带的mscomm32.ocx。 通过http://www.google.com/codesearch 搜索 PerformanceGraph1,可以得到该控件在cb中的用法。 对于串口控件也一样。 如果还有问题,可email:bcd5678@sina.com-The use of development tools cb, through the serial port to receive data, and cb in the PerformanceGraph control, drawing moving average curve macd. Cb does not directly provide serial control, needs to Import ActiveX control to increase the serial port control is not cb. You can use the operating system Windows \ system32 directory that comes with mscomm32.ocx. By http://www.google.com/codesearch search PerformanceGraph1, you can get the control in the cb in the usage. For serial control is the same. If there is problem, email: bcd5678@sina.com
Platform: | Size: 1338368 | Author: 鱼尾 | Hits:

[WEB Codeourdev_426108

Description: javascript 讀串口 通過js调用mscomm32.ocx-javascript 讀串口 通過js调用mscomm32.ocx
Platform: | Size: 209920 | Author: 周小明 | Hits:

[Internet-Networkchuankouxianshi

Description: 1、串口控件使用说明 本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。主要使用方法 串口设置:m_Comm.SetSettings(“波特率,校验方式,数据位数,停止位数”) 取串口数据:m_Comm.GetInput() 你只首先要确定一个mscomm32.ocx控件在system目录下并且该控件已经被windows注册,本程序才能正常运行。-1, serial port control instructions of the program uses the common serial port control MSCOMM32.OCX VC6.0 to send to the serial port on the data collection and processing. Mainly use the serial port settings: m_Comm.SetSettings (" baud rate, parity mode, data bits, stop bits" ) to take serial data: m_Comm.GetInput () you must first identify a mscomm32.ocx only control in the system directory and has been under the control register windows, the program to run properly.
Platform: | Size: 208896 | Author: 刘yi | Hits:

[Com PortMSCOMM32

Description: 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.
Platform: | Size: 46080 | Author: 李龙 | Hits:

[Other串口控件(MSCOMM32.OCX)完整使用

Description: 串口控件(MSCOMM32.OCX)完整使用(The full use of the serial port control (MSCOMM32.OCX))
Platform: | Size: 5455872 | Author: elephant_00 | Hits:

[Delphi/CppBuilderMSCOM

Description: 基于MSCOMM32.OCX控件编写的可用于测试串口通讯的软件(Software designed for testing serial communication based on MSCOMM32.OCX control)
Platform: | Size: 305152 | Author: Ricak | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net