資源簡介
本軟件主要功能如下:
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\ba
?????文件????????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個文件信息
- 上一篇:c#編寫的100個程序小源碼
- 下一篇:微信支付 PHP (包括支付接口調用方法)
評論
共有 條評論