登录
首页 » C# » myShowData

myShowData

于 2011-04-22 发布 文件大小:715KB
0 257
下载积分: 1 下载次数: 192

代码说明:

  C#编写的数据显示程序,曲线显示,可以手动调整,也可以自动加载,数据是通过串口收到的数据,和前一个程序myDataCollect.zip配套使用!(Data written in C# program, the curve shows, you can manually adjust, you can also automatically load the data received through the serial data, and the former supporting the use of a program myDataCollect.zip!)

文件列表:

myShowData
..........\myShowData
..........\..........\bin
..........\..........\...\Debug
..........\..........\...\Release
..........\..........\...\.......\data
..........\..........\...\.......\....\20110318110425.txt,226981,2011-03-18
..........\..........\...\.......\....\20110318110813.txt,362720,2011-03-18
..........\..........\...\.......\....\20110318111323.txt,701120,2011-03-18
..........\..........\...\.......\myShowData.exe,237568,2011-04-14
..........\..........\...\.......\myShowData.pdb,77312,2011-04-14
..........\..........\...\.......\myShowData.vshost.exe,5632,2005-12-08

..........\..........\frmMain.cs,10684,2011-04-02
..........\..........\frmMain.Designer.cs,10764,2011-04-02
..........\..........\frmMain.resx,156001,2011-04-02
..........\..........\frmSet.cs,340,2011-04-02
..........\..........\frmSet.Designer.cs,4284,2011-04-02
..........\..........\frmSet.resx,5814,2011-04-02
..........\..........\myCurve.cs,26243,2011-04-08
..........\..........\myCurve.designer.cs,2995,2011-03-18
..........\..........\myCurve.resx,5814,2011-03-14
..........\..........\myShowData.csproj,4061,2011-04-02
..........\..........\obj
..........\..........\...\Debug
..........\..........\...\.....\myShowData.csproj.GenerateResource.Cache,962,2011-03-18
..........\..........\...\.....\myShowData.exe,237568,2011-03-21
..........\..........\...\.....\myShowData.frmMain.resources,100244,2011-03-18
..........\..........\...\.....\myShowData.myCurve.resources,180,2011-03-18
..........\..........\...\.....\myShowData.pdb,67072,2011-03-21
..........\..........\...\.....\myShowData.Properties.Resources.resources,180,2011-03-18
..........\..........\...\.....\Refactor
..........\..........\...\.....\TempPE
..........\..........\...\myShowData.csproj.FileListAbsolute.txt,2930,2011-04-22
..........\..........\...\Release
..........\..........\...\.......\myShowData.csproj.GenerateResource.Cache,963,2011-04-02
..........\..........\...\.......\myShowData.exe,237568,2011-04-14
..........\..........\...\.......\myShowData.frmMain.resources,100244,2011-04-02
..........\..........\...\.......\myShowData.frmSet.resources,180,2011-04-02
..........\..........\...\.......\myShowData.myCurve.resources,180,2011-03-21
..........\..........\...\.......\myShowData.pdb,77312,2011-04-14
..........\..........\...\.......\myShowData.Properties.Resources.resources,180,2011-03-21
..........\..........\...\.......\TempPE
..........\..........\Program.cs,518,2011-04-14
..........\..........\Properties
..........\..........\..........\AssemblyInfo.cs,1229,2011-04-02
..........\..........\..........\Resources.Designer.cs,2876,2011-03-18
..........\..........\..........\Resources.resx,5612,2011-03-18
..........\..........\..........\Settings.Designer.cs,1095,2011-03-18
..........\..........\..........\Settings.settings,249,2011-03-18
..........\myShowData.sln,919,2011-03-18

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

发表评论

0 个回复

  • Modbus
    在44B0X芯片上实现Modbus串口通信协议,需要的朋友可以看看。(In 44B0X chip as Modbus serial communication protocol, need friends can see.)
    2010-05-26 20:00:05下载
    积分:1
  • F28335_SCI_Example
    基于F28335的SCI串口通信程序。本程序的特点是代码简单、高效。本代码共包含三个工程文件:1、基本通信(实现了最基本的通过SCI协议通讯的功能。上位机下发一个字符或字符串,下位机原样返回该字符或字符串);2、SCI通信FIFO版(在1的基础之上启用了FIFO缓存接收或发送的数据);3、SCI通信FIFO与中断版(通过启用FIFO功能减少对CPU资源的占用,且数据的发送与接收处理均在中断中完成)。此三个程序基本验证了F28335的SCI模块所有功能。(F28335 of SCI-based serial communication program. Features of this program is the code simple and efficient. This code contains a total of three project files: 1, the basic communication (via SCI achieve the most basic functions of communication protocols issued the PC or a character string as the next crew to return to the character or string.) 2, SCI communication FIFO version (on the basis of a FIFO buffer above the receive or transmit data enabled) 3, SCI communication FIFO and interrupt version (FIFO function by enabling reduce the occupancy of CPU resources, and sending and receiving data are processed in interrupt completed). The three basic procedures to verify the F28335 all functions of SCI module.)
    2021-05-07 17:16:36下载
    积分:1
  • serial_port_send-_data
    本文件相似的说明了串口发送数据的全部过程。(This document describes the entire process similar to the serial port to send data.)
    2013-12-17 13:24:42下载
    积分:1
  • serial-communications
    单片机串口通讯!带protues仿真文件。(Microcontroller serial communications! With protues simulation files.)
    2013-07-28 10:15:17下载
    积分:1
  • MAX232
    利用max232,实现51单片机和电脑的通信,使得电脑发一个数据在单片机上用流水灯显示。(Use max232, achieving 51 SCM and PC communications, making the computer sends a data on a single chip with a water light show.)
    2013-08-30 15:46:26下载
    积分:1
  • chapter6
    一个很通用的51的串口通信程序,很好用,但仅供参考(A very universal serial port communication program 51, very good, but for reference only)
    2008-04-26 10:46:34下载
    积分:1
  • fnzwh
    各种信道估计算法,用matlab做的 很有用的,大家可()
    2018-06-08 12:14:11下载
    积分:1
  • VCComm
    VC从串口读取数据并实时绘制曲线图,非常好用。(VC data from the serial port to read real-time rendering curve is very useful.)
    2010-07-30 12:32:16下载
    积分:1
  • 访问功能的小测试
    说明:  一个含串口访问功能的小测试程序,含多线程,CRC校验 此程序包含了一个串口通讯的类,并能够实现简单的通讯功能,希望对要用API函数写串口通讯程序的朋友有帮助 (a serial access function with a small test program, including multithreading, CRC procedure contains a serial communications category, and to achieve a simple communication, want to use API function to write the serial communication program to help friends)
    2006-01-02 16:15:47下载
    积分:1
  • Serial-Oscilloscope-master
    串口调试工具c#源码,波形显示上位机,可以显示实时波形(serial port)
    2015-04-27 22:13:36下载
    积分:1
  • 696516资源总数
  • 106642会员总数
  • 12今日下载