登录
首页 » C# » myDataCollect

myDataCollect

于 2020-11-04 发布 文件大小:499KB
0 262
下载积分: 1 下载次数: 639

代码说明:

  C#编写的串口数据采集器,实时动态显示曲线!这是个一个医疗器械做的一个测试工具!还不错!动态显示动态保存数据!(C# prepared by the serial data acquisition, real-time dynamic display curve! This is a medical device to do a test tool! Pretty good! Dynamic Display Dynamic saved data!)

文件列表:

myDataCollect
.............\myDataCollect
.............\.............\bin
.............\.............\...\Debug
.............\.............\...\Release
.............\.............\...\.......\data
.............\.............\...\.......\myDataCollect.exe,237568,2011-03-21
.............\.............\...\.......\myDataCollect.pdb,69120,2011-03-21
.............\.............\...\.......\myDataCollect.vshost.exe,5632,2005-12-08
.............\.............\...\.......\site.ini,42,2011-03-17

.............\.............\frmMain.cs,7956,2011-03-21
.............\.............\frmMain.Designer.cs,8563,2011-03-21
.............\.............\frmMain.resx,156002,2011-03-21
.............\.............\myClass.cs,3714,2011-03-17
.............\.............\myCurve.cs,26207,2011-03-21
.............\.............\myCurve.designer.cs,2998,2011-03-17
.............\.............\myCurve.resx,5814,2011-03-14
.............\.............\myDataCollect.csproj,3804,2011-03-18
.............\.............\myPic.cs,350,2011-03-17
.............\.............\myPic.Designer.cs,1117,2011-03-17
.............\.............\mySerialPort.cs,3367,2011-03-18
.............\.............\obj
.............\.............\...\Debug
.............\.............\...\.....\myDataCollect.csproj.GenerateResource.Cache,904,2011-03-18
.............\.............\...\.....\myDataCollect.exe,241664,2011-03-18
.............\.............\...\.....\myDataCollect.frmMain.resources,100244,2011-03-18
.............\.............\...\.....\myDataCollect.myCurve.resources,180,2011-03-17
.............\.............\...\.....\myDataCollect.pdb,77312,2011-03-18
.............\.............\...\.....\myDataCollect.Properties.Resources.resources,180,2011-03-17
.............\.............\...\.....\Refactor
.............\.............\...\.....\TempPE
.............\.............\...\myDataCollect.csproj.FileListAbsolute.txt,2316,2011-04-22
.............\.............\...\Release
.............\.............\...\.......\myDataCollect.csproj.GenerateResource.Cache,904,2011-03-21
.............\.............\...\.......\myDataCollect.exe,237568,2011-03-21
.............\.............\...\.......\myDataCollect.frmMain.resources,100244,2011-03-21
.............\.............\...\.......\myDataCollect.myCurve.resources,180,2011-03-18
.............\.............\...\.......\myDataCollect.pdb,69120,2011-03-21
.............\.............\...\.......\myDataCollect.Properties.Resources.resources,180,2011-03-18
.............\.............\...\.......\TempPE
.............\.............\Program.cs,895,2011-03-17
.............\.............\Properties
.............\.............\..........\AssemblyInfo.cs,1210,2011-03-18
.............\.............\..........\Resources.Designer.cs,2882,2011-03-17
.............\.............\..........\Resources.resx,5612,2011-03-17
.............\.............\..........\Settings.Designer.cs,1098,2011-03-17
.............\.............\..........\Settings.settings,249,2011-03-17
.............\myDataCollect.sln,928,2011-03-17

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

发表评论


0 个回复

  • spcomm3.0
    spcomm3.0 串口网络编程 delphi
    2021-04-09 13:38:59下载
    积分:1
  • ADCandRS232
    基于DMmega128开发板的串口通信程序,对于初学者必看!!(For starters based on DMmega128 development board serial communication program, must see! !)
    2012-11-04 21:41:58下载
    积分:1
  • SerialAssistant
    用gnu.io.rxtx写的一个串口助手(A serial port assistant written in gnu.io.rxtx)
    2017-12-27 20:04:50下载
    积分:1
  • ChuanKouTiaoShi
    串口调试助手,适合做串口通讯的人员使用。VB.NET编程。(vb.net serial debug for usart comm.)
    2013-07-19 14:45:15下载
    积分:1
  • SerialPort
    简单的串口通信数据显示demo 简单实用 可以学习查看(A simple serial communication data display demo simple and practical Can learn to see)
    2018-05-13 11:25:21下载
    积分:1
  • U_TEST
    瑞萨G14串口通讯测试代码,能实现发送接受数据,和电脑串口通讯(Renesas G14 serial communication test code, can realize to send receive data, and computer serial port communication)
    2014-12-23 11:18:37下载
    积分: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
  • 我见过最好的
    说明:  我所见过用VC写的最好的串口类,具有模拟单片机中断传输的方式,避免了查询传输CPU损耗和接收超时(I have ever seen VC was the best serial category, with simulation SCM interruption of transmission, so that the CPU for transmission and reception of overtime loss)
    2020-12-03 12:39:25下载
    积分:1
  • Net2USART
    STM32+LWIP的串口转网口程序源码(STM32+ LWIP switch network serial port source code)
    2010-09-19 08:51:49下载
    积分:1
  • mySerialPortTools
    qt写的串口通讯软件,可以实现串口发送,接收,功能完整(qt write serial communication software, serial port to send, receive, full-featured)
    2012-05-11 12:08:10下载
    积分:1
  • 696518资源总数
  • 105417会员总数
  • 32今日下载