搜索资源列表
MS NetSerialComm
- MS提供的串口开发源代码类,提供了几个与串口通讯的底层通讯类-the serial open-source categories, for a few serial communication with the underlying communications
串口编程vc调试精灵
- 串口编程vc调试精灵.rar vc open it ,u enjoy it-vc Serial Programming Debugging Spirit. Rar vc open it, u enjoy it
ComAssistant串口通信Comport
- 串口调试助手 v1.0 使用说明 本程序完全参照龚建伟《串口调试助手V2.2》制作而成,原软件是用VC编写的,我将它改用Delphi编写,作为我学习串口编程的一个例子与工具使用。 其中用到串口控件为ComPort,该控件为开源软件,各大网站均有下载,目前最新版为3.0。 使用平台: WIN9X/NT/2000/XP 本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目了然,其义自明,这里仅对十六进制发送作一说明: 十
MySci2
- 自己改进的一个串口VC程序,本来是用于对我的DSP板的监测,打开程序后在视图区内单击鼠标左键即可出现通信控制对话框,可选择传送6个不同的监测变量,都是先传送高8位,再传送低8位,很适合作为监测软件-improvement to their VC of a Serial procedures have been used for the DSP board monitoring, open View procedures in the region can click the left mouse
java_serial
- 用java程序从串口读数据 在这个通讯程序中使用了一个简单的协议,既不同的消息之间用星号 * 作为分隔。这个 程序中的问题是ReadSerial进程和WriteSerial进程不能够同时启动,出错信息是不能够 打开串口,因为同样一个串口不能够同时被打开两次(在ReadSerial中声明了FileReader 和在WriteSerial中声明了FileWriter)。这样是不能够实现全双工通讯的。不知道有没有 做过的大侠能够讲讲处理的办法。 -with readi
Soft20060207144226354
- 多线程代码 转自**开源盛世-源代码下载网 www.vscodes.com-multithreaded code switched from open-source Spirit **-source code download network www.vscodes.com
JingchaPaiZhao
- 电子警察拍照管理系统,简单易用,源码开放,可以自己扩充方便。-electronic management system, easy to use, open source can facilitate their expansion.
Examples1101
- Z8读卡器开发接口,就是公交车上刷卡那种,含VB和VC源码,有兴趣的朋友可以来看看哦。-humanized reader interface development is busload 0800-099799 kind, including VB and VC source, Interested friends can view flash open her cloak.
com_code(LJ)
- 运用通信API编写串口通信。 功能:1)通过串口进行数据的收发并在接收端显示收到的数据 2)打开串口,关闭串口等 要求:1)可以修改com口、波特率、数据位、停止位、奇偶校验 2)传送的数据桢格式:数据头(FF FF FB) 数据长度 数据 累加和 数据尾(FB FB), 数据头和数据尾不参加计算累加和 3)接收数据的显示方式:要求每个数据桢中的数据以单独一行的格式显示 -Communication API prepared using serial commu
WinSock.pbl
- 说明, 服务器端 1,SocketServer中,有个uo_Socket_Server类型的数组Connects,实现多个连接管理。 2,uo_Socket_Server实例是通过w_1.tab_1.OpenTab()打开的。 3,SocketNotify为自定义事件pbm_custom01。 4,ue_SocketNotify为自定义事件。 客户端 1,很简单,就不说了。-note, a server, SocketServer. a uo_Socket_Serv
serial2.1.3.4
- 自己用api写的串口通信动态库,可以同时打开多个串行口,自带设置函数-own use api write serial communication DLL, it will also open up a number of serial port, bringing their function set
serialportsend_receive
- 串口收发程序,用VC控件实现,能够方便打开文件保存文件-Serial Transceivers procedures, VC Controlware to facilitate open file documents
60870-103
- IEC60870-5-103规约测试工具。 目前只能打开COM1口,(呵呵)有兴趣的可以更改。-IEC60870-5-103 Statute testing tools. At present, I can only open the COM1 (Ha ha) are interested can change.
PocketPC_ComAPI
- 本代码为用VS2003中开发基于Pocket PC设备串口通信而设计的一个单独的类。 考虑到系统运行稳定,在此类中将“打开”和“关闭”串口事件设成私有方法, 同时为了使用方便,对外提供一系列公共属性来在程序运行中实时设置, 其中包括布尔型串口打开事件,以及“发送”与“接收”两个公共方法。-the code developed using VS2003 based Pocket PC serial communication equipment designed a separate
comserialport
- 本文介绍了串口通信通信的主要过程 (1) 打开串口 (2) 配置串口 (3) 读写串口 (4) 关闭串口 -This paper introduces the Serial Communications of the main process (1) to open the serial port (2) Serial Configuration (3) literacy series I (4) Close Serial
pc_Rs232
- 该程序为vb.net封装的rs232类,实现了初始化,打开,关闭,发送,接受等方法-the procedures for vb.net Packaging rs232 and realizes the initialization, open, closed, sent, accepted methods
spcomm
- // 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
SerialTest
- 串口测试程序,打开,写数据,受数据,关闭-serial testing procedures to open and write data by the data, closing
sermon
- 这是一个超级好用的串口监控程序(非源码),可以检测到其他软件打开串口后的任何活动及收发数据,从而可以分析其通讯协议。软件的全称是Serial Monitor v3.22 ,这个是破解版,很费劲才找到的。我实际使用效果非常好,可以很容易得到别的软件如手机管理软件的通讯的全过程,搞清发了一些什么AT命令,等到了什么样的应答和数据。强烈推荐串口编程者必备-This a super user-friendly Serial Monitoring Program (FOSS), can detect ot
Huawei-GTM900-B-customers-to-open-
- 华为GTM900-B客户公开 GTM900 产品概述 华为GTM900 无线模块 AT命令手册 华为GTM900 无线模块 GPRS拨号 设置方法 华为GTM900 无线模块 STK命令用户 使用手册 华为GTM900 无线模块 串口多路复用 参考手册-Huawei GTM900-B customers to open GTM900 Product Overview Huawei GTM900 wireless module AT command manual dialing Huawe