基本信息
源码名称:c# 串口通讯的例子(收发数据)
源码大小:1.30M
文件格式:.zip
开发语言:C#
更新时间:2020-09-25
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 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