登录
首页 » C# » serials

serials

于 2012-06-14 发布 文件大小:409KB
0 273
下载积分: 1 下载次数: 167

代码说明:

  实时读取串口数据并可用仪表和曲线进行显示(To read the serial data in real time and available instrumentation and curve display)

文件列表:

han
...\app.config,144,2012-06-05
...\bin
...\...\Debug
...\...\.....\DundasWinGauge.dll,1259520,2009-03-31
...\...\.....\DundasWinGauge.xml,1363413,2009-03-31
...\...\.....\han.exe,27136,2012-06-13
...\...\.....\han.exe.config,144,2012-06-05
...\...\.....\han.pdb,42496,2012-06-13
...\...\.....\han.vshost.exe,11600,2012-06-13
...\...\.....\han.vshost.exe.config,144,2012-06-05
...\...\.....\han.vshost.exe.manifest,490,2010-03-17
...\...\Release
...\Form1.cs,5915,2012-06-13
...\Form1.Designer.cs,37509,2012-06-13
...\Form1.resx,6783,2012-06-13
...\Globalvar.cs,738,2012-06-05
...\obj
...\...\x86
...\...\...\Debug
...\...\...\.....\DesignTimeResolveAssemblyReferences.cache,66889,2012-06-13
...\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,6887,2012-06-13
...\...\...\.....\GenerateResource.read.1.tlog,422,2012-06-13
...\...\...\.....\GenerateResource.write.1.tlog,1010,2012-06-13
...\...\...\.....\han.csproj.FileListAbsolute.txt,886,2012-06-04
...\...\...\.....\han.exe,27136,2012-06-13
...\...\...\.....\han.exe.licenses,415,2012-06-05
...\...\...\.....\han.Form1.resources,180,2012-06-13
...\...\...\.....\han.pdb,42496,2012-06-13
...\...\...\.....\han.Properties.Resources.resources,180,2012-06-08
...\...\...\.....\ResolveAssemblyReference.cache,64554,2012-06-08
...\...\...\.....\serialPort.csproj.FileListAbsolute.txt,1781,2012-06-13
...\...\...\.....\TempPE
...\...\...\.....\......\Properties.Resources.Designer.cs.dll,4608,2012-06-05
...\...\...\Release
...\Program.cs,484,2012-06-04
...\Properties
...\..........\AssemblyInfo.cs,1362,2012-06-04
...\..........\licenses.licx,403,2012-06-05
...\..........\Resources.Designer.cs,2844,2012-06-05
...\..........\Resources.resx,5612,2012-06-04
...\..........\Settings.Designer.cs,1101,2012-06-05
...\..........\Settings.settings,249,2012-06-04
...\serialPort.csproj,5081,2012-06-05
...\serialPort.csproj.user,143,2012-06-04
han.sln,865,2012-06-04

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

发表评论

0 个回复

  • wendushujuxianshi
    VC++的MFC开发串口调试助手源代码,包括数据发送,接收,显示制式等 (VC++ of MFC development of serial debugging assistant source code, including data transmission, reception, display formats, etc.)
    2016-04-21 08:49:27下载
    积分:1
  • STC12C5A60S2双通信例
    双串口通信,实现单片机串口的接收数据,和想单片机发送数据的功能,希望对大家有所帮助。(Dual serial communication, the realization of MCU serial port data reception, and want MCU data transmission function, hope to help you.)
    2018-06-12 13:57:29下载
    积分:1
  • 7
    说明:  产生阶跃突变, 考察系统的动态响应,仿真结果如图(of upper and lower bridge arms is superposed, thus ensuring)
    2019-07-17 19:53:47下载
    积分:1
  • stringmathematica
    STRING MATHMATICAL PLEASE COMMENT
    2013-07-10 12:51:46下载
    积分:1
  • 数据波形显示示例C#源码
    说明:  C#串口通信,新手必看。新手入门,你值得拥有(C # serial communicationNovice must see. Novice, you deserve it)
    2020-12-25 20:50:03下载
    积分:1
  • DSP-com
    说明:  介绍DSP与上微机的串口通信和功能设置,及通信调试(introduced DSP and PC on the serial communications and functionality, and communication Debugging)
    2006-04-25 10:04:22下载
    积分:1
  • fifo2
    另一个基于s3c44b0x的串口测试程序,用的是三恒星的s3c44b0增强型开发板(Another serial based on s3c44b0x test procedure, using a three-star s3c44b0 enhanced development board)
    2010-01-02 21:51:22下载
    积分:1
  • mscomm
    串口收发字符型,没有选择COM口参数,固定为COMPROT 3 115200(Serial transceiver character type, no choice of COM port parameters, fixed to COMPROT 3 115200 )
    2016-04-25 19:20:18下载
    积分:1
  • CSharp_Serial
    说明:  C#编写的串口通信程序,实现了基本的串口信息配置,收发消息等功能(C# prepared by the serial communication program, to achieve the basic information about the serial port configuration, send and receive messages and other functions)
    2011-04-04 17:38:47下载
    积分:1
  • 温度数据采集并实时显示
    串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一个数据的大小就是画图的某一个点的纵坐标,横坐标同样为数据的序号,再将这些点用线连起来就是曲线图. 图形能移动的原理,是我们首先改变的只是数据,图形并没有变,但图形的形式是由这些数据来确定的,当数据发生变化后,我们通过刷新显示区来变化的.(Serial temperature data acquisition and real-time serial data reading the principle is, as long as when a serial data to the data, the computer will automatically writes data to a specific buffer, we can write specific procedures read that the buffer zone would be fine. Serial data to be sent, process data can be received, the receiving of data is the character, then transform data into digital type, and then the size of the data as a drawing of a point Ordinate, the abscissa serial data. these points will be used to link line is a curve, this is the graphic display the basic tenets. View the original data is the same principle, the difference is, the data from the file, the same data also will be divided into a number one, and then this one is the size of the data to draw a certain point )
    2020-06-26 07:40:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载