嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
网上转载的例子,特别好用
大家可以截取其中的通讯部分,根据自己的项目做修改
C#SerialPort控件开发串口通信程序的例子 源码
├── SerialportSample
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SerialportSample.csproj
│ ├── SerialportSample.csproj.user
│ ├── app.config
│ ├── bin
│ │ └── Debug
│ │ ├── DevComponents.DotNetBar2.dll
│ │ ├── SerialportSample.exe
│ │ ├── SerialportSample.exe.config
│ │ ├── SerialportSample.pdb
│ │ ├── SerialportSample.vshost.exe
│ │ ├── SerialportSample.vshost.exe.config
│ │ ├── SerialportSample.vshost.exe.manifest
│ │ ├── System.Data.ClientData.dll
│ │ ├── 请勿用于商业用途 仅供测试 技术交流
│ │ └── 上万套源码免费下载.exe
│ └── obj
│ └── x86
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── GenerateResource.read.1.tlog
│ ├── GenerateResource.write.1.tlog
│ ├── SerialportSample.Properties.Resources.resources
│ ├── SerialportSample.SerialportSampleForm.resources
│ ├── SerialportSample.csproj.FileListAbsolute.txt
│ ├── SerialportSample.exe
│ ├── SerialportSample.pdb
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
├── SerialportSample.sln
└── SerialportSample.suo
8 directories, 33 files