搜索资源列表
STC_Download
- STC-Download/STC-ISP下载工具(STC89C51单片机在线下载器) 必须组件: SPComm(必须), VCLSkin(可以去掉) ------------------------------------------ 23:13 2005年7月4日 ------------------- 1.增加了重复下载功能,便于多个芯片下载 2.改进连机搜索算法 13:23 2005年7月4日 -------------------
HowToUseSpcomm
- 使用spcomm控件进行串口通信的程序,包括数据的发送与接收,同时采用定时发送的方式,delphi语言编写。-spcomm used for serial communication control procedures, including data transmission and reception. Timing also adopted this approach, delphi language.
Spcomm
- spcomm控件简单使用,希望大家能够共同学习。
0723
- procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1 to 8 do begin if not fcomm comml writecommdata(sendbutter,i) then begin Commflg=false break end end
002
- spcomm使用,经常来做项目的,与单片机通信很不错的