基本信息
源码名称:C# 串口简易示波器
源码大小:2.60M
文件格式:.rar
开发语言:C#
更新时间:2023-12-22
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C# 串口简易示波器
刚学C#时写的一个示波器的上位机小程序。 下面部分是msp430经DA采样传上来的数据。 水平有限,谨给大家参考参考。 希望对大家有帮助。
├── C# 串口简易示波器_示波器.rar
└── 示波器
├── 示波器
│ ├── DemoForm.Designer.cs
│ ├── DemoForm.cs
│ ├── DemoForm.resx
│ ├── DigitalComposerInfo.Designer.cs
│ ├── DigitalComposerInfo.cs
│ ├── DigitalComposerInfo.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── SavePic.Designer.cs
│ ├── SavePic.cs
│ ├── SavePic.resx
│ ├── VistaRenderers
│ │ ├── GraphicsTools.cs
│ │ ├── WindowsVistaColorTable.cs
│ │ └── WindowsVistaRenderer.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── AxInterop.MSCommLib.dll
│ │ │ ├── Interop.MSCommLib.dll
│ │ │ ├── 示波器.exe
│ │ │ ├── 示波器.pdb
│ │ │ ├── 示波器.vshost.exe
│ │ │ └── 示波器.vshost.exe.manifest
│ │ └── Release
│ ├── obj
│ │ ├── Debug
│ │ │ ├── AxInterop.MSCommLib.dll
│ │ │ ├── Interop.MSCommLib.dll
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── VistaRenderer.Form1.resources
│ │ │ ├── vistaComposer.Info.resources
│ │ │ ├── vistaComposer.SavePic.resources
│ │ │ ├── 示波器.Properties.Resources.resources
│ │ │ ├── 示波器.csproj.FileListAbsolute.txt
│ │ │ ├── 示波器.csproj.GenerateResource.Cache
│ │ │ ├── 示波器.csproj.ResolveComReference.cache
│ │ │ ├── 示波器.exe
│ │ │ └── 示波器.pdb
│ │ └── Release
│ ├── 示波器
│ │ ├── DemoForm.Designer.cs
│ │ ├── DemoForm.cs
│ │ ├── DemoForm.resx
│ │ ├── DigitalComposerInfo.Designer.cs
│ │ ├── DigitalComposerInfo.cs
│ │ ├── DigitalComposerInfo.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── SavePic.Designer.cs
│ │ ├── SavePic.cs
│ │ ├── SavePic.resx
│ │ ├── VistaRenderers
│ │ │ ├── GraphicsTools.cs
│ │ │ ├── WindowsVistaColorTable.cs
│ │ │ └── WindowsVistaRenderer.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── AxInterop.MSCommLib.dll
│ │ │ │ ├── Interop.MSCommLib.dll
│ │ │ │ ├── 示波器.exe
│ │ │ │ ├── 示波器.pdb
│ │ │ │ ├── 示波器.vshost.exe
│ │ │ │ └── 示波器.vshost.exe.manifest
│ │ │ └── Release
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── AxInterop.MSCommLib.dll
│ │ │ │ ├── Interop.MSCommLib.dll
│ │ │ │ ├── Refactor
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── VistaRenderer.Form1.resources
│ │ │ │ ├── vistaComposer.Info.resources
│ │ │ │ ├── vistaComposer.SavePic.resources
│ │ │ │ ├── 示波器.Properties.Resources.resources
│ │ │ │ ├── 示波器.csproj.FileListAbsolute.txt
│ │ │ │ ├── 示波器.csproj.GenerateResource.Cache
│ │ │ │ ├── 示波器.csproj.ResolveComReference.cache
│ │ │ │ ├── 示波器.exe
│ │ │ │ └── 示波器.pdb
│ │ │ └── Release
│ │ ├── 示波器.csproj
│ │ └── 示波器.csproj.user
│ ├── 示波器.csproj
│ ├── 示波器.csproj.user
│ ├── 示波器.sln
│ └── 示波器.suo
├── 示波器.sln
└── 示波器.suo
23 directories, 77 files
C# 串口简易示波器
刚学C#时写的一个示波器的上位机小程序。 下面部分是msp430经DA采样传上来的数据。 水平有限,谨给大家参考参考。 希望对大家有帮助。
.
├── C# 串口简易示波器_示波器.rar
└── 示波器
├── 示波器
│ ├── DemoForm.Designer.cs
│ ├── DemoForm.cs
│ ├── DemoForm.resx
│ ├── DigitalComposerInfo.Designer.cs
│ ├── DigitalComposerInfo.cs
│ ├── DigitalComposerInfo.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── SavePic.Designer.cs
│ ├── SavePic.cs
│ ├── SavePic.resx
│ ├── VistaRenderers
│ │ ├── GraphicsTools.cs
│ │ ├── WindowsVistaColorTable.cs
│ │ └── WindowsVistaRenderer.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── AxInterop.MSCommLib.dll
│ │ │ ├── Interop.MSCommLib.dll
│ │ │ ├── 示波器.exe
│ │ │ ├── 示波器.pdb
│ │ │ ├── 示波器.vshost.exe
│ │ │ └── 示波器.vshost.exe.manifest
│ │ └── Release
│ ├── obj
│ │ ├── Debug
│ │ │ ├── AxInterop.MSCommLib.dll
│ │ │ ├── Interop.MSCommLib.dll
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── VistaRenderer.Form1.resources
│ │ │ ├── vistaComposer.Info.resources
│ │ │ ├── vistaComposer.SavePic.resources
│ │ │ ├── 示波器.Properties.Resources.resources
│ │ │ ├── 示波器.csproj.FileListAbsolute.txt
│ │ │ ├── 示波器.csproj.GenerateResource.Cache
│ │ │ ├── 示波器.csproj.ResolveComReference.cache
│ │ │ ├── 示波器.exe
│ │ │ └── 示波器.pdb
│ │ └── Release
│ ├── 示波器
│ │ ├── DemoForm.Designer.cs
│ │ ├── DemoForm.cs
│ │ ├── DemoForm.resx
│ │ ├── DigitalComposerInfo.Designer.cs
│ │ ├── DigitalComposerInfo.cs
│ │ ├── DigitalComposerInfo.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── SavePic.Designer.cs
│ │ ├── SavePic.cs
│ │ ├── SavePic.resx
│ │ ├── VistaRenderers
│ │ │ ├── GraphicsTools.cs
│ │ │ ├── WindowsVistaColorTable.cs
│ │ │ └── WindowsVistaRenderer.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── AxInterop.MSCommLib.dll
│ │ │ │ ├── Interop.MSCommLib.dll
│ │ │ │ ├── 示波器.exe
│ │ │ │ ├── 示波器.pdb
│ │ │ │ ├── 示波器.vshost.exe
│ │ │ │ └── 示波器.vshost.exe.manifest
│ │ │ └── Release
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── AxInterop.MSCommLib.dll
│ │ │ │ ├── Interop.MSCommLib.dll
│ │ │ │ ├── Refactor
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── VistaRenderer.Form1.resources
│ │ │ │ ├── vistaComposer.Info.resources
│ │ │ │ ├── vistaComposer.SavePic.resources
│ │ │ │ ├── 示波器.Properties.Resources.resources
│ │ │ │ ├── 示波器.csproj.FileListAbsolute.txt
│ │ │ │ ├── 示波器.csproj.GenerateResource.Cache
│ │ │ │ ├── 示波器.csproj.ResolveComReference.cache
│ │ │ │ ├── 示波器.exe
│ │ │ │ └── 示波器.pdb
│ │ │ └── Release
│ │ ├── 示波器.csproj
│ │ └── 示波器.csproj.user
│ ├── 示波器.csproj
│ ├── 示波器.csproj.user
│ ├── 示波器.sln
│ └── 示波器.suo
├── 示波器.sln
└── 示波器.suo
23 directories, 77 files