搜索资源列表
STC_Download
- STC-Download/STC-ISP下载工具(STC89C51单片机在线下载器) 必须组件: SPComm(必须), VCLSkin(可以去掉) ------------------------------------------ 23:13 2005年7月4日 ------------------- 1.增加了重复下载功能,便于多个芯片下载 2.改进连机搜索算法 13:23 2005年7月4日 -------------------
3
- GPS串口自适应解码Delphi源程序(SPCOMM控件)
Serial-debugging
- delphi版的串口调试软件源码 SPCOMM使用方法 1.设置参数: CommName := Com1 //串口 BaudRate := 9600 //波特率 2.打开 StartComm() 3.写数据 WriteCommData(缓冲区地址,字节数) 读数据 OnReceiveData(数据接收处理); 4.关闭 StopComm()。-delphi source code version of the serial debugging software
spcomm3.0
- Delphi 本身没有串口控件,这个是一款不错的串口控件。-Delphi does not have serial port control, this is a good serial port control.
spcomm302009
- spcomm 串口控件3.0 可用于delphi 7.0 delphi 2009-This component is totally free(copyleft), you can do anything in any purpose EXCEPT SELL IT ALONE.
DelphiSPCOMM
- Delphi是一种具有功能强大、简便易用和代码执行速度快等优点的可视化快速应用开发工具,它在构架企业信息系统方面发挥着越来越重要的作用,许多程序员愿意选择 Delphi作为开发工具编制各种应用程序。但是,美中不足之处是 Delphi没有自带的串口通信控件,在它的帮助文档里也没有提及串口通信,这就给编制通信程序的开发人员带来许多不便。 目前,利用 Delphi实现串口通信的常用的方法有 3种:一是利用控件,如 MSCOMM控件和 SPCOMM控件;二是使用 API函数;三是调用其他串
SPCOMM
- spcom控件,串口通信类控件 适用于delphi7-To use the component once it is installed: 1) Attach an event handler to OnReceiveData . 2) Call StartComm to open the port. 3) Use the WriteCommData method to write to the Comm port. 4) Call StopC
SPCOMM
- 改造后的Spcomm,支持10以上串口打开。-easy use spcomm
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
SPCOMM2.5b1
- SPCOMM 修正版 1、支持中文的出错信息 2、支持部分的虚拟串口软件(如Virtual Null Modem) (Line 390) 3、支持COM10以上的串口 (Line 350)-SPCOMM 修正版 1、支持中文的出错信息 2、支持部分的虚拟串口软件(如Virtual Null Modem) (Line 390) 3、支持COM10以上的串口 (Line 350)
spcomm-3.0
- spcomm 3.0_串口通信控件及案例
chuankou
- 详尽的串口资料 ,delphi源码包含SPComm(3.0)控件。-Detailed serial data, Delphi source code.
SPComm(3.1+Demo)
- 串口通讯控件,在delphixe下可以应用。(component for serial communication for delphi xe)
spcomm 3.0_串口通信控件
- 在delphi开发工具下,实现串口通信的控件(Under delphi development tools, serial communication control is implemented)