Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 1.33 KB

README.md

File metadata and controls

50 lines (43 loc) · 1.33 KB

serialAssist-electron

版本

1.0.8

版本描述

增加的功能

  • 动态刷新COM

准备增加的功能

  • 波特率的动态修改
  • 自定义波特率
  • 定时发送数据

说明

采用electron框架,基于serialport

  • Milestone1: 串口调试助手

界面

image

使用

windows

  • step1 工具准备
    • CMD管理员模式
    • 安装node-gyp
    • 安装python2.7
    • 安装vs build tools或vs
  • step2 安装serialport
    • npm install serialport
  • step3 electron-rebuild
    • npm install electron-rebuild --save-dev
  • step4 安装各种依赖
    • npm install
  • step5 重新编译
    • npm install electron-prebuilt --save-dev
    • .\node_modules.bin\electron-rebuild.cmd
  • step6 启动
    • npm start

参考资料

开发指南

开源代码

技术文章