# InterSerial **Repository Path**: yohannlee/inter-serial ## Basic Information - **Project Name**: InterSerial - **Description**: 模拟终端来和串口工具实时交互通信 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # InterSerial #### 介绍 模拟终端来和串口工具实时交互通信 #### 软件架构 ![](images/appjg.png) ####环境 MacOS X 10.15.7 Python3.7 PyQt5-5.13.0 #### 安装教程 `cd InterSerial` 在MacOS打包成app (打包前需要设置一下app.spec文件中的路径设置) `./offlineInstall.sh` 或者接上版本号 `./offlineInstall.sh -2.1.3` Linux、Windows没有尝试过,可能会有些未知的bug,需要手动修补一下 或者直接运行 `python3.7 app.py` #### 使用说明 1. 直接打开是普通的阅读器功能 2. 菜单栏 File->Serial... 可以打开串口窗口,选择串口号即可进行连接 3. 提供特定字符高亮功能,可以在菜单栏 Format->Syntax Highlighter 自定义高亮规则,支持正则表达式 4. 定制串口工具,在菜单栏 Tools下 5. 检查更新需要将Server运行起来,并且在conf/configuration.py修改变量URL,设置IP 6. 第一次运行前,请根据实际需求修改 1. conf/configuration.py中的变量,串口波特率,各种模式标识符什么的 2. conf/setLogger.py中的project_folder #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request