资源简介
实时读取串口数据并可用仪表和曲线进行显示
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.IO.Ports;
using DevExpress.XtraCharts;
using System.Threading;
namespace han
{
public partial class Form1 : Form
{
Globalvar Gvar = new Globalvar();
public byte[] array = new byte[10];
public char[] buffer = new char[3];
public byte[] array1 = new byte[10];
public byte[] bytesData = new byte[3];
public int x y m;
private string[] typeStr = new string[4];
private string[] slotStr = new string[2];
int i=0 j=0;
public Form1()
{
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 865 2012-06-04 15:45 han.sln
文件 144 2012-06-05 09:45 han\app.config
文件 1259520 2009-03-31 14:31 han\bin\Debug\DundasWinGauge.dll
文件 1363413 2009-03-31 14:23 han\bin\Debug\DundasWinGauge.xm
文件 27136 2012-06-13 15:40 han\bin\Debug\han.exe
文件 144 2012-06-05 09:45 han\bin\Debug\han.exe.config
文件 42496 2012-06-13 15:40 han\bin\Debug\han.pdb
文件 11600 2012-06-13 15:42 han\bin\Debug\han.vshost.exe
文件 144 2012-06-05 09:45 han\bin\Debug\han.vshost.exe.config
文件 490 2010-03-17 22:39 han\bin\Debug\han.vshost.exe.manifest
文件 5915 2012-06-13 15:40 han\Form1.cs
文件 37509 2012-06-13 15:20 han\Form1.Designer.cs
文件 6783 2012-06-13 15:20 han\Form1.resx
文件 738 2012-06-05 09:16 han\Globalvar.cs
文件 66889 2012-06-13 15:05 han\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
文件 6887 2012-06-13 15:40 han\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 422 2012-06-13 15:20 han\obj\x86\Debug\GenerateResource.read.1.tlog
文件 1010 2012-06-13 15:20 han\obj\x86\Debug\GenerateResource.write.1.tlog
文件 886 2012-06-04 15:44 han\obj\x86\Debug\han.csproj.FileListAbsolute.txt
文件 27136 2012-06-13 15:40 han\obj\x86\Debug\han.exe
文件 415 2012-06-05 09:58 han\obj\x86\Debug\han.exe.licenses
文件 180 2012-06-13 15:20 han\obj\x86\Debug\han.Form1.resources
文件 42496 2012-06-13 15:40 han\obj\x86\Debug\han.pdb
文件 180 2012-06-08 15:50 han\obj\x86\Debug\han.Properties.Resources.resources
文件 64554 2012-06-08 15:50 han\obj\x86\Debug\ResolveAssemblyReference.cache
文件 1781 2012-06-13 15:42 han\obj\x86\Debug\serialPort.csproj.FileListAbsolute.txt
文件 4608 2012-06-05 09:45 han\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
文件 484 2012-06-04 10:02 han\Program.cs
文件 1362 2012-06-04 10:02 han\Properties\AssemblyInfo.cs
文件 403 2012-06-05 09:56 han\Properties\licenses.licx
............此处省略19个文件信息
评论
共有 条评论