嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 1 元微信扫码支付:1 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
串口通信
显示串口,并选择串口和波特率,接收并发送,显示连接状态,接收区自动换行
问题:不能显示中文
自己编写
.
├── 串口调试
│ └── weng_1.0
│ ├── weng_1.0
│ │ ├── App.config
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── weng_1.0.exe
│ │ │ │ ├── weng_1.0.exe.config
│ │ │ │ └── weng_1.0.pdb
│ │ │ └── Release
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ ├── weng_1.0.csproj.CoreCompileInputs.cache
│ │ │ ├── weng_1.0.csproj.FileListAbsolute.txt
│ │ │ ├── weng_1.0.csproj.GenerateResource.cache
│ │ │ ├── weng_1.0.csprojAssemblyReference.cache
│ │ │ ├── weng_1.0.exe
│ │ │ ├── weng_1.0.pdb
│ │ │ ├── weng_1._0.Form1.resources
│ │ │ └── weng_1._0.Properties.Resources.resources
│ │ └── weng_1.0.csproj
│ └── weng_1.0.sln
└── 好例子网_串口调试.zip
10 directories, 26 files