Aha!nebula-helper串口调试助手VueElectronnode-serialport·
使用 Vue + Electron + node-serialport 实现的现代串行端口调试助手 A modern serial port debugging assistant implemented using Vue + Electron + node-serialport
项目地址
功能特性
- 基础串口通信
- 自动发送信息
- 16 进制收发信息
- 停止/恢复显示
- 文件传输
- 保存/加载配置信息
- 刷新串口列表(手动刷新 视图->刷新串口列表)
- 版本更新(不用每次下载完整的安装包,仅
app.asar文件)
未来计划
- 单片机程序下载(拷录程序到单片机)
开发指南
本项目使用 Electron + Vue + Node-serialport 实现,以下步骤是 windows 操作系统环境配置步骤,1-5 步为安装 node-gyp ,其他操作系统请参考官方教程
- 安装 LTS 版 NodeJS
- 安装 Python 2.7
- 安装 Visitor Studio 2017 及更高版本(我使用的是 2019)
- 执行
npm install node-gyp -g - 执行
node-gyp list查看依赖是否全部安装 - 执行
git clone https://github.com/rymcu/nebula-helper.git - 执行
npm install - 执行
npm run electron:serve
项目截图

鸣谢
- Electron
: Build cross-platform desktop apps with JavaScript, HTML, and CSS - Vue ? Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
- node-serialport Access serial ports with JavaScript. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!
- vue-cli-plugin-electron-builder Easily Build Your Vue.js App For Desktop With Electron
所属系列
从当前文章继续阅读它所在合集中的前后内容。
颓废指南 2020 第 2 / 5 篇
查看合集 你走得越远,就会越自在 —— 《那不勒斯四部曲》
相关文章
优先推荐同专题、同标签和同作者内容,补足热门文章。
评论 4
登录 后参与评论
评论 4
1472172082 回复 @14721720828月5日 15:04
太棒了
Hugh8月2日 00:04
新颖!赞。。。
1472172082 回复 @Hugh8月5日 15:04
没错




牛逼?