登录
首页 » C# » Serialport

Serialport

于 2011-05-29 发布 文件大小:103KB
0 290
下载积分: 1 下载次数: 741

代码说明:

  用VS2010编写的串口调试助手,很有用(Written with VS2010 serial debugging assistant, very useful)

文件列表:

Serialport
..........\Serialport

..........\..........\bin
..........\..........\...\Debug
..........\..........\...\.....\Serialport.exe,15360,2011-05-06
..........\..........\...\.....\Serialport.pdb,36352,2011-05-06
..........\..........\...\.....\Serialport.vshost.exe,11600,2011-05-06
..........\..........\...\.....\Serialport.vshost.exe.manifest,490,2010-03-17
..........\..........\...\Release
..........\..........\...\.......\Serialport.exe,23552,2011-05-12
..........\..........\...\.......\Serialport.pdb,42496,2011-05-12
..........\..........\...\.......\Serialport.vshost.exe,11600,2011-05-12
..........\..........\...\.......\Serialport.vshost.exe.manifest,490,2010-03-17
..........\..........\obj
..........\..........\...\x86
..........\..........\...\...\Debug
..........\..........\...\...\.....\DesignTimeResolveAssemblyReferences.cache,4440,2011-05-05
..........\..........\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,6304,2011-05-06
..........\..........\...\...\.....\GenerateResource.read.1.tlog,594,2011-05-06
..........\..........\...\...\.....\GenerateResource.write.1.tlog,1410,2011-05-06
..........\..........\...\...\.....\Serialport.csproj.FileListAbsolute.txt,1628,2011-05-06
..........\..........\...\...\.....\Serialport.exe,15360,2011-05-06
..........\..........\...\...\.....\Serialport.pdb,36352,2011-05-06
..........\..........\...\...\.....\Serialport.Properties.Resources.resources,180,2011-05-06
..........\..........\...\...\.....\Serialport.SerialPortForm.resources,180,2011-05-06
..........\..........\...\...\.....\TempPE
..........\..........\...\...\Release
..........\..........\...\...\.......\DesignTimeResolveAssemblyReferences.cache,4440,2011-05-09
..........\..........\...\...\.......\DesignTimeResolveAssemblyReferencesInput.cache,6388,2011-05-12
..........\..........\...\...\.......\GenerateResource.read.1.tlog,826,2011-05-12
..........\..........\...\...\.......\GenerateResource.write.1.tlog,2010,2011-05-12
..........\..........\...\...\.......\ResolveAssemblyReference.cache,7897,2011-05-09
..........\..........\...\...\.......\Serialport.csproj.FileListAbsolute.txt,2370,2011-05-12
..........\..........\...\...\.......\Serialport.exe,23552,2011-05-12
..........\..........\...\...\.......\Serialport.pdb,42496,2011-05-12
..........\..........\...\...\.......\Serialport.Properties.Resources.resources,180,2011-05-11
..........\..........\...\...\.......\Serialport.SerialPortForm.resources,180,2011-05-12
..........\..........\...\...\.......\TempPE
..........\..........\Program.cs,500,2011-05-05
..........\..........\Properties
..........\..........\..........\AssemblyInfo.cs,1376,2011-05-04
..........\..........\..........\Resources.Designer.cs,2868,2011-05-04
..........\..........\..........\Resources.resx,5612,2011-05-04
..........\..........\..........\Settings.Designer.cs,1093,2011-05-04
..........\..........\..........\Settings.settings,249,2011-05-04
..........\..........\Serialport.csproj,3873,2011-05-11
..........\..........\SerialPortForm.cs,9934,2011-05-12
..........\..........\SerialPortForm.Designer.cs,25699,2011-05-12
..........\..........\SerialPortForm.resx,6216,2011-05-12
..........\Serialport.sln,872,2011-05-04

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 1
    CVI环境下的串口调试助手,主要功能有即时收发信息,显示波形,截图和保存数据(CVI environment serial debugging assistant, the main function includes immediately send and receive information to display waveforms, capture and save data)
    2013-07-11 09:47:50下载
    积分:1
  • sxcom
    串口效验接收中断协议,接收数据在串口回送。(Serial communication. Be able to complete the next-bit machine on the host computer sent signals 1-9 to respond, LED can be bright, digital display corresponding figures)
    2013-03-15 08:49:45下载
    积分:1
  • 调试助手
    支持9600,19200等常用各种波特率及自定义波特率,可以自动识别串口,能设置校验、数据位和停止位,能以ASCII码或十六进制接收或发送任何数据或字符,可以任意设定自动发送周期,并能将接收数据保存成文本文件,能发送任意大小的文本文件。 硬件连接方面,传统台式PC机支持标准RS232接口,但是带有串口的笔记本很少见,所以需要USB/232转换接口,并且安装相应驱动程序。(Support 9600, 19200 and other commonly used baud rates and custom baud rates, can automatically identify serial ports, can set check, data bits and stop bits, can receive or send any data or characters with ASCII code or hexadecimal, can arbitrarily set the automatic transmission cycle, and can save the received data into text files, can send any data. Text files of meaning size. In terms of hardware connection, traditional desktop PC supports standard RS232 interface, but notebooks with serial port are rare, so USB/232 conversion interface is needed and corresponding driver is installed.)
    2020-06-25 03:00:02下载
    积分:1
  • sci_tool-master
    使用python+Qt+Matplot实现串口工具(a com tool base python + qt + matplot)
    2018-12-11 09:57:43下载
    积分:1
  • USR-TCP232-Test-V1.3
    串口调试助手,非常好用的。大家可以试一下。(com test tools for Windows)
    2018-03-19 11:37:12下载
    积分:1
  • 通信
    简单的串口通讯实验,试调CH-06蓝牙IO口是否可以进行通讯(Serial Communication Experiments)
    2019-02-23 16:00:44下载
    积分:1
  • matlabforserial
    说明:  一个用matlab编写的串口调试程序,可以方便的读写数据。(a prepared using Matlab serial debugger, can easily read and write data.)
    2006-04-24 19:46:57下载
    积分:1
  • vcPPWindows-API-CSerial-MSComm
    vc++ 串口编程,用vc++编写上上位机程序 常见的几种方式以及注意事项均有介绍
    2014-07-15 12:54:55下载
    积分:1
  • 95302940CAN232B_LabVIEW_Demo
    Labview串口只能接受和传递ASCII码,因此你在使用的时候得先把它们转换为ASCII码才行.(Labview serial port can only receive and impart ASCII codes, so you use the time to first convert them to ASCII codes Cai Xing.)
    2010-01-02 17:47:15下载
    积分:1
  • Serialport
    用VS2010编写的串口调试助手,很有用(Written with VS2010 serial debugging assistant, very useful)
    2011-05-29 20:36:25下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载