• 大小: 415KB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2021-05-16
  • 语言: C#
  • 标签: bootloader  C#  ymodem  stm32  

资源简介

C# 开发的YMODEM升级上位机,有源码,目前支持hex文件和bin文件。如果需要其他程序文件格式,请私信我!

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace yomdem_test
{
    public partial class About : Form
    {
        public About()
        {
            InitializeComponent();
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-03-04 14:05  c-sharp-ymodem\
     目录           0  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\
     目录           0  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\
     文件         980  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test.sln
     文件       44544  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test.v12.suo
     目录           0  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\
     文件        5869  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\About.Designer.cs
     文件         372  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\About.cs
     文件        5698  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\About.resx
     文件         182  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\App.config
     文件        1539  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\Crc16Ccitt.cs
     文件       13512  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\Form1.Designer.cs
     文件       12711  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\Form1.cs
     文件        6291  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\Form1.resx
     文件         501  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\Program.cs
     目录           0  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\Properties\
     文件        1330  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\Properties\AssemblyInfo.cs
     文件        2803  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\Properties\Resources.Designer.cs
     文件        5496  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\Properties\Resources.resx
     文件        1068  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\Properties\Settings.Designer.cs
     文件         242  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\Properties\Settings.settings
     目录           0  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\bin\
     目录           0  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\bin\Debug\
     文件         182  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\bin\Debug\yomdem test.exe.config
     文件       24224  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\bin\Debug\yomdem test.vshost.exe
     文件         182  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\bin\Debug\yomdem test.vshost.exe.config
     目录           0  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\bin\Release\
     文件         182  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\bin\Release\yomdem test.vshost.exe.config
     文件         479  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\bin\Release\yomdem test.vshost.exe.manifest
     文件       19968  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\bin\Release\yomdem.exe
     文件         182  2017-03-04 14:05  c-sharp-ymodem\C yomdem test\yomdem test\yomdem test\bin\Release\yomdem.exe.config
............此处省略102个文件信息

评论

共有 条评论