Welcome![Sign In][Sign Up]
Location:
Search - CommPort

Search list

[Com PortCommPort-CSharp

Description: 利用rs232类进行串口的读写操作,并在windows下显示读写的数据.开发环境:VS.NET2003-use RS232 serial port for the class to read and write operation and shown in the windows read and write data. Development environment : VS.NET2003
Platform: | Size: 2554 | Author: 任绘锦 | Hits:

[Communication串口通讯JustinIO

Description: using System using System.Runtime.InteropServices namespace JustinIO { ?class CommPort { ??public string PortNum ??public int BaudRate ??public byte ByteSize ??public byte Parity // 0-4=no,odd,even,mark,space ??public byte StopBits // 0,1,2 = 1, 1.5, 2 ??public int ReadTimeout ?? ??//comm port win32 file handle ??private int hComm = -1 ?? ??public bool Opened = false ?? ??//win32 api constants ??? private const uint GENERIC_READ = 0x80000000 ??? private const uint GENERIC_WRITE = 0x40000000 ??? private const int OPEN_EXISTING = 3 ?? ??? private const int INVALID_HANDLE_VALUE = -1 -using System using System.Runtime.InteropServices Namespace JustinIO {? Class CommPort { ? ? Public string PortNum? ? Public int BaudRate? ? Public byte ByteSize? ? Public byte Parity // 0-4=no, odd, even, mark, space? ? Public byte StopBits // 0,,1,2 = 1, 1.5, 2? ? Public int ReadTimeout? ? ? ? //comm port win32 file handle? ? Private int hComm = -1? ? ? ? Public bool Opened = false? ? ? ? //win32 api constants? ? ? Private const uint GENERIC_READ = 0x80000000? ? ? Private const uint GENERIC_WRITE = 0x40000000? ? ? Private const int OPEN_EXISTING = 3? ? ? ? ? Private const int INVALID_HANDLE_VALUE = -1? ?
Platform: | Size: 9142 | Author: liucheng | Hits:

[Communication-MobileCommPort

Description: dos下串口数据传输的基类-dos Serial data transmission base class
Platform: | Size: 2678 | Author: bobo | Hits:

[Com PortCppCommPort

Description: 从网上的C#串口通信源码例子转换成的C++串口通信代码——CommPort.h
Platform: | Size: 3982 | Author: JiaoYanMa_3AZZK | Hits:

[Driver Developcommport

Description: Windows2K下虚拟串口设备驱动程序及相关应用程序
Platform: | Size: 232583 | Author: zz | Hits:

[ActiveX/DCOM/ATLcommport

Description: 手机串行端口通信编程例
Platform: | Size: 61048 | Author: zk | Hits:

[Other resourceGpsReader

Description: read GPS information from the commport installed in PDA
Platform: | Size: 44468 | Author: lee | Hits:

[Other resourceCommPort

Description: EVC 串口通讯 编程范例 适用 EVC 4.0
Platform: | Size: 43628 | Author: wangkun | Hits:

[CommunicationCommPort

Description: 一个串口调试程序,支持发送和接收,用VS2005编译的,很不错
Platform: | Size: 3963762 | Author: 宋顶 | Hits:

[CommunicationCommPort

Description: 此源代码介绍一个适用于Windows平台的串口监视,调试程序。这是我在vc串口通信书本上看到源码,共享一下
Platform: | Size: 47804 | Author: 朱平 | Hits:

[Com PortCommPort Debug

Description: 一个关于Com端口调制的程序。包括向Com端口发送数据及从Com端口接受数据两部分。-a Com port on the modulation process. Including Com port and send data from the Com port to accept data in two parts.
Platform: | Size: 4212 | Author: 张积存 | 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:

[Communication-MobileCommPort

Description: dos下串口数据传输的基类-dos Serial data transmission base class
Platform: | Size: 2048 | Author: 波波 | Hits:

[Driver Developcommport

Description: Windows2K下虚拟串口设备驱动程序及相关应用程序-Windows2K under the virtual serial port device driver and related applications
Platform: | Size: 232448 | Author: zz | Hits:

[CommunicationCommPort

Description: 一个串口调试程序,支持发送和接收,用VS2005编译的,很不错-A serial debugger, support for sending and receiving, using VS2005 compiled, it is good
Platform: | Size: 3963904 | Author: 宋顶 | Hits:

[CSharpCommPort

Description: C#写的串口通讯程序(可找到并打开电脑上所有串口).-C# Writing serial communication program (to find and open all the serial port on your computer).
Platform: | Size: 47104 | Author: 胡文鹏 | Hits:

[CSharpCommPort

Description: 一个c++串口通讯源码,可能对编串口有一定帮助。-A c++ serial communication source may have made serial must assist.
Platform: | Size: 1686528 | Author: luoozd | Hits:

[DocumentsMscomm

Description: 2.MSComm 控件的常用属性 MSComm控件有很多重要的属性,但首先必须熟悉几个属性。 CommPort 设置并返回通讯端口号。 Settings 以字符串的形式设置并返回波特率、奇偶校验、数据位、停止位。 PortOpen 设置并返回通讯端口的状态。也可以打开和关闭端口。 Input 从接收缓冲区返回和删除字符。 Output 向传输缓冲区写一个字符串。-Common attributes 2.MSComm control MSComm control of many important attributes, but must first be familiar with a number of attributes. CommPort the port settings and return to its communications. Settings form to set up a string and return to the baud rate, parity, data bits, stop bits. PortOpen communication port settings and return to the state. Can also open and close the port. Input from the buffer to receive the return and delete characters. Output written to the transmission of a string buffer.
Platform: | Size: 5120 | Author: 霍雅丽 | Hits:

[SCMCommPort

Description: 单片机串口编程实例,CommPort 能用上的就来看看啊 -Microcontroller serial programming examples, CommPort can be used on the Laikankana
Platform: | Size: 34816 | Author: 欧阳 | Hits:

[Windows CECommPort

Description: windows CE下串口调试工具,经过测试,标准SDK下编译。-wince comm tool
Platform: | Size: 8964096 | Author: 曹华 | Hits:
« 12 3 4 »

CodeBus www.codebus.net