Welcome![Sign In][Sign Up]
Location:
Search - comm delphi

Search list

[Delphi VCLcomm

Description: delphi写的com口通信程序,新手可以参考使用
Platform: | Size: 214966 | Author: wangyh | Hits:

[SMScomm

Description: 短信网关接口源代码-SMS Gateway Interface source code
Platform: | Size: 657408 | Author: 禹鑫毅 | Hits:

[Remote Control实时通信程序

Description: 它的特点: 1.数据包格式全部自己定义。 所有的定义和通信核心类全部在COMM文件夹中。 2.能处理大量客户端同时通信的情况,客户和服务端共用相同的通信对象,并且可以实现互传。 3.通信细节全部封装在几个通用的类中,隐藏了交互通信的所有处理细节,如断包处理,超时重发等功能。 4.数据通信和数据具体应用完全分离,扩展性良好,本例中只做一个上传文件的例子,你可以在不用改动通信核心的情况下,可以实现远程控制所需的任何功能,并且不需要考虑通信细节。-its characteristics : 1. All data packet format own definition. All the definition and communication in all core categories COMM folder. 2. Can handle a large number of client communications in the same time, customer-service and sharing the same communications targets, and can interoperate Chuan. 3. Details of all communications package in a few general categories, interactive communications hidden handle all the details, such as broken packet processing, heavy overtime, among other functions. 4. Data communications and specific application data separation, scalability good, in this case they should only upload documents example, you can not change the core of communication, remote control can be achieved for any function, and need not consider the communications details.
Platform: | Size: 154624 | Author: 里平 | Hits:

[Other高级通信程序

Description: 这是一个自我感觉很好的通信程序,它的特点: 1.数据包格式全部自己定义。 所有的定义和通信核心类全部在COMM文件夹中。 2.能处理大量客户端同时通信的情况,客户和服务端共用相同的通信对象,并且可以实现互传。 3.通信细节全部封装在几个通用的类中,隐藏了交互通信的所有处理细节,如断包处理,超时重发等功能。 4.数据通信和数据具体应用完全分离,扩展性良好,本例中只做一个上传文件的例子,你可以在不用改动通信核心的情况下,可以实现远程控制所需的任何功能,并且不需要考虑通信细节。具体方法可以参考:CommSrvApps 单元的TSrvApp_File类,只需写一个新类即可: TSrvApp_File = class(TServerAppObject) public function ProcessData(ABuf: PChar ASize: integer): integer override end 通过以上类配合通信核心类,实现了远程实时传送一个文件就像copy那么简单。 其它: 此程序是我自己开发的连锁超市方案中数据交换的应用实例,所以客户端和服务端的代码有点多,但多是与通信本身无关,所实现的功能是将本地Local文件夹与远程Remote文件夹的.rs文件互相进行传送。 -this a good feeling of self-communication program, which features : 1. All data packet format own definition. All the definition and communication in all core categories COMM folder. 2. Can handle a large number of client communications in the same time, customer-service and sharing the same communications targets, and can interoperate Chuan. 3. Details of all communications package in a few general categories, interactive communications hidden handle all the details, such as broken packet processing, heavy overtime, among other functions. 4. Data communications and specific application data separation, scalability good, in this case they should only upload documents example, you can not change the core of communication, remote control can be achieved for any function, and need not cons
Platform: | Size: 214016 | Author: sr | Hits:

[Com PortComm(串口调试工具)

Description: 串口调试程序源程序。 非常好的串口调试助手,提供源程序,供大家参考。-serial debugger source. Serial debugging very good assistants and provide the source for your reference.
Platform: | Size: 680960 | Author: 李剑莉 | Hits:

[Com Portsp--comm

Description: COMM32是一个简单的串口通信控件,提供源码,不存在黑箱。-COMM32 is a simple serial communication control, source code, there is no black box.
Platform: | Size: 26624 | Author: 侯志恒 | Hits:

[Other systemsTPV_COM

Description: Delphi采用MSComm控件开发串口测试工具,在Windows+Delphi7编译通过-MSComm Control Development Delphi using serial testing tools, in Windows+ Delphi7 compiler through
Platform: | Size: 242688 | Author: 林建新 | Hits:

[SQL Servercomm

Description: 读取网通或电信电话交换机(华为)数据给酒店管理数据库-Read Netcom or telecommunications telephone exchange (Huawei) data to the hotel management database
Platform: | Size: 2972672 | Author: www | Hits:

[Delphi VCLcomm

Description: delphi写的com口通信程序,新手可以参考使用-delphi write com port communication program, and newcomers can refer to the use of
Platform: | Size: 215040 | Author: wangyh | Hits:

[Com Portcomm

Description: unit comm interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, SPComm, StdCtrls, ExtCtrls type TFcomm = class(TForm) Comm1: TComm GroupBox1: TGroupBox Memo1: TMemo Memo2: TMemo GroupBox2: TGroupBox Button1: TButton Btn_send: TButton Button2: TButton procedure Button1Click(Sender: TObject) procedure Button2Click(Sender: TObject) procedure Btn_sendClick(Sender: TObject) procedure Comm1ReceiveData(Sender: TObject Buffer: Pointer BufferLength: Word) private { Private declarations } public { Public declarations } end
Platform: | Size: 152576 | Author: liu | Hits:

[Software EngineeringCOMM

Description: 在DOS环境下,UART利用中断方式接收串口数据,并将接收到的数据从串口发送出去。串口地址为0xff80,波特率115200.-In the DOS environment, UART serial port to use interrupt receive data and receive data sent from serial port. Serial address 0xff80, baud rate 115200.
Platform: | Size: 7168 | Author: chen | Hits:

[Delphi VCLcport.3.10

Description: comm接口程序,可以用于调用。包括comm接口打开 关闭 和数据操作等-comm interface program that can be used for calls. Including comm open interfaces and data manipulation, such as the closure of
Platform: | Size: 1521664 | Author: gambler_smz | Hits:

[Delphi VCLcomm

Description: 别人写的一个串口通讯控件,经过长期使用证明,很好用的。参考了Comm32,及spcomm等。主要是修正了Comm32中的.pas-Others to write a serial communication control, after a long-term use of proven, well used. Reference Comm32, and SPComm such. Mainly in the Comm32 amended. Pas
Platform: | Size: 4096 | Author: nc | Hits:

[Delphi VCLdelphi_MSComm_image

Description: delphi用MSComm进行串口通讯,如果接受到的是连续的一组完整数字则将其进行图像还原。 本代码的另外一个是MSC51F310编写的单片机代码,两个合在一起完成从单片机将视频图像采集并发送到上位机还原的过程。-Comm by RS232,Program by DELPHI, link PC do F310,allow msc51f310 send a picture to PC .
Platform: | Size: 19456 | Author: 侯杰 | Hits:

[Delphi VCLComm232

Description: Delphi 下串口通信(API方式) 包含打开,关闭,读写数据等函数-Under Delphi serial communication (API way) include open, close, read and write data function
Platform: | Size: 3072 | Author: zoudesheng | Hits:

[Com PortComm

Description: 个人不喜欢三方控件,用三方控件多了不利用提高自己的水平,这是一个串口读写的DLL,全API控制。不像控件功能强大,经测试还没出过问题。-Individuals do not like the three controls, with the tripartite control should not be used more to improve their level, this is a serial read and write the DLL, control of the whole API. Does not control the powerful, tested out the problem yet.
Platform: | Size: 661504 | Author: ghost | Hits:

[Delphi VCL123331comm

Description: demo for comm. delphi example of the project for testing com programm.-demo of the comm.
Platform: | Size: 52224 | Author: xjlq | Hits:

[Delphi VCLSP.COMM.VCL.Ver.8.2.Source

Description: SP Comm is a serial port control VCL for delphi. A very fast and compact code. Comes with source code
Platform: | Size: 41984 | Author: mailads | Hits:

[Com PortMSCommEx

Description: PLC串口调试程序,串行通信编程的方法,对采用了RS-232接口的仪器进行串行通信的计算机测控软件开发,以及实现仪器功能和指标的验收-Microsoft Comm Control 6.0中)-vb serial communications debugging method existing electronic weighing a Taiwan, the use of serial communication with the computer. Preparation of VB to visit serial, electronic scales to read displayed on the data. The electronic scales for BE01-type instrument, the output of RS-232C standard interface
Platform: | Size: 212992 | Author: wanglonglong | Hits:

[Delphi VCLpComm-Example

Description: 台湾MOXA公司的串口通讯卡的示例,包括 C + Delphi.-A Serial Comm port lib for Both C and Delphi Developer.
Platform: | Size: 96256 | Author: ceip2183 | Hits:
« 12 3 »

CodeBus www.codebus.net