文件名称:Serial-debugging-assistant-source
-
所属分类:
- 标签属性:
- 上传时间:2014-05-22
-
文件大小:875.33kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
1、自动检测系统串口数量,如有USB转串口设备插入,即插即用,自动添加到下拉列表框。
2、修改端口设置后自动打开串口。
3、可以发送字符、十六进制数据。
4、字符和十六进制数据可以定时循环发送。
5、支持自定义帧格式,自动加入校验。可选和校验和异或校验。
6、有十进制<-->十六进制互转功能,方便参数计算。
7、接收分别以字符和十六进制显示,完美支持中文显示和回车换行。可以自动滚屏,自动清屏。
8、单击接收到的十六进制数据,可以自动解码成十进制有符号和无符号数据,方便调试通讯协议。
-1, the system automatically detects the serial number, if any, to serial device into the USB, plug and play, automatically added to the drop-down list box. 2, modified to automatically open the serial port settings. 3, you can send a character, hexadecimal data. 4, character and hexadecimal data can be sent regular cycle. 5, support for custom frame format, automatically adding parity. Optional XOR parity and checksum. 6, there is a decimal < -> hexadecimal system conversion function, convenient parameter calculation. 7, respectively, to receive and hexadecimal character display, the perfect support Chinese display and carriage return line feed. You can automatically scroll automatically clear the screen. 8, click the received hexadecimal data can be automatically decoded into decimal signed and unsigned data, to facilitate debugging protocol.
2、修改端口设置后自动打开串口。
3、可以发送字符、十六进制数据。
4、字符和十六进制数据可以定时循环发送。
5、支持自定义帧格式,自动加入校验。可选和校验和异或校验。
6、有十进制<-->十六进制互转功能,方便参数计算。
7、接收分别以字符和十六进制显示,完美支持中文显示和回车换行。可以自动滚屏,自动清屏。
8、单击接收到的十六进制数据,可以自动解码成十进制有符号和无符号数据,方便调试通讯协议。
-1, the system automatically detects the serial number, if any, to serial device into the USB, plug and play, automatically added to the drop-down list box. 2, modified to automatically open the serial port settings. 3, you can send a character, hexadecimal data. 4, character and hexadecimal data can be sent regular cycle. 5, support for custom frame format, automatically adding parity. Optional XOR parity and checksum. 6, there is a decimal < -> hexadecimal system conversion function, convenient parameter calculation. 7, respectively, to receive and hexadecimal character display, the perfect support Chinese display and carriage return line feed. You can automatically scroll automatically clear the screen. 8, click the received hexadecimal data can be automatically decoded into decimal signed and unsigned data, to facilitate debugging protocol.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
串口调试助手源码/Install.ico
串口调试助手源码/ReadMe.ico
串口调试助手源码/ReadMe.txt
串口调试助手源码/SerialComm/app.config
串口调试助手源码/SerialComm/bin/Debug/SerialComm.application
串口调试助手源码/SerialComm/bin/Debug/SerialComm.exe
串口调试助手源码/SerialComm/bin/Debug/SerialComm.exe.config
串口调试助手源码/SerialComm/bin/Debug/SerialComm.exe.manifest
串口调试助手源码/SerialComm/bin/Debug/SerialComm.pdb
串口调试助手源码/SerialComm/bin/Debug/SerialComm.vshost.application
串口调试助手源码/SerialComm/bin/Debug/SerialComm.vshost.exe
串口调试助手源码/SerialComm/bin/Debug/SerialComm.vshost.exe.config
串口调试助手源码/SerialComm/bin/Debug/SerialComm.vshost.exe.manifest
串口调试助手源码/SerialComm/bin/Release/SerialComm.application
串口调试助手源码/SerialComm/bin/Release/SerialComm.exe
串口调试助手源码/SerialComm/bin/Release/SerialComm.exe.config
串口调试助手源码/SerialComm/bin/Release/SerialComm.exe.manifest
串口调试助手源码/SerialComm/bin/Release/SerialComm.pdb
串口调试助手源码/SerialComm/bin/Release/SerialComm.vshost.application
串口调试助手源码/SerialComm/bin/Release/SerialComm.vshost.exe
串口调试助手源码/SerialComm/bin/Release/SerialComm.vshost.exe.config
串口调试助手源码/SerialComm/bin/Release/SerialComm.vshost.exe.manifest
串口调试助手源码/SerialComm/ClassDiagram1.cd
串口调试助手源码/SerialComm/Form1.cs
串口调试助手源码/SerialComm/Form1.Designer.cs
串口调试助手源码/SerialComm/Form1.resx
串口调试助手源码/SerialComm/obj/Release/SerialComm.application
串口调试助手源码/SerialComm/obj/Release/SerialComm.csproj.GenerateResource.Cache
串口调试助手源码/SerialComm/obj/Release/SerialComm.exe
串口调试助手源码/SerialComm/obj/Release/SerialComm.exe.manifest
串口调试助手源码/SerialComm/obj/Release/SerialComm.Form1.resources
串口调试助手源码/SerialComm/obj/Release/SerialComm.pdb
串口调试助手源码/SerialComm/obj/Release/SerialComm.Properties.Resources.resources
串口调试助手源码/SerialComm/obj/SerialComm.csproj.FileList.txt
串口调试助手源码/SerialComm/obj/SerialComm.csproj.FileListAbsolute.txt
串口调试助手源码/SerialComm/Program.cs
串口调试助手源码/SerialComm/Properties/AssemblyInfo.cs
串口调试助手源码/SerialComm/Properties/Resources.Designer.cs
串口调试助手源码/SerialComm/Properties/Resources.resx
串口调试助手源码/SerialComm/Properties/Settings.Designer.cs
串口调试助手源码/SerialComm/Properties/Settings.settings
串口调试助手源码/SerialComm/SerialComm.csproj
串口调试助手源码/SerialComm/SerialComm.csproj.user
串口调试助手源码/SerialComm/SerialComm.ico
串口调试助手源码/SerialComm/setup.ico
串口调试助手源码/SerialComm.ico
串口调试助手源码/SerialComm.rar
串口调试助手源码/SerialComm.sln
串口调试助手源码/SerialComm.suo
串口调试助手源码/SerialCommSetup.rar
串口调试助手源码/SerialComm/obj/Debug/TempPE
串口调试助手源码/SerialComm/obj/Release/TempPE
串口调试助手源码/SerialComm/bin/Debug
串口调试助手源码/SerialComm/bin/Release
串口调试助手源码/SerialComm/obj/Debug
串口调试助手源码/SerialComm/obj/Release
串口调试助手源码/SerialComm/bin
串口调试助手源码/SerialComm/obj
串口调试助手源码/SerialComm/Properties
串口调试助手源码/SerialComm
串口调试助手源码
串口调试助手源码/ReadMe.ico
串口调试助手源码/ReadMe.txt
串口调试助手源码/SerialComm/app.config
串口调试助手源码/SerialComm/bin/Debug/SerialComm.application
串口调试助手源码/SerialComm/bin/Debug/SerialComm.exe
串口调试助手源码/SerialComm/bin/Debug/SerialComm.exe.config
串口调试助手源码/SerialComm/bin/Debug/SerialComm.exe.manifest
串口调试助手源码/SerialComm/bin/Debug/SerialComm.pdb
串口调试助手源码/SerialComm/bin/Debug/SerialComm.vshost.application
串口调试助手源码/SerialComm/bin/Debug/SerialComm.vshost.exe
串口调试助手源码/SerialComm/bin/Debug/SerialComm.vshost.exe.config
串口调试助手源码/SerialComm/bin/Debug/SerialComm.vshost.exe.manifest
串口调试助手源码/SerialComm/bin/Release/SerialComm.application
串口调试助手源码/SerialComm/bin/Release/SerialComm.exe
串口调试助手源码/SerialComm/bin/Release/SerialComm.exe.config
串口调试助手源码/SerialComm/bin/Release/SerialComm.exe.manifest
串口调试助手源码/SerialComm/bin/Release/SerialComm.pdb
串口调试助手源码/SerialComm/bin/Release/SerialComm.vshost.application
串口调试助手源码/SerialComm/bin/Release/SerialComm.vshost.exe
串口调试助手源码/SerialComm/bin/Release/SerialComm.vshost.exe.config
串口调试助手源码/SerialComm/bin/Release/SerialComm.vshost.exe.manifest
串口调试助手源码/SerialComm/ClassDiagram1.cd
串口调试助手源码/SerialComm/Form1.cs
串口调试助手源码/SerialComm/Form1.Designer.cs
串口调试助手源码/SerialComm/Form1.resx
串口调试助手源码/SerialComm/obj/Release/SerialComm.application
串口调试助手源码/SerialComm/obj/Release/SerialComm.csproj.GenerateResource.Cache
串口调试助手源码/SerialComm/obj/Release/SerialComm.exe
串口调试助手源码/SerialComm/obj/Release/SerialComm.exe.manifest
串口调试助手源码/SerialComm/obj/Release/SerialComm.Form1.resources
串口调试助手源码/SerialComm/obj/Release/SerialComm.pdb
串口调试助手源码/SerialComm/obj/Release/SerialComm.Properties.Resources.resources
串口调试助手源码/SerialComm/obj/SerialComm.csproj.FileList.txt
串口调试助手源码/SerialComm/obj/SerialComm.csproj.FileListAbsolute.txt
串口调试助手源码/SerialComm/Program.cs
串口调试助手源码/SerialComm/Properties/AssemblyInfo.cs
串口调试助手源码/SerialComm/Properties/Resources.Designer.cs
串口调试助手源码/SerialComm/Properties/Resources.resx
串口调试助手源码/SerialComm/Properties/Settings.Designer.cs
串口调试助手源码/SerialComm/Properties/Settings.settings
串口调试助手源码/SerialComm/SerialComm.csproj
串口调试助手源码/SerialComm/SerialComm.csproj.user
串口调试助手源码/SerialComm/SerialComm.ico
串口调试助手源码/SerialComm/setup.ico
串口调试助手源码/SerialComm.ico
串口调试助手源码/SerialComm.rar
串口调试助手源码/SerialComm.sln
串口调试助手源码/SerialComm.suo
串口调试助手源码/SerialCommSetup.rar
串口调试助手源码/SerialComm/obj/Debug/TempPE
串口调试助手源码/SerialComm/obj/Release/TempPE
串口调试助手源码/SerialComm/bin/Debug
串口调试助手源码/SerialComm/bin/Release
串口调试助手源码/SerialComm/obj/Debug
串口调试助手源码/SerialComm/obj/Release
串口调试助手源码/SerialComm/bin
串口调试助手源码/SerialComm/obj
串口调试助手源码/SerialComm/Properties
串口调试助手源码/SerialComm
串口调试助手源码
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.