1 Star 0 Fork 0

Alex_Shen / COMDBG

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
BSD-3-Clause

Serial port debug assistant

This tool is C# Serial port debug assistant. It can send and receive data from serial port. The most importment thing is that it is concise and NO AD!

Note:

  1. In windows, Enter key repensented by "\r\n", So if you have pressed enter key, in string mode, the soft will send 0x10 0x0A two bytes to the serial port. In the Hex mode, the enter key character "\r\n" will be dropped.
  2. If you want to input HEX directly, you should input like the following format: FF-34-56-90
  3. This application depends on Microsoft .net framework 4.0 client profile. you can download it from here if you mechine doesn't installed it.
  4. Visual Studio 2010 project, but can be opened in higher versions.

Feature:

  • Automatic find and list avaliable serial port.
  • Send data automatically.
  • Data can be displayd as string or Hex.
  • Add theck box to add 2 bytes CRC16 check code to the end of content.
  • Auto reply when received messages, reply contents are the text in send window.
  • Concise and open source.
  • No dependency

串口调试助手

这是C#串口调试工具,基于.Net4.0,实现基本的串口通信功能,重要的是无广告以及开源。

注意:

  1. 在Windows系统中,回车键是以"\r\n"表示,如果在发送文本框中输入了回车键,在String模式下发送的数据将包括 0x0D 0x0A 两个字节。在Hex模式下,将无法输入回车键,如果需要回车,用0x0D 0x0A代替。
  2. Hex模式下,直接输入16进制数,输入的格式为: FF-34-56-90
  3. 该应用程序基于微软.net framework 4.0 client profile,如果你电脑没有安装,可以点此下载。
  4. 基于Visual Studio 2010,但可以用更高版本打开。

特点:

  • 自动查找并列出可用串口。
  • 可设置自动发送。
  • 可切换Hex和String显示。
  • 可以附加2字节的CRC16校验码到发送内容的结尾,校验码由发送内容计算而来。
  • 当收到数据时可以自动回复发送窗口内容。
  • 界面简洁,代码开源。
  • 无附加依赖库。

如果觉得还可以,请点个赞 :)

Alt text

Copyright (c) 2014, Wenhuix All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of COMDBG nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

简介

暂无描述 展开 收起
BSD-3-Clause
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bestnike/COMDBG.git
git@gitee.com:bestnike/COMDBG.git
bestnike
COMDBG
COMDBG
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891