基本信息
源码名称:温度电压电流串口采集C#
源码大小:2.34M
文件格式:.rar
开发语言:C#
更新时间:2023-06-12
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
温度电压电流串口采集C#

.
├── 好例子网_温度电压电流串口采集C#.rar
└── 温度电压电流串口采集C#
    ├── Backup
    │   ├── Serial
    │   │   ├── Baseclass
    │   │   │   └── SerialPortClase.cs
    │   │   ├── ClassDiagram1.cd
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.cs
    │   │   ├── Form1.resx
    │   │   ├── Form2.Designer.cs
    │   │   ├── Form2.cs
    │   │   ├── Form2.resx
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Resources
    │   │   │   ├── 01.jpg
    │   │   │   ├── 041.jpg
    │   │   │   ├── btnOk2.png
    │   │   │   ├── can1.png
    │   │   │   └── 控制系统.jpg
    │   │   └── Serial.csproj
    │   └── Serial.sln
    ├── Serial
    │   ├── Baseclass
    │   │   └── SerialPortClase.cs
    │   ├── Class1.cs
    │   ├── ClassDiagram1.cd
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── Form2.Designer.cs
    │   ├── Form2.cs
    │   ├── Form2.resx
    │   ├── Images
    │   │   ├── 1-1.gif
    │   │   ├── 1-2.gif
    │   │   ├── 1-3.gif
    │   │   ├── 1-4.gif
    │   │   ├── 1.gif
    │   │   ├── 2-1.gif
    │   │   ├── 2-2.gif
    │   │   ├── 2.gif
    │   │   ├── 3-1.gif
    │   │   ├── 3-2.gif
    │   │   ├── 3-3.gif
    │   │   ├── 3.gif
    │   │   ├── 4-1.gif
    │   │   ├── 4-2.gif
    │   │   ├── 4.gif
    │   │   ├── Author.jpg
    │   │   ├── Author1.jpg
    │   │   ├── Rasim.png
    │   │   ├── bg.jpg
    │   │   ├── bioForce.jpg
    │   │   ├── breed.jpg
    │   │   ├── face-001.GIF
    │   │   ├── frmMainBg.jpg
    │   │   ├── frmMainBg1.jpg
    │   │   ├── gif-0015.gif
    │   │   ├── gif-0035.gif
    │   │   ├── gif-0148.GIF
    │   │   ├── gif-0161.gif
    │   │   ├── gif-0288.gif
    │   │   ├── gif-0427.gif
    │   │   ├── gif-0575.gif
    │   │   ├── gif-0768.gif
    │   │   ├── gif-0960.gif
    │   │   └── system.ico
    │   ├── MODBUS.cs
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── Resources
    │   │   ├── 01 - 副本.jpg
    │   │   ├── btnOk2.png
    │   │   └── can1.png
    │   ├── Serial.csproj
    │   ├── Serial.csproj.user
    │   ├── UserControl1.xaml
    │   ├── UserControl1.xaml.cs
    │   ├── UserControl2.xaml
    │   ├── UserControl2.xaml.cs
    │   ├── UserControl3.xaml
    │   ├── UserControl3.xaml.cs
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── Serial(190819).exe
    │   │   │   ├── Serial.pdb
    │   │   │   ├── Serial.vshost.exe
    │   │   │   ├── Serial.vshost.exe.manifest
    │   │   │   └── serial(新调光器测试)(190825).exe
    │   │   └── Release
    │   │       ├── Serial.exe
    │   │       └── Serial.pdb
    │   └── obj
    │       ├── Debug
    │       │   ├── DesignTimeResolveAssemblyReferences.cache
    │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
    │       │   ├── Serial.LOGO.resources
    │       │   ├── Serial.Properties.Resources.resources
    │       │   ├── Serial.Serial.resources
    │       │   ├── Serial.csproj.FileListAbsolute.txt
    │       │   ├── Serial.csproj.GenerateResource.Cache
    │       │   ├── Serial.csprojResolveAssemblyReference.cache
    │       │   ├── Serial.g.resources
    │       │   ├── Serial.pdb
    │       │   ├── Serial_MarkupCompile.cache
    │       │   ├── Serial_MarkupCompile.i.cache
    │       │   ├── Serial_MarkupCompile.lref
    │       │   ├── TempPE
    │       │   │   └── Properties.Resources.Designer.cs.dll
    │       │   ├── UserControl1.baml
    │       │   ├── UserControl1.g.cs
    │       │   ├── UserControl1.g.i.cs
    │       │   ├── UserControl2.baml
    │       │   ├── UserControl2.g.cs
    │       │   ├── UserControl2.g.i.cs
    │       │   ├── UserControl3.baml
    │       │   ├── UserControl3.g.cs
    │       │   └── UserControl3.g.i.cs
    │       └── Release
    │           ├── Serial.LOGO.resources
    │           ├── Serial.Properties.Resources.resources
    │           ├── Serial.Serial.resources
    │           ├── Serial.csproj.FileListAbsolute.txt
    │           ├── Serial.csproj.GenerateResource.Cache
    │           ├── Serial.exe
    │           ├── Serial.pdb
    │           └── TempPE
    │               └── Properties.Resources.Designer.cs.dll
    ├── Serial.sln
    └── UpgradeLog.htm

19 directories, 123 files