搜索资源列表
串口通讯JustinIO
- 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
commport
- Windows2K下虚拟串口设备驱动程序及相关应用程序
commport
- 手机串行端口通信编程例
CommPort
- 一个串口调试程序,支持发送和接收,用VS2005编译的,很不错
CommPort
- 此源代码介绍一个适用于Windows平台的串口监视,调试程序。这是我在vc串口通信书本上看到源码,共享一下
短信ocx控件
- 蓝天短信猫收发控件开发使用手册 安装 通过运行regsvr32.exe程序来安装本控件,如: regsvr32.exe c:\winnt\system32\alasunsmscon.ocx 提示: 由于本控件使用了微软公司的MSCOMM32.OCX,所以用户在自己程序发布时,除了要分发本 控件外,还要包括MSCOMM32.OCX。 特别声明: 深圳市蓝天信息技术有限公司开发的alasunsmscon.ocx控件稳定支持本公司生产的短信猫设备,已对短信猫芯片调用此
CommPort.rar
- C#写的串口通讯程序(可找到并打开电脑上所有串口).,C# Writing serial communication program (to find and open all the serial port on your computer).
CommPort
- 一个c++串口通讯源码,可能对编串口有一定帮助。-A c++ serial communication source may have made serial must assist.
COMMPORT
- 一个多功能串口监视工具,同一串口可以有不同波特率来收发数据,带有字符转换工具,可以多种方式的异或校验,也可以CRC校验,也可监视PPP数据包,把PPP数据包内容过虑出来!-A multi-serial port monitoring tool, the same can have different baud rate serial port to send and receive data, with a character conversion tools, you can XOR a nu
Serial-CommPort-simple-demo
- Descr iption: This project will demonstrate how to use the SerialCommport and invoke the data to the local form. This project simply can send and receive data from devices with serial communication. Also USB devices with UART bri
CommPort
- 窗口式串口通信程序,可以实现数据的接收和发送-Window-type serial communication program that can receive and send data
CommPort
- 一段和串口通讯生成的dll代码,用vs2008生成。可以参照生成dll api-Dll code, generated by a period and serial communication with the vs2008 generated. Can refer to the generated dll api
VC2008-CommPort
- 很好的串口编程例子 VC++2008平台 -Serial programming the example VC++2008 platform well
CommPort
- 串行端口的例子在Visual Basic.net(VS 2008)这允许您与串口通信。我测试了这个进行交流,一个调制解调器。代码是快速和稳定的,我用它来做大文件传输。-Serial port example in Visual Basic.net (VS 2008) This allows you to communicate with the serial port. I tested this to communicate a modem. Code is fast and stable,
CommPort
- Serial Port communication Class
SPCOMM2.5
- spcomm2.5修正版for delphi7控件 串口通讯-SPCOMM2.5 FOR delphi7 commport connection
ExtCommPort
- 说明:.net1.1已测可用的串口通讯类,对公有版本有修改 适用环境:.net 1.1及以上 功能:串口操作通讯 包含内容:串口通讯类CommPort(),字符转换类HexCon-Descr iption:. Net1.1 measured available serial communications, public version of the applicable environmental modifications:. Net 1.1 and above functions
serial-communication
- VB实现pc与单片机串口通信任务 //利用vb实现pc与单片机串口通信任务 //编写程序代码 定义变量 Dim cnum As Integer 循环计数标志 Dim choosenum As Integer 选择指示灯号 串口初始化 在窗体的Load事件中加入下列代码对串口进行初始化 Private Sub Form_Load() MSComm1.CommPort=1 MSComm1.InputMode=1 MSComm1.RThresho
vbchuankou
- VB 串口程序描点画图,程序很小,只有几k,有VB6.0的可对源代码重新编译,运行测试图如截图示。源代码里的部分注释说明:选择com1 MSComm1.CommPort = 1 设置波特率为9.6kpbs,没有奇偶校验,8位数据位,1位结束位 MSComm1.Settings = "9600,N,8,1" 读取全部的输入缓冲区 Case comEvReceive 此处的代码可以进行当串口的接受缓冲区里有RThreshold个字符的处理-
CommPort
- 自动识别 串口发送指令,接收返回指令,标准的界面编程-Automatic identification serial port to send commands, receive a return instruction
