文件名称:Serial-debugging-assistant-source
- 所属分类:
- 串口编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-05-22
- 文件大小:
- 875kb
- 下载次数:
- 0次
- 提 供 者:
- gui****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
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 fr a me 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 fr a me 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
................\..........\bin\Debug\SerialComm.application
................\..........\...\.....\SerialComm.exe
................\..........\...\.....\SerialComm.exe.config
................\..........\...\.....\SerialComm.exe.manifest
................\..........\...\.....\SerialComm.pdb
................\..........\...\.....\SerialComm.vshost.application
................\..........\...\.....\SerialComm.vshost.exe
................\..........\...\.....\SerialComm.vshost.exe.config
................\..........\...\.....\SerialComm.vshost.exe.manifest
................\..........\...\Release\SerialComm.application
................\..........\...\.......\SerialComm.exe
................\..........\...\.......\SerialComm.exe.config
................\..........\...\.......\SerialComm.exe.manifest
................\..........\...\.......\SerialComm.pdb
................\..........\...\.......\SerialComm.vshost.application
................\..........\...\.......\SerialComm.vshost.exe
................\..........\...\.......\SerialComm.vshost.exe.config
................\..........\...\.......\SerialComm.vshost.exe.manifest
................\..........\ClassDiagram1.cd
................\..........\Form1.cs
................\..........\Form1.Designer.cs
................\..........\Form1.resx
................\..........\obj\Release\SerialComm.application
................\..........\...\.......\SerialComm.csproj.GenerateResource.Cache
................\..........\...\.......\SerialComm.exe
................\..........\...\.......\SerialComm.exe.manifest
................\..........\...\.......\SerialComm.Form1.resources
................\..........\...\.......\SerialComm.pdb
................\..........\...\.......\SerialComm.Properties.Resources.resources
................\..........\...\SerialComm.csproj.FileList.txt
................\..........\...\SerialComm.csproj.FileListAbsolute.txt
................\..........\Program.cs
................\..........\...perties\AssemblyInfo.cs
................\..........\..........\Resources.Designer.cs
................\..........\..........\Resources.resx
................\..........\..........\Settings.Designer.cs
................\..........\..........\Settings.settings
................\..........\SerialComm.csproj
................\..........\SerialComm.csproj.user
................\..........\SerialComm.ico
................\..........\setup.ico
................\SerialComm.ico
................\SerialComm.rar
................\SerialComm.sln
................\SerialComm.suo
................\SerialCommSetup.rar
................\..........\obj\Debug\TempPE
................\..........\...\Release\TempPE
................\..........\bin\Debug
................\..........\...\Release
................\..........\obj\Debug
................\..........\...\Release
................\..........\bin
................\..........\obj
................\..........\Properties
................\SerialComm
串口调试助手源码