摘要: 1、主机接上串口线 2、查看串口设备名称 ls -l /dev/tty* 结果划红线的就是我们接入的: 3、安装串口调试工具PuTTY sudo apt-get install putty 4、在开始菜单中打开PuTTY,填好参数,点击Open 5、串口返回结果 阅读全文
posted @ 2023-03-13 17:32 ziff123 阅读(3716) 评论(0) 推荐(0) 编辑
摘要: 1、安装串口 npm install --save serialport 2、安装node-gyp npm install -g node-gyp 3、安装electron-rebuild npm install --save-dev electron-rebuild 4、配置编译环境,需使用管理员 阅读全文
posted @ 2023-03-13 10:32 ziff123 阅读(749) 评论(0) 推荐(0) 编辑