# SuperCom **Repository Path**: chrishevip/SuperCom ## Basic Information - **Project Name**: SuperCom - **Description**: 一个很不错的串口调试工具(助手),github(见主页)上可以直接下载到最新版的应用程序 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://github.com/SuperStudio/SuperCom.git - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 10 - **Created**: 2025-04-21 - **Last Updated**: 2025-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [中文](README.md) [English](README_EN.md)

SuperCom

[![.NET CORE](https://img.shields.io/badge/.NET%20Framework-4.7.2-d.svg)](#) [![Platform](https://img.shields.io/badge/Platform-Win-brightgreen.svg)](#) [![LICENSE](https://img.shields.io/badge/license-GPL%203.0-blue)](#) [![Star](https://img.shields.io/github/stars/SuperStudio/SuperCom?label=Star%20this%20repo)](https://github.com/SuperStudio/SuperCom) [![Fork](https://img.shields.io/github/forks/SuperStudio/SuperCom?label=Fork%20this%20repo)](https://github.com/SuperStudio/SuperCom/fork) SuperCom 是**超级串口调试工具**,用于 Window 串口日志的采集、存储、可视化等功能 下载地址:[点此下载](https://github.com/SuperStudio/SuperCom/releases) [![p9reenx.png](https://s1.ax1x.com/2023/05/10/p9reenx.png)](https://imgse.com/i/p9reenx) ![star-history](https://api.star-history.com/svg?repos=SuperStudio/SuperCom&type=Date) # 关于 SuperCom 是一款**美观**、**流畅**、**功能丰富**、**高效**的串口调试工具,支持以下特点: - 同时打开多个串口进行监听 - 串口日志自动保存 - 串口日志支持滚屏/固定 - 可以设置波特率、位大小等串口设置 - 可发送各种 AT 指令 - 具有各种特性 # 贡献者 itldg # 使用文档 用户文档:[Wiki](https://github.com/SuperStudio/SuperCom/wiki) 开发者文档:[Developer](https://github.com/SuperStudio/SuperCom/wiki/20_Developer) # 创新特性 ## 语法高亮 image-20230109234347852 可自定义语法高亮 image-20230109234412138 ## 命令自动运行 1 或者 2 ## 快捷键 image-20230109234634330 ## 插件与皮肤 3 切换皮肤 4 ## 在线升级 5 ## HEX 与字符串互转 hex ## 时间戳与北京时间互转 time ## 格式化 JSON 与合并行 6 # 分支说明 | 分支名 | 说明 | | ---------------- | ------------------------------------------------------ | | master | 主分支,其它用户拉取的主要代码,同时也是 PR 的目标分支 | | dev-chao | 私人的开发分支,避免影响到他人拉取 | | release_20220930 | 发布分支,用于各个项目引用,保证稳定的依赖关系 | (理论)每 3 个月更新一次 release 分支 # 关于虚拟化串口 工具来源于:[com0com](https://sourceforge.net/p/com0com/) 该工具命令行用法如下 ``` Usage: [options] Options: --output - file for output, default is console --wait [+] - wait seconds for install completion. If has '+' prefix then ask user to continue waiting after seconds elapsing (by default is 0 - no wait) --detail-prms - show detailed parameters --silent - suppress dialogs if possible --no-update - do not update driver while install command execution (the other install command w/o this option expected later) --no-update-fnames - do not update friendly names --show-fnames - show friendly names activity Commands: install - install a pair of linked ports with or identifiers CNCA and CNCB install (by default is the first not used number), set their parameters to and install - can be used to update driver after execution of install commands with --no-update option remove - remove a pair of linked ports with identifiers CNCA and CNCB disable all - disable all ports in current hardware profile enable all - enable all ports in current hardware profile change - set parameters for port with identifier list - for each port show its identifier and parameters preinstall - preinstall driver update - update driver reload - reload driver uninstall - uninstall all ports and the driver infclean - clean old INF files busynames - show names that already in use and match the (wildcards: '*' and '?') updatefnames - update friendly names listfnames - for each bus and port show its identifier and friendly name quit - quit help - print this help Syntax of port parameters string: - - use driver's defaults for all parameters * - use current settings for all parameters =[,...] - set value for each parameter Parameters: PortName= - set port name to (port identifier by default) EmuBR={yes|no} - enable/disable baud rate emulation in the direction to the paired port (disabled by default) EmuOverrun={yes|no} - enable/disable buffer overrun (disabled by default) EmuNoise= - probability in range 0-0.99999999 of error per character frame in the direction to the paired port (0 by default) AddRTTO= - add milliseconds to the total time-out period for read operations (0 by default) AddRITO= - add milliseconds to the maximum time allowed to elapse between the arrival of two characters for read operations (0 by default) PlugInMode={yes|no} - enable/disable plug-in mode, the plug-in mode port is hidden and can't be open if the paired port is not open (disabled by default) ExclusiveMode={yes|no} - enable/disable exclusive mode, the exclusive mode port is hidden if it is open (disabled by default) HiddenMode={yes|no} - enable/disable hidden mode, the hidden mode port is hidden as it is possible for port enumerators (disabled by default) AllDataBits={yes|no} - enable/disable all data bits transfer disregard data bits setting (disabled by default) cts=[!]

- wire CTS pin to

(rrts by default) dsr=[!]

- wire DSR pin to

(rdtr by default) dcd=[!]

- wire DCD pin to

(rdtr by default) ri=[!]

- wire RI pin to

(!on by default) The possible values of

above can be rrts, lrts, rdtr, ldtr, rout1, lout1, rout2, lout2 (remote/local RTS/DTR/OUT1/OUT2), ropen, lopen (logical ON if remote/local port is open) or on (logical ON). The exclamation sign (!) can be used to invert the value. Special values: - - use driver's default value * - use current setting If parameter 'PortName=COM#' is used then the Ports class installer will be invoked to set the real port name. The Ports class installer selects the COM port number and sets the real port name to COM, where is the selected port number. Thereafter use parameter RealPortName=COM to change the real port name. Examples: install - - install 5 * * remove 0 install PortName=COM2 PortName=COM4 install PortName=COM5,EmuBR=yes,EmuOverrun=yes - change CNCA0 EmuBR=yes,EmuOverrun=yes change CNCA0 PortName=- list uninstall busynames COM?* command> ```