登录
首页 » delphi » SPcomm

SPcomm

于 2022-07-27 发布 文件大小:9.57 kB
0 80
下载积分: 2 下载次数: 1

代码说明:

 //for i:=0 to BufferLength-1 do // begin    // rstr:=rstr+IntToHex(Byte(Pointer(integer(Buffer)+i)^),2)+" ";      Move(buffer^, Rev, 32);  //将接收到缓存区的数据转移到数组中     //  rstr:=rstr+String(Rev);       for i:=0 to 31 do      rstr:=rstr+inttohex(Rev[i],2)+" ";       // showmessage(rstr);    rstr:=DateTimeToStr(Now)+"接收数据: "+rstr+#13;     Memo1.Lines.Add(rstr);     Memo1.Lines.Add(#13);     // 数据解析   { case rev[0] of    $20:   // 变量1       begin         case Rev[1] of         $00:            begin            if(Rev[2]=$AA)and

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Delphi_441177
    本实例演示如何使用Delphi删除为空的数据库记录,删除时可以选择要删除空记录的字段名,这仅是一个参考例子,更详细情况请下载参阅代码。所附的SQL数据库文件在database文件夹中,请自己附加上。 (This example demonstrates how to use Delphi to delete an empty database records, you can choose to delete the empty field name when deleting records, this is only a reference example, more detailed information, please see the code download. Attached SQL database files in database folder, please add yourself on.)
    2014-06-20 19:40:54下载
    积分:1
  • ADAutoClick
    自动点击广告链接,应一个朋友要求写的,现在送给大家了。(automatically click advertising link, a friend wrote, and now gave people.)
    2007-03-06 00:04:18下载
    积分:1
  • 用Delphi做的一个数码管倒计时器,有开始,暂停,停止按钮
    用Delphi做的一个数码管倒计时器,有开始,暂停,停止按钮-Delphi to do with a digital countdown device control, there are start, pause, stop buttons
    2022-08-31 22:35:03下载
    积分:1
  • 图书管理系统,小型图书管理系统!数据库包含…
    图书管理系统,小的图书管理系统!内含对数据库的简单操作。-Library management system, small library management system! The database contains a simple operation.
    2022-03-24 04:49:25下载
    积分:1
  • ColorPixel14979192016
    Determine pixel color and RGB -Value under thr mouse cursor.
    2018-08-28 03:21:44下载
    积分:1
  • flatstyle-for-D5-D6-D7
    flatstyle for D5,D6,D7.rar
    2012-08-08 16:07:11下载
    积分:1
  • Delphi 计算1到10之间的奇数和【源码】
    Delphi 推荐到奇数,并计算1到10之间的奇数求和,这是个简单的数学问题,数学水平高,写出这种小程序并不难,趁机把代码帖出来吧:   procedure TForm1.Button1Click(Sender: TObject);   var    i,j:integer;   begin    j:=0;    For i := 1 to 10 do    begin    if i mod 2 =0 then    Continue;    j := j+i;    Edit1.text := IntToStr(j);    end;   end;
    2023-02-23 03:45:04下载
    积分:1
  • Delphi 使用Word作为自动化服务器
    这个程序演示了使用Word作为自动化服务器,Delphi地自动化控制器是如何将一个查询结果插入到word文档中,返回应用参数.这个调用在英文和法文版的 Word中相同。对德文版的Word,这个过程名是翻译后的。如果这个过程不存在,存在一个不同的Word翻译版本,还可以插入中文Word,运行效果如图所示。
    2022-04-29 13:18:27下载
    积分:1
  • 我们使用VB设计界面时可以在任意方向直接画直线,但在delphi下却不能,除非在程序中去画,而该控件能够在界面设计时直接画出任意方向,任意长短的直线段。...
    我们使用VB设计界面时可以在任意方向直接画直线,但在delphi下却不能,除非在程序中去画,而该控件能够在界面设计时直接画出任意方向,任意长短的直线段。-We use the VB interface design can be in any direction direct line drawing, But under the delphi did not, except in proceedings to painting. The controls can directly interface design painted arbitrary direction and length of the straight.
    2022-02-15 10:57:41下载
    积分:1
  • PHPRPC SSL 通信,Delphi实现
    PHPRPC SSL 通信,Delphi实现-PHPRPC SSL communication, Delphi to achieve
    2022-07-01 05:12:33下载
    积分:1
  • 696518资源总数
  • 106268会员总数
  • 10今日下载