资源简介
本软件主要功能如下:
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 (包括支付接口调用方法)
相关资源
- C#联通网络宽带测试 拨号
- C#百度指数抓取方法(2012年版本已失
- C# 隐藏某个磁盘分区
- wince引脚控制程序
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- Syndication实现读取、创建、订阅、更新
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- httpclient source code by csharp
- 动态抓取IPC#实现
- NServiceKit.Redis 基础操作
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- Socke传输 (wince6.0系统)
- UDP Messenger 1.0.unitypackage
- asp.net 网页静态化组件(shipingx-Stati
- SocketAsyncEventArgs完成断开编程
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
- 猜数小游戏WCF网络编程技术(附服务
- 《C#版Ftp软件源码》
- 基于com串口的文件发送和接收
评论
共有 条评论