请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
串口16进制转10进制示例
├── WindowsFormsApp32
│ ├── App.config
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ ├── Settings.settings
│ │ └── licenses.licx
│ ├── WindowsFormsApp32.csproj
│ ├── bin
│ │ └── Debug
│ │ ├── Infragistics4.Shared.v20.1.dll
│ │ ├── Infragistics4.Shared.v20.1.xml
│ │ ├── Infragistics4.Win.Misc.v20.1.dll
│ │ ├── Infragistics4.Win.Misc.v20.1.xml
│ │ ├── Infragistics4.Win.UltraWinEditors.v20.1.dll
│ │ ├── Infragistics4.Win.UltraWinEditors.v20.1.xml
│ │ ├── Infragistics4.Win.UltraWinGrid.v20.1.dll
│ │ ├── Infragistics4.Win.UltraWinGrid.v20.1.xml
│ │ ├── Infragistics4.Win.v20.1.dll
│ │ ├── Infragistics4.Win.v20.1.xml
│ │ ├── WindowsFormsApp32.exe
│ │ ├── WindowsFormsApp32.exe.config
│ │ └── WindowsFormsApp32.pdb
│ └── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── TempPE
│ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ ├── WindowsFormsApp32.Form1.resources
│ ├── WindowsFormsApp32.Properties.Resources.resources
│ ├── WindowsFormsApp32.csproj.AssemblyReference.cache
│ ├── WindowsFormsApp32.csproj.CopyComplete
│ ├── WindowsFormsApp32.csproj.CoreCompileInputs.cache
│ ├── WindowsFormsApp32.csproj.FileListAbsolute.txt
│ ├── WindowsFormsApp32.csproj.GenerateResource.cache
│ ├── WindowsFormsApp32.csprojAssemblyReference.cache
│ ├── WindowsFormsApp32.exe
│ ├── WindowsFormsApp32.pdb
│ └── windowsformsapp32.exe.licenses
└── WindowsFormsApp32.sln
7 directories, 42 files