• 大小: 1.41M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: C#  c  通信  

资源简介

本软件主要功能如下:
1.串口,TCP服务端/客户端,UDP服务端/客户端通讯调试;
2.支持Hex,ASCII两种格式的命令调试;
3.接收数据可通过右键菜单一键计算Hex对应的数值;
4.字节计算器/检验值计算器(CRC16,自定义多项式CRC16,XOR)。

下一版本计划加入功能:
1.串口通讯监视。
2.Socket通讯监视。
注意:
    开发环境为Visual Studio 2010

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Reflection;
using System.Windows.Forms;

namespace LeafSoft
{
    partial class AboutMe : Form
    {
        public AboutMe()
        {
            InitializeComponent();
            this.Text = string.Format(“关于 {0}“ Lib.AppInfor.AssemblyProduct);
            this.label1.Text = string.Format(“产品名称: {0}“ Lib.AppInfor.AssemblyProduct);
            this.label2.Text = string.Format(“版本: {0}“ Lib.AppInfor.AssemblyVersion);
            this.label3.Text = string.Format(“版权: {0}“ Lib.AppInfor.AssemblyCopyright);
            this.label4.Text = string.Format(“公司: {0}“ Lib.AppInfor.AssemblyCompany);
            this.textBoxDescription.Text = Lib.AppInfor.AssemblyDes

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2098  2013-08-27 09:19  51Aspx源码必读.txt
     文件        6729  2013-08-16 21:57  AboutMe.Designer.cs
     文件         859  2013-08-16 22:01  AboutMe.cs
     文件        5817  2013-08-16 21:57  AboutMe.resx
     目录           0  2013-08-27 09:19  LeafControl\
     文件        8477  2013-08-22 13:31  LeafControl\BytesBox.cs
     文件        1620  2013-08-22 13:31  LeafControl\HexBox.cs
     文件       11627  2013-08-24 13:01  LeafSoft.csproj
     文件         227  2013-08-24 13:02  LeafSoft.csproj.user
     文件        1641  2013-08-24 13:02  LeafSoft.sln
     文件       50688  2013-08-27 09:16  LeafSoft.suo
     目录           0  2013-08-27 09:19  Lib\
     文件        3889  2013-08-23 11:16  Lib\AppInfor.cs
     文件        9690  2013-08-22 13:31  Lib\BytesCheck.cs
     文件         805  2013-08-22 13:31  Lib\EnumType.cs
     文件        2005  2013-08-22 13:31  Lib\HotKey.cs
     文件        1117  2013-08-22 13:31  Lib\LeafEvent.cs
     目录           0  2013-08-27 09:19  Model\
     文件        2495  2013-08-22 13:31  Model\CMD.cs
     文件        2391  2013-08-22 13:31  Model\LeafTCPClient.cs
     文件        2234  2013-08-22 13:31  Model\LeafUDPClient.cs
     目录           0  2013-08-27 09:19  PartPanel\
     文件         790  2013-08-23 11:18  PartPanel\basePanel.cs
     文件        4148  2013-08-10 23:11  PartPanel\ComPanel.Designer.cs
     文件        1420  2013-08-23 11:21  PartPanel\ComPanel.cs
     文件        5817  2013-08-10 23:11  PartPanel\ComPanel.resx
     文件        4121  2013-08-12 19:39  PartPanel\TCPClientPanel.Designer.cs
     文件        1454  2013-08-23 11:21  PartPanel\TCPClientPanel.cs
     文件        5817  2013-08-11 22:38  PartPanel\TCPClientPanel.resx
     文件        4119  2013-08-12 19:39  PartPanel\TCPServerPanel.Designer.cs
     文件        1453  2013-08-23 11:21  PartPanel\TCPServerPanel.cs
............此处省略115个文件信息

评论

共有 条评论