搜索资源列表
tmsa32
- 非常好的串口通讯控件,for delphi7-very good serial communication control, for delphi7
delphi7-Project1
- PC机和以太网转串口设备通讯例子,很好用的,可测试网络接口的数据收发。-PC and Ethernet to serial communications equipment examples of good, it can test the network interface data transceiver.
PHS_2rdAPI
- 小灵猫短信发送二次开发驱动。基于DELPHI7开发,目前仅支持串口连接的设备,且未注册版的控件有设备连接数的限制。-bifurcates SMS secondary development drive. Based on DELPHI7 development, currently supports only serial connectivity equipment, The scope of the registered version control devices have severa
串口接收和发送的电脑软件
- 串口助手, 串口接收和发送的电脑软件,delphi7+SPComm源代码 作者:knight,Serial Debug
linyunzuiqiangyuan2090803
- 可以保存剪切板历史文本(最大3000项),可以快速填序列号,也可上网填表格,还能自动抓取网页文本,快速打开文件夹,快速打开网络地址,小型个人数据管理,显示桌面,支持系统托盘,有delphi7源代码,我试用过华军所有同类软件,这是最好的,我自信,我发现了一个所有剪切板软件共有的巨大漏洞,详细见我的帮助文件。-History can be saved clipboard text (maximum 3000), can quickly fill in the serial number can al
COMM_code(delphi7)
- COMM_code(delphi7)串口源程序(delphi7版),-Serial debugging program source files (delphi7 edition).
MiniTerminal
- Serial mini terminal written on Delphi7
CommMonitor6.1
- 二次开发接口DEMO 详细调用方法请参看: Demo\ 目录的Java7、Javascr ipt、Delphi、C++Builder XE2、VS2008(C#,VC,VB.net)调用DEMO \Demo\ActiveXForm (javascr ipt) \Demo\Delphi7 \Demo\C++BuilderXE \Demo\VS2008\CSharp(C#) \Demo\VS2008\VB.net \Demo\VS2008\VC \De
TestSPComm
- 使用Delphi7、SPComm控件写的一个简单串口调试助手,把源代码分享给大家,在Delphi7环境下调试通过。程序可设置CoM端口,波特率、数据位、校验、停止位等,点击“打开串口按钮”,即可看到状态。 -Using Delphi7, SPComm controls write a simple serial debugging assistant, the source code for everyone to share in Delphi7 through debugging e
ComAssistant
- 通过delphi控件实现简单的串口通讯,在delphi7环境下调试并通过-Serial communication
AdjustTime
- 串口功能测试发送和接收,使用SPCOMM组件-serial port test with delphi7
SPCOMM
- 支持Delphi7/XE7 为控件增加应答方法。新增两个属性:ResponseDelay 应答延时、ResponseRetry 重试次数。 DisposeRpsData 首先应实现事件。在该事件中,通过发送和接收到的数据判断并处理应答信息,返回True表示接收数据为应答数据;返回False则表示接收数据不是有效数据,该数据将重新返回消息队列由 ReceiveData 方法处理。 ResponseComm 方法实现应答模式调用。它首先写数据到串口,等待串口的返回数据,如果超过应答延时,将重新写数据
Modbus解析DEMO_Delphi7
- 不借助其它底层Modbus控件,直接操作底层通讯代码,实现Modbus读写“保持寄存器”数据,支持串口通讯、TCP通讯两种方式。代码只作演示,可做进一步封装,也可稍作修改,用于非标准的Modbus通讯。本代码使用了一个第三方控件SPComm,开发测试环境为Delphi7+Win7,我一直想摆脱Modbus控件(MBAXP Modbus Master ActiveX Control ),最近自己开发了这个DEMO,分享给大家。(Without other underlying Modbus co