摘要:
1.创建log.js在根目录下 let fs = require('fs') import { parseTime } from "./src/renderer/utils/index" import { MessageBox } from 'element-ui' function writeLo 阅读全文
摘要:
1.下载依赖包 serialport npm i serialport 2.创建文件code-gun.js var { SerialPort } = require("serialport"); // 串口列表 SerialPort.list() .then((ports) => { ports.f 阅读全文