搜索资源列表
comspy
- 一个简短的串口调试程序,不同于前面的调试程序,它能在你的串口被程序占用之后也能监测到其中的数据,可以选择16进制显示或asc11码显示,达到真正的监测-a brief serial debugging procedures, unlike previous debugging procedures, it can be your serial procedures can be occupied after the monitoring of the data, we can choose to
Com_N
- 本程序调用了微软自带的mscomm控件,实现com口的数据接收,读者可自行添加发送数据功能。内附mscomm.ocx控件及其注册方法,本程序是用的静态链接库,为的是能在没有vc库的机器上也可以运行,所以个头大了点。-Microsoft's own mscomm controls, I realize com data reception, readers can add their own functions to send data. Enclosing mscomm.ocx cont
ComWin32
- 一个很好用的comm类,对于开发串口工作很有帮助,因多次测试没问题!可在98/2000/xp上正常使用-a good use of comm category, serial work for the development of useful, because several tests No problem! In normal use 98/2000/XP
Delphi实现串口通信的常用的方法
- Delphi是一种具有功能强大、简便易用和代码执行速度快等优点的可视化快速应用开发工具,它在构架企业信息系统方面发挥着越来越重要的作用,许多程序员愿意选择 Delphi作为开发工具编制各种应用程序。但是,美中不足之处是 Delphi没有自带的串口通信控件,在它的帮助文档里也没有提及串口通信,这就给编制通信程序的开发人员带来许多不便-with Delphi is a powerful, easy-to-use and faster code execution advantages of visu
Win32下的几种串口通信编程
- 要完成串口通信, 在32位模式下, 一般说来有以下四种方法-to complete the serial communications, in 32-bit mode, in general the following four methods :
SeriesSample_evc
- 这是一个嵌入式VC的程序,在手持设备上实现了串口的调试-This is an embedded VC procedures, the handheld devices to achieve a serial debugging
串口通讯硬件仿真测试
- 232串口测试程序。// 软件模拟测试说明: // 1.这个测试采用查询方式进行串口通讯 // 2.将软件仿真环境的晶震设为11.0592 MHz // 3.软件模拟全速运行, 观察波特率是1200bps // 4.在串口1中输入数字或字母,可观察到通讯是否有误。-232 serial testing procedures. / / Software simulation tests : / / 1. The test inquiries conducted using seri
串口通信控件ApexComm
- 提供串口通讯参数设置接口,控制方式设置接口,传递和接收数据手段控件是在VC++6.0下开发的-provide serial communication interface parameter setting and control settings interface, transmit and receive data means control of the VC 6.0 development
用VC++6.0实现PC机与单片机之间串行通信的方法
- 详细介绍了在Windows环境下应用VC++实现PC机与单片机的几种串行通信方法,给出了用Visual C++6.0编写的PC机程序和用C51编写的单片机通信程序。经实际应用系统运行稳定可靠。-detail in the Windows environment applications VC PC and SCM several serial communication method, we use Visual C 6.0 prepared by the PC and procedures u
179301COMMTC2_by_ssq
- 串口程序。在TC环境下通过编译。不包含密码-Serial procedures. The TC environment through the compiler. Do not include passwords
594381serial003
- 串口程序。dos底下的编程源码,在TC环境下通过编译-Serial procedures. Dos programming source code under the TC environment through compiler
down_19
- 这部分定义对于DNP 数据链路层充当伪传输层的传输层功能。伪传输层功能专门设计用于在原方站和副方站之间传送超出链路规约数据单元(LPDU)定义长度的信息。-definition for this part of the data link layer DNP as pseudo-transport layer transport layer functions. Pseudo-transport layer functions specially designed for the origina
Delphi中串口通信的实现
- Delphi中串口通信的实现 Delphi是一种具有功能强大、简便易用和代码执行速度快等优点的可视化快速应用开发工具,它在构架企业信息系统方面发挥着越来越重要的作用,许多程序员愿意选择 Delphi作为开发工具编制各种应用程序。但是,美中不足之处是 Delphi没有自带的串口通信控件,在它的帮助文档里也没有提及串口通信,这就给编制通信程序的开发人员带来许多不便。 -Delphi is a functional and rapid visual RAD tool easy to use
sysSerial
- 串口驱动,本文件是在vxworks下串口的驱动文件,网上下的,有点问题-Serial Driver, the present document is in the VxWorks Serial Driver, the Internet, some problems
modbus_tianshui
- 完整的MODBUS协议程序,在好几个工程中使用过,可以修改一下直接使用。-integrity of the agreement procedures in several projects used can change it directly.
87tx
- 87TX仪表的完整VB源代码,可以在同类产品中直接使用。-87TX Instrumentation integrity VB source code, similar products can be used directly.
HIDApi
- USB开发例子可以在其他语言中用API调用,有一个POwerbuilder例子-USB development examples in other languages using API calls, an example POwerbuilder
模拟串口(用IO口实现)
- 此程序可以帮助你在没有串口的单片机上,实现串口功能,用C51编程,有利于移植!-this program can help you in the absence of SCM Serial, Serial function, C51 program is conducive to transplant!
伺服电动机控制5帧(通用协议传输)
- 在vb中用字符串的形式来处理串口协议,具有一定的通用性!本程序用来控制伺服电机,调试通过!-vb used in a string of serial form to the agreement, which have a certain commonality! Procedures used to control the servo motor, debugging through!
文件夹
- 使用MSCOMM控件主要是通过事件来处理串行口的交互,即当数据到达时,控件的OnComm的事件就会来捕获或处理这些通讯事件。而OnComm事件也可以用来捕获和处理通讯错误。在实际应用中,一个MSCOMM控件就对应一个串行口,所以如果要处理多个串行口的话,必须有相应数量的控件与之对应。-use MSCOMM control mainly through the incident to the serial interaction, that is, when the data arrived, t
