嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
VB.NET串口通讯
.
├── mycounter
│ ├── App.config
│ ├── Form1.Designer.vb
│ ├── Form1.resx
│ ├── Form1.vb
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ ├── Counter.dll
│ │ ├── Counter.pdb
│ │ ├── Counter.xml
│ │ ├── mycounter.exe
│ │ ├── mycounter.pdb
│ │ ├── mycounter.vshost.exe
│ │ ├── mycounter.vshost.exe.manifest
│ │ └── mycounter.xml
│ ├── counter.vb
│ ├── mycounter.vbproj
│ └── obj
│ └── x86
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── TempPE
│ │ └── My Project.Resources.Designer.vb.dll
│ ├── mycounter.Form1.resources
│ ├── mycounter.Resources.resources
│ ├── mycounter.exe
│ ├── mycounter.pdb
│ ├── mycounter.vbproj.FileListAbsolute.txt
│ ├── mycounter.vbproj.GenerateResource.Cache
│ ├── mycounter.vbprojResolveAssemblyReference.cache
│ └── mycounter.xml
├── 好例子网_计数器通讯.rar
└── 计数器通讯.sln
8 directories, 34 files