搜索资源列表
ComAssistant串口通信Comport
- 串口调试助手 v1.0 使用说明 本程序完全参照龚建伟《串口调试助手V2.2》制作而成,原软件是用VC编写的,我将它改用Delphi编写,作为我学习串口编程的一个例子与工具使用。 其中用到串口控件为ComPort,该控件为开源软件,各大网站均有下载,目前最新版为3.0。 使用平台: WIN9X/NT/2000/XP 本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目了然,其义自明,这里仅对十六进制发送作一说明: 十
2
- 的问题.派尔高协议,控制左转右转时,出现问题.其他功能好用.我用DELPHI写的程序,在MOUSEDOWN中, str := chr($FF)+chr($01)+chr($00)+chr($04)+chr($0F)+chr($00)+chr($14) MSComm1.output := str 在CLICK事件中: str := chr($FF)+chr($01)+chr($00)+chr($00)+chr($00)+chr($00)+chr($01) MSComm1
SerialDebugv1.2forDelphi
- 这是一个串口调试好助手,里面包含Delphi版本的源程序,版本1.2。
短信发送2.0
- delphi开发
GPRS_Demo
- 应用Delphi开发的GPS程序。DSC(Data Service Center)用来接收和处理DTU发送过来的数据 本DSC DEMO包括三部分功能: 1、 作为数据服务中心的功能; 2、 注册功能; 3、 短信功能;-Delphi application of GPS procedures. DSC (Data Service Center) for the receipt and processing of DTU data sent over the DSC DEMO including
SMS_SDK+2.0
- GSM 模块软件开发包开发包说明开发包基于GSM模块开发,适用于任何希望通过GSM模块来实现短信息系统的系统,开发包的主要功能是短信息的发送和接收。开发包包括内容 1、操作使用说明――开发包根目录下为pdf文件,说明了如何正确使用GSM模块; 2、测试工具――/Tools/ 目录下,包括串口测试程序和模块测试程序; 3、开发接口―― /DLL/目录下,包括AscendComm.dll , AscendSMS.dll ,AscendSMS.lib 和AscendSMS 动态链接库接口文档.doc
串口通信Delphi实现
- 第一步:了解串口通信原理 串口通信的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总常不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。 典型地,串口用于ASCII码字符的传输。通信使用3根线完成:(1)地线,(2)发送,(3)接收。由于串口通信是异步的,端口能够在一根线上发
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
SMS_SDK2.0
- GSM 模块软件开发包 开发包说明 开发包基于GSM模块开发,适用于任何希望通过GSM模块来实现短信息系统的系统, 开发包的主要功能是短信息的发送和接收。 开发包包括内容 1、操作使用说明――开发包根目录下为pdf文件,说明了如何正确使用GSM模块; 2、测试工具――/Tools/ 目录下,包括串口测试程序和模块测试程序; 3、开发接口―― /DLL/目录下,包括AscendComm.dll , AscendSMS.dll ,AscendSMS.lib 和Asce
SPComm(2011.2-update)
- 很好用的串口控件,编程简单,2011年2月最新修正。。修正COM10以上打不开的BUG,升级HotFMShell及对USB转串口与串口枚举等支持-Good use of the serial control, programming is simple, in February 2011 the latest amendments. . Fixed can not open COM10 or above the BUG, upgrade HotFMShell and the USB to ser
elecom
- 提供串行口存取的 Object Pascal 类 ( 1.2 版,附源码 ),作者 : Maarten Bekers。 -Serial port to provide access to the Object Pascal category (1.2 version, with source code), the author: Maarten Bekers.
ouxcomm
- XComDrv是个通讯包,包含两个控件:TXComm,封装了一个通讯设备的若干特性;TXModem,MODEM与MODEM通讯的控件。最新的版本支持:定制流控制;任意波特率;完全的数据控制;指定事件字符;收/发数据;插件。TXModem可以用来:向MODEM设备发送AT指令;修改MODEM寄存器;拨号;连接;断开。最新版本包括XAsync v.1.2,异步(覆盖式)操作单元。功能无限制。源代码:包含,还有EXE演示。适用语言:CB4 CB5 D4 D5-XComDrv is a communic
fma-2.1-beta-4-source
- FMA is a free1 powerful phone editing tool allowing users to easily manage all of the personal data stored in their phones, via a number of different connections methods. FMA allows easy management of Phonebook (both SIM and Phone memory), SMS, Profi
wldh
- 采用GSM语音格式,2.2KB/s的数据流量,支持HTTP, Socks4/5单一代理或二者同时代理,TCP连接.-it s very useful to you
Delphi_GPS_Comp
- Here is a GPS component for your GPS navigation hobby project.The component was developed using Delphi 5 professional running with Windows XP Pro, Service pack 2. Review my comments in the source code for insight into how it works. The embed
VirtualComDev
- 公司接触串口设备较多,调试串口程序用,刚写出来没两天,有兴趣的朋友顺便帮忙测试一下,另外推荐“VSPM虚拟串口”2.65,免费,再高版本就是收费了。UDP广播模式启动可作测试。谢谢。-Companies more access to serial devices, serial debugging process, and not just written in two days, friends are interested in to help test the way, and recom
RS232V4.2
- 这是一个利用RSCOM控件去进行串口通讯的程序,并配有一个协议接口,用它来做串口控制很方便-This is an advantage to carry out serial communication RSCOM control procedures and is equipped with a protocol interface, use it for serial control is very easy
ximenzi200PLCtongxingkongjian
- 附带VB和Delphi的例子 西门子ppi协议,支持V区操作,实际应用中足够了, 支持V区的位、字节,字和双字操作, 默认一次可以读取100个字节。 控件默认参数为串口1,PLC地址2,Even效验,波特率9600 使用控件时,一般只需更改2个属性: 1、PLC地址 plcAddress 2、串口号 port-VB and Delphi examples with Siemens ppi agreement, supporting the V zone operat
Softcam (2)
- key axccess file to update the norie saeurj
FastReport 5.2.12 Enterprise FullSource
- FastReport 5.2.12 Enterprise FullSource