├── LICENSE ├── README.md ├── 串口助手.exe ├── 串口助手.sln ├── 串口助手 ├── App.config ├── AutoTx.cs ├── BootLoader.cs ├── ChannelCfg.cs ├── ChannelForm.Designer.cs ├── ChannelForm.cs ├── ChannelForm.resx ├── CommLog.cs ├── Config.cs ├── ContextMenu.cs ├── DataTypeConversion.cs ├── Form1.Designer.cs ├── Form1.cs ├── Form1.resx ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── RealTimeCurve.Designer.cs ├── RealTimeCurve.cs ├── RealTimeCurve.resx ├── RealTimeCurveEditor.Designer.cs ├── RealTimeCurveEditor.cs ├── RealTimeCurveEditor.resx ├── RealTimeCurve_Channel.cs ├── RxShow.cs ├── SocketClient.cs ├── SuperMsg.cs ├── TxListHandle.cs ├── TxListSimple.cs ├── cmd.cs ├── image │ ├── MSB.png │ ├── help.png │ ├── hex.png │ ├── log.png │ ├── 保存.png │ ├── 公众号.png │ ├── 关闭.png │ ├── 删除.png │ ├── 多级发送.png │ ├── 开启.png │ ├── 换行.png │ ├── 新建.png │ ├── 时间戳.png │ ├── 清除.png │ ├── 置顶.png │ └── 设置.png ├── 串口助手.csproj ├── 串口助手.csproj.user └── 图标.ico ├── 串口助手V2.1.exe └── 软件截图 ├── 0 ├── 发送列表-指令打包.png ├── 基本界面.png ├── 多设备-使用演示.png ├── 多设备-连接.png ├── 精简发送列表-演示.png └── 超级报文.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/README.md -------------------------------------------------------------------------------- /串口助手.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手.exe -------------------------------------------------------------------------------- /串口助手.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手.sln -------------------------------------------------------------------------------- /串口助手/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/App.config -------------------------------------------------------------------------------- /串口助手/AutoTx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/AutoTx.cs -------------------------------------------------------------------------------- /串口助手/BootLoader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/BootLoader.cs -------------------------------------------------------------------------------- /串口助手/ChannelCfg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/ChannelCfg.cs -------------------------------------------------------------------------------- /串口助手/ChannelForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/ChannelForm.Designer.cs -------------------------------------------------------------------------------- /串口助手/ChannelForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/ChannelForm.cs -------------------------------------------------------------------------------- /串口助手/ChannelForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/ChannelForm.resx -------------------------------------------------------------------------------- /串口助手/CommLog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/CommLog.cs -------------------------------------------------------------------------------- /串口助手/Config.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/Config.cs -------------------------------------------------------------------------------- /串口助手/ContextMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/ContextMenu.cs -------------------------------------------------------------------------------- /串口助手/DataTypeConversion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/DataTypeConversion.cs -------------------------------------------------------------------------------- /串口助手/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/Form1.Designer.cs -------------------------------------------------------------------------------- /串口助手/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/Form1.cs -------------------------------------------------------------------------------- /串口助手/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/Form1.resx -------------------------------------------------------------------------------- /串口助手/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/Program.cs -------------------------------------------------------------------------------- /串口助手/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /串口助手/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /串口助手/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/Properties/Resources.resx -------------------------------------------------------------------------------- /串口助手/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /串口助手/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/Properties/Settings.settings -------------------------------------------------------------------------------- /串口助手/RealTimeCurve.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/RealTimeCurve.Designer.cs -------------------------------------------------------------------------------- /串口助手/RealTimeCurve.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/RealTimeCurve.cs -------------------------------------------------------------------------------- /串口助手/RealTimeCurve.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/RealTimeCurve.resx -------------------------------------------------------------------------------- /串口助手/RealTimeCurveEditor.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/RealTimeCurveEditor.Designer.cs -------------------------------------------------------------------------------- /串口助手/RealTimeCurveEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/RealTimeCurveEditor.cs -------------------------------------------------------------------------------- /串口助手/RealTimeCurveEditor.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/RealTimeCurveEditor.resx -------------------------------------------------------------------------------- /串口助手/RealTimeCurve_Channel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/RealTimeCurve_Channel.cs -------------------------------------------------------------------------------- /串口助手/RxShow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/RxShow.cs -------------------------------------------------------------------------------- /串口助手/SocketClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/SocketClient.cs -------------------------------------------------------------------------------- /串口助手/SuperMsg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/SuperMsg.cs -------------------------------------------------------------------------------- /串口助手/TxListHandle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/TxListHandle.cs -------------------------------------------------------------------------------- /串口助手/TxListSimple.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/TxListSimple.cs -------------------------------------------------------------------------------- /串口助手/cmd.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/cmd.cs -------------------------------------------------------------------------------- /串口助手/image/MSB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/image/MSB.png -------------------------------------------------------------------------------- /串口助手/image/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/image/help.png -------------------------------------------------------------------------------- /串口助手/image/hex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/image/hex.png -------------------------------------------------------------------------------- /串口助手/image/log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/image/log.png -------------------------------------------------------------------------------- /串口助手/image/保存.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/image/保存.png -------------------------------------------------------------------------------- /串口助手/image/公众号.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/image/公众号.png -------------------------------------------------------------------------------- /串口助手/image/关闭.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/image/关闭.png -------------------------------------------------------------------------------- /串口助手/image/删除.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/image/删除.png -------------------------------------------------------------------------------- /串口助手/image/多级发送.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/image/多级发送.png -------------------------------------------------------------------------------- /串口助手/image/开启.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/image/开启.png -------------------------------------------------------------------------------- /串口助手/image/换行.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/image/换行.png -------------------------------------------------------------------------------- /串口助手/image/新建.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/image/新建.png -------------------------------------------------------------------------------- /串口助手/image/时间戳.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/image/时间戳.png -------------------------------------------------------------------------------- /串口助手/image/清除.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/image/清除.png -------------------------------------------------------------------------------- /串口助手/image/置顶.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/image/置顶.png -------------------------------------------------------------------------------- /串口助手/image/设置.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/image/设置.png -------------------------------------------------------------------------------- /串口助手/串口助手.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/串口助手.csproj -------------------------------------------------------------------------------- /串口助手/串口助手.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/串口助手.csproj.user -------------------------------------------------------------------------------- /串口助手/图标.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手/图标.ico -------------------------------------------------------------------------------- /串口助手V2.1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/串口助手V2.1.exe -------------------------------------------------------------------------------- /软件截图/0: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /软件截图/发送列表-指令打包.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/软件截图/发送列表-指令打包.png -------------------------------------------------------------------------------- /软件截图/基本界面.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/软件截图/基本界面.png -------------------------------------------------------------------------------- /软件截图/多设备-使用演示.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/软件截图/多设备-使用演示.png -------------------------------------------------------------------------------- /软件截图/多设备-连接.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/软件截图/多设备-连接.png -------------------------------------------------------------------------------- /软件截图/精简发送列表-演示.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/软件截图/精简发送列表-演示.png -------------------------------------------------------------------------------- /软件截图/超级报文.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L231/SerialAssistant/HEAD/软件截图/超级报文.png --------------------------------------------------------------------------------