搜索资源列表
comport.zip
- 转载如果侵犯产权,不负责任,本程序完全参照龚建伟《串口调试助手V2.2》制作而成,原软件是用VC编写的,我将它改用Delphi编写,作为我学习串口编程的一个例子与工具使用。,reproduced if infringe on property rights, irresponsible and totally based on the procedures Dan "serial debugging assistant V2.2" produced, the original
com
- 用于labview串口接受数据,mscomm属性,中断,提供参考-Labview serial port for receiving data, mscomm property, interruption, to provide reference
SendReceive_COMM
- This program was designed as a utility tool to allow the user to send and recieve data from a serial com port while monitory the byte data. If a loopback ciruit is made on the com port(jumper send to recieve DB9 pins 2 & 3) a developer can also monit
3.3
- 串口通信.在编程过程中,一些控件的属性读者不必完全按照示例程序去做-Serial communication. In the programming process, some readers do not have control of the property in full accordance with the example of the procedure to do
vbMSCommhandshakewritingrules
- MSComm握手编写规则,MSComm控件属性描述,及通信过程出现问题,MSComm控件报错代码解析-MSComm handshake writing rules, MSComm control, property descr iption, and the communication process problems, MSComm control Baocuo Code Analysis
Form1
- 串口调试程序, 能实现串口的选择,串口属性设置,向下位机发送文件-Serial debugger, to achieve the choice of serial port, serial port property, the down-bit machine to send files
SpComm
- Delphi串口开发控件, 包含DELPHI源代码-Delphi Serial Port VCL Version 2.5 1. Add OnSendDataEmpty event handler when all data in buffer are sent(send-buffer become empty) this handler is called. You may call send data here. 2. Ch
VCL
- 一个VCL控件 1.针对与①单片机通讯②传递大量复杂数据, 加强了数据包功能: 增加了 PackageType 和 PackageInterval 两个属性。 PackageType 允许设置数据包的格式, 可设置包括与以前兼容、帧首尾和控制符、使用超时等三种类型的数据包格式。 PackageInterval 属性: 如果 PackageType 为超时判断数据首尾, 这个属性设置超时时间(毫秒)。 ①使用超时的方法适用于与单片机和仪表通讯的大部分情况 ②使用帧首尾和控制