Skip to content

串口助手应用程序,采用electron框架,基于serialport

License

Notifications You must be signed in to change notification settings

iunuoge/serialAssist-electron

 
 

Repository files navigation

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

参考资料

开发指南

开源代码

技术文章

About

串口助手应用程序,采用electron框架,基于serialport

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.8%
  • HTML 19.9%
  • CSS 6.3%