搜索资源列表
SPcomm控件源代码
- SPcomm控件源代码,delphi写的!! 有兴趣的可以研究一下!-SPcomm control source code, delphi write! ! Interested parties can see!
串口编程-云台镜头控制系统
- 用DELPHI语言实现串口访问的源代码,简单实用,对学习用DELPHI进行串口编程有一定帮助。-using DELPHI Serial visit to the source code, simple and practical, to learn using Delphi for serial programming will definitely help.
ComAssistant串口通信Comport
- 串口调试助手 v1.0 使用说明 本程序完全参照龚建伟《串口调试助手V2.2》制作而成,原软件是用VC编写的,我将它改用Delphi编写,作为我学习串口编程的一个例子与工具使用。 其中用到串口控件为ComPort,该控件为开源软件,各大网站均有下载,目前最新版为3.0。 使用平台: WIN9X/NT/2000/XP 本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目了然,其义自明,这里仅对十六进制发送作一说明: 十
IC_manager
- 利用DLL对IC卡进行发卡充值的PB VF BCB DELPHI VC等源代码程序,内有详细说明-use of IC cards issuers of prepaid PB VF BCB DELPHI VC-source sequence, which are described in detail
Delphi_wltxxyfx
- < Delphi网络通信协议分析与应用实现>>一书的源代码。
GPRSSET1.0
- GPRS_DTU设置程序源代码,DELPHI版本的,使用了皮肤控件
TestPro
- Delphi下串口通讯源代码(本人用的测试程序)-serial communication source codes based on Delphi(Test Program for myself)
delphi_modbus_source
- 自已用DELPHI编写的MODBUS测试软件及源代码,需要的朋友可以参考一下。MODBUS 协议为开放式的协议,采用轮询方式。MODBUS分为MODBUS RTU/ASCII、MODBUS TCP、MODBUS PLUS几种,对应于不同的硬件平台,世界上大多数的仪器和仪表,大多数的控制器都采用或支持该协议。学习和掌握本协议,对工控网友来说,非常有意义。
COMMX
- 日语版232串口的通信用控件源代码,主要应用于232通信程序开发和设计-Japanese version of 232 serial communication with the control source code, 232 is mainly used in the development and design of communication procedures
TestForDelphi
- gsm modem串口通信,Delphi的源代码-gsm modem serial communication, Delphi source code
ourdev_426146
- modem at 命令调试程序源代码,delphi程序,调试AT命令的好工具-modem at the source code debugger command, delphi process, a good debugging tool for AT command
danfossSim
- 一个用Delphi写的Danfoss变频器通讯仿真程序(控制频率仿真),使用了ApdComPort控件,含源代码。启动后图标放入托盘,注意:Baud 9600,E,8,1。-A Danfoss frequency converter with Delphi written communication simulation program (control frequency simulation), using the ApdComPort control, including source c
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