嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#串口名烧写工具
通过该工具可以快速给RS232串口烧写串口名和串口描述;还可以用该软件发送命令调试设备。
.
├── C#串口名烧写工具_FlashPort.zip
└── FlashPort
├── FlashPort
│ ├── FTD2XX_NET.cs
│ ├── FlashPort.csproj
│ ├── PortNameForm.cs
│ ├── PortNameForm.designer.cs
│ ├── PortNameForm.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ └── open.ico
│ ├── app.config
│ ├── bin
│ │ ├── Debug
│ │ │ ├── FlashPort.exe
│ │ │ ├── FlashPort.pdb
│ │ │ ├── FlashPort.vshost.exe
│ │ │ └── FlashPort.vshost.exe.manifest
│ │ └── Release
│ ├── flash_Lightning.ico
│ └── obj
│ └── x86
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── FlashPort.PortNameForm.resources
│ ├── FlashPort.Properties.Resources.resources
│ ├── FlashPort.csproj.AssemblyReference.cache
│ ├── FlashPort.csproj.FileListAbsolute.txt
│ ├── FlashPort.csproj.GenerateResource.Cache
│ ├── FlashPort.csprojResolveAssemblyReference.cache
│ ├── FlashPort.exe
│ ├── FlashPort.pdb
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
├── FlashPort.sln
└── FlashPort.suo
11 directories, 32 files